Skip to content

Commit 43520f1

Browse files
authored
Release 2023.02.02 (#9934)
1 parent 488c9c5 commit 43520f1

File tree

9 files changed

+17
-10
lines changed

9 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [2023.02.02](https://github.com/geosolutions-it/MapStore2/tree/v2023.02.02) (2024-1-30)
4+
5+
- **[Full Changelog](https://github.com/geosolutions-it/MapStore2/compare/v2023.02.01...v2023.02.02)**
6+
- **[Implemented enhancements](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222023.02.02%22+is%3Aclosed+label%3Aenhancement)**
7+
- **[Fixed bugs](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222023.02.02%22+is%3Aclosed+label%3Abug)**
8+
- **[Closed issues](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222023.02.02%22+is%3Aclosed)**
9+
310
## [2023.02.01](https://github.com/geosolutions-it/MapStore2/tree/v2023.02.01) (2023-12-7)
411

512
- **[Full Changelog](https://github.com/geosolutions-it/MapStore2/compare/v2023.02.00...v2023.02.01)**

binary/bin-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>it.geosolutions.mapstore</groupId>
1919
<artifactId>mapstore-product</artifactId>
20-
<version>1.6-SNAPSHOT</version>
20+
<version>1.6.2</version>
2121
<type>war</type>
2222
<scope>runtime</scope>
2323
</dependency>

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>it.geosolutions.mapstore</groupId>
44
<artifactId>mapstore-java</artifactId>
55
<packaging>pom</packaging>
6-
<version>1.6-SNAPSHOT</version>
6+
<version>1.6.2</version>
77
<name>MapStore 2</name>
88
<url>http://www.geo-solutions.it</url>
99

java/printing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>it.geosolutions.mapstore</groupId>
44
<artifactId>mapstore-print</artifactId>
55
<packaging>pom</packaging>
6-
<version>1.6-SNAPSHOT</version>
6+
<version>1.6.2</version>
77
<name>MapStore 2 - Printing extension bundle</name>
88
<url>http://www.geo-solutions.it</url>
99

java/services/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>it.geosolutions.mapstore</groupId>
44
<artifactId>mapstore-services</artifactId>
55
<packaging>jar</packaging>
6-
<version>1.6-SNAPSHOT</version>
6+
<version>1.6.2</version>
77
<name>MapStore 2 - Backend Services</name>
88
<url>http://www.geo-solutions.it</url>
99

java/web/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>it.geosolutions.mapstore</groupId>
44
<artifactId>mapstore-webapp</artifactId>
55
<packaging>war</packaging>
6-
<version>1.6-SNAPSHOT</version>
6+
<version>1.6.2</version>
77
<name>MapStore 2 - WAR</name>
88
<url>http://www.geo-solutions.it</url>
99

@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>it.geosolutions.mapstore</groupId>
6969
<artifactId>mapstore-services</artifactId>
70-
<version>1.6-SNAPSHOT</version>
70+
<version>1.6.2</version>
7171
</dependency>
7272

7373
<!-- ================================================================ -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>it.geosolutions.mapstore</groupId>
44
<artifactId>mapstore-root</artifactId>
55
<packaging>pom</packaging>
6-
<version>1.6-SNAPSHOT</version>
6+
<version>1.6.2</version>
77
<name>MapStore Root</name>
88

99
<properties>

product/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>it.geosolutions.mapstore</groupId>
44
<artifactId>mapstore-product</artifactId>
55
<packaging>war</packaging>
6-
<version>1.6-SNAPSHOT</version>
6+
<version>1.6.2</version>
77
<name>MapStore Product Web Application</name>
88

99
<properties>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>it.geosolutions.mapstore</groupId>
1919
<artifactId>mapstore-webapp</artifactId>
20-
<version>1.6-SNAPSHOT</version>
20+
<version>1.6.2</version>
2121
<type>war</type>
2222
<scope>runtime</scope>
2323
</dependency>

project/standard/templates/web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>it.geosolutions.mapstore</groupId>
2424
<artifactId>mapstore-services</artifactId>
25-
<version>1.6-SNAPSHOT</version>
25+
<version>1.6.2</version>
2626
</dependency>
2727

2828
<!-- ================================================================ -->

0 commit comments

Comments
 (0)