diff --git a/CHANGELOG.md b/CHANGELOG.md
index d272b8a1bc..dfb8a18149 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## [2023.02.00](https://github.com/geosolutions-it/MapStore2/tree/v2023.02.00) (2023-10-3)
+
+- **[Full Changelog](https://github.com/geosolutions-it/MapStore2/compare/v2023.01.02...v2023.02.00)**
+- **[Implemented enhancements](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222023.02.00%22+is%3Aclosed+label%3Aenhancement)**
+- **[Fixed bugs](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222023.02.00%22+is%3Aclosed+label%3Abug)**
+- **[Closed issues](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222023.02.00%22+is%3Aclosed)**
+
## [2023.01.02](https://github.com/geosolutions-it/MapStore2/tree/v2023.01.02) (2023-6-21)
- **[Full Changelog](https://github.com/geosolutions-it/MapStore2/compare/v2023.01.01...v2023.01.02)**
diff --git a/binary/bin-war/pom.xml b/binary/bin-war/pom.xml
index c9e02e9f40..ae752e2e3c 100644
--- a/binary/bin-war/pom.xml
+++ b/binary/bin-war/pom.xml
@@ -17,7 +17,7 @@
it.geosolutions.mapstore
mapstore-product
- 1.6-SNAPSHOT
+ 1.6.0
war
runtime
diff --git a/build/generateChangelog.js b/build/generateChangelog.js
index d5d7d4915a..1aa3adeb69 100644
--- a/build/generateChangelog.js
+++ b/build/generateChangelog.js
@@ -10,16 +10,13 @@ try {
const today = `${currentDate.getFullYear()}-${currentDate.getMonth() + 1}-${currentDate.getDate()}`;
const changelog = `
- ## [${newReleaseNumber}](https://github.com/geosolutions-it/MapStore2/tree/v${newReleaseNumber}) (${today})
+## [${newReleaseNumber}](https://github.com/geosolutions-it/MapStore2/tree/v${newReleaseNumber}) (${today})
- - **[Full Changelog](https://github.com/geosolutions-it/MapStore2/compare/v${oldReleaseNumber}...v${newReleaseNumber})**
-
- - **[Implemented enhancements](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%22${newReleaseNumber}%22+is%3Aclosed+label%3Aenhancement)**
-
- - **[Fixed bugs](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%22${newReleaseNumber}%22+is%3Aclosed+label%3Abug)**
-
- - **[Closed issues](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%22${newReleaseNumber}%22+is%3Aclosed)**
- `;
+- **[Full Changelog](https://github.com/geosolutions-it/MapStore2/compare/v${oldReleaseNumber}...v${newReleaseNumber})**
+- **[Implemented enhancements](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%22${newReleaseNumber}%22+is%3Aclosed+label%3Aenhancement)**
+- **[Fixed bugs](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%22${newReleaseNumber}%22+is%3Aclosed+label%3Abug)**
+- **[Closed issues](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%22${newReleaseNumber}%22+is%3Aclosed)**
+`;
console.log(changelog);
} catch (error) {
console.log(' ');
diff --git a/java/pom.xml b/java/pom.xml
index ab2ed7d08f..6d70b2edf5 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -3,7 +3,7 @@
it.geosolutions.mapstore
mapstore-java
pom
- 1.6-SNAPSHOT
+ 1.6.0
MapStore 2
http://www.geo-solutions.it
diff --git a/java/printing/pom.xml b/java/printing/pom.xml
index 03373d9256..530deb5bff 100644
--- a/java/printing/pom.xml
+++ b/java/printing/pom.xml
@@ -3,7 +3,7 @@
it.geosolutions.mapstore
mapstore-print
pom
- 1.6-SNAPSHOT
+ 1.6.0
MapStore 2 - Printing extension bundle
http://www.geo-solutions.it
diff --git a/java/services/pom.xml b/java/services/pom.xml
index 4e17522ccf..d90874f958 100644
--- a/java/services/pom.xml
+++ b/java/services/pom.xml
@@ -3,7 +3,7 @@
it.geosolutions.mapstore
mapstore-services
jar
- 1.6-SNAPSHOT
+ 1.6.0
MapStore 2 - Backend Services
http://www.geo-solutions.it
diff --git a/java/web/pom.xml b/java/web/pom.xml
index a86d758672..4afea445db 100644
--- a/java/web/pom.xml
+++ b/java/web/pom.xml
@@ -3,7 +3,7 @@
it.geosolutions.mapstore
mapstore-webapp
war
- 1.6-SNAPSHOT
+ 1.6.0
MapStore 2 - WAR
http://www.geo-solutions.it
@@ -67,7 +67,7 @@
it.geosolutions.mapstore
mapstore-services
- 1.6-SNAPSHOT
+ 1.6.0
diff --git a/pom.xml b/pom.xml
index b04e63fb16..c2968664ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
it.geosolutions.mapstore
mapstore-root
pom
- 1.6-SNAPSHOT
+ 1.6.0
MapStore Root
diff --git a/product/pom.xml b/product/pom.xml
index 13a24e85d9..212168ccff 100644
--- a/product/pom.xml
+++ b/product/pom.xml
@@ -3,7 +3,7 @@
it.geosolutions.mapstore
mapstore-product
war
- 1.6-SNAPSHOT
+ 1.6.0
MapStore Product Web Application
@@ -17,7 +17,7 @@
it.geosolutions.mapstore
mapstore-webapp
- 1.6-SNAPSHOT
+ 1.6.0
war
runtime
diff --git a/project/standard/templates/web/pom.xml b/project/standard/templates/web/pom.xml
index 47add043ab..e5e4dadb6d 100644
--- a/project/standard/templates/web/pom.xml
+++ b/project/standard/templates/web/pom.xml
@@ -22,7 +22,7 @@
it.geosolutions.mapstore
mapstore-services
- 1.6-SNAPSHOT
+ 1.6.0