Skip to content

Commit

Permalink
Version Release 2024.02.00
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 7, 2024
1 parent 4d89d7d commit 573c6d8
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [2024.02.00](https://github.com/geosolutions-it/MapStore2/tree/v2024.02.00) (2024-10-7)

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

## [2024.01.02](https://github.com/geosolutions-it/MapStore2/tree/v2024.01.02) (2024-7-10)

- **[Full Changelog](https://github.com/geosolutions-it/MapStore2/compare/v2024.01.01...v2024.01.02)**
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 @@ -3,7 +3,7 @@
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-bin-war</artifactId>
<packaging>war</packaging>
<version>1.8-SNAPSHOT</version>
<version>1.8.0</version>
<name>MapStore 2 Release Module WAR</name>
<description>Creates the war for the binary package, adding customization (e.g. h2 database)</description>
<url>http://www.geo-solutions.it</url>
Expand Down
2 changes: 1 addition & 1 deletion binary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-root</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-binary</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-root</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>it.geosolutions.mapstore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java/printing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-java</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>it.geosolutions.mapstore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java/services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-java</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<groupId>it.geosolutions.mapstore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-java</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

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

<properties>
Expand Down
2 changes: 1 addition & 1 deletion product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-root</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8.0</version>
</parent>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-product</artifactId>
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 @@ -15,7 +15,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomcat.version>8.5.69</tomcat.version>
<tomcat.port>8080</tomcat.port>
<mapstore-services.version>1.8-SNAPSHOT</mapstore-services.version>
<mapstore-services.version>1.8.0</mapstore-services.version>
<geostore-webapp.version>2.2.0</geostore-webapp.version>
<http_proxy.version>1.5.0</http_proxy.version>
<print-lib.version>2.3.1</print-lib.version>
Expand Down

0 comments on commit 573c6d8

Please sign in to comment.