Skip to content

Commit

Permalink
[ stable branch ] Update Changelog and java modules versions (#8826)
Browse files Browse the repository at this point in the history
offtherailz authored Nov 16, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 553799c commit d645777
Showing 9 changed files with 20 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [2022.02.01](https://github.com/geosolutions-it/MapStore2/tree/v2022.02.01) (2022-11-16)

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

- **[Implemented enhancements](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222022.02.01%22+is%3Aclosed+label%3Aenhancement)**

- **[Fixed bugs](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222022.02.01%22+is%3Aclosed+label%3Abug)**

- **[Closed issues](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222022.02.01%22+is%3Aclosed)**

## [2022.02.00](https://github.com/geosolutions-it/MapStore2/tree/v2022.02.00) (2022-09-28)

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

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

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

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

@@ -31,7 +31,7 @@
<dependency>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-services</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4.1</version>
</dependency>

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

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

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

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

0 comments on commit d645777

Please sign in to comment.