Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [2023.02.02](https://github.com/geosolutions-it/MapStore2/tree/v2023.02.02) (2024-1-30)

- **[Full Changelog](https://github.com/geosolutions-it/MapStore2/compare/v2023.02.01...v2023.02.02)**
- **[Implemented enhancements](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222023.02.02%22+is%3Aclosed+label%3Aenhancement)**
- **[Fixed bugs](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222023.02.02%22+is%3Aclosed+label%3Abug)**
- **[Closed issues](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222023.02.02%22+is%3Aclosed)**

## [2023.02.01](https://github.com/geosolutions-it/MapStore2/tree/v2023.02.01) (2023-12-7)

- **[Full Changelog](https://github.com/geosolutions-it/MapStore2/compare/v2023.02.00...v2023.02.01)**
Expand Down
2 changes: 1 addition & 1 deletion binary/bin-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-product</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6.2</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-java</artifactId>
<packaging>pom</packaging>
<version>1.6-SNAPSHOT</version>
<version>1.6.2</version>
<name>MapStore 2</name>
<url>http://www.geo-solutions.it</url>

Expand Down
2 changes: 1 addition & 1 deletion java/printing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-print</artifactId>
<packaging>pom</packaging>
<version>1.6-SNAPSHOT</version>
<version>1.6.2</version>
<name>MapStore 2 - Printing extension bundle</name>
<url>http://www.geo-solutions.it</url>

Expand Down
2 changes: 1 addition & 1 deletion java/services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-services</artifactId>
<packaging>jar</packaging>
<version>1.6-SNAPSHOT</version>
<version>1.6.2</version>
<name>MapStore 2 - Backend Services</name>
<url>http://www.geo-solutions.it</url>

Expand Down
4 changes: 2 additions & 2 deletions java/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-webapp</artifactId>
<packaging>war</packaging>
<version>1.6-SNAPSHOT</version>
<version>1.6.2</version>
<name>MapStore 2 - WAR</name>
<url>http://www.geo-solutions.it</url>

Expand Down Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-services</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6.2</version>
</dependency>

<!-- ================================================================ -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-root</artifactId>
<packaging>pom</packaging>
<version>1.6-SNAPSHOT</version>
<version>1.6.2</version>
<name>MapStore Root</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-product</artifactId>
<packaging>war</packaging>
<version>1.6-SNAPSHOT</version>
<version>1.6.2</version>
<name>MapStore Product Web Application</name>

<properties>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-webapp</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6.2</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion project/standard/templates/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-services</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6.2</version>
</dependency>

<!-- ================================================================ -->
Expand Down