Skip to content

Commit 3b1b891

Browse files
author
github-actions
committed
Version Release 2025.01.00
1 parent 1688cbf commit 3b1b891

File tree

9 files changed

+15
-8
lines changed

9 files changed

+15
-8
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+
## [2025.01.00](https://github.com/geosolutions-it/MapStore2/tree/v2025.01.00) (2025-6-18)
4+
5+
- **[Full Changelog](https://github.com/geosolutions-it/MapStore2/compare/v2024.02.02...v2025.01.00)**
6+
- **[Implemented enhancements](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222025.01.00%22+is%3Aclosed+label%3Aenhancement)**
7+
- **[Fixed bugs](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222025.01.00%22+is%3Aclosed+label%3Abug)**
8+
- **[Closed issues](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222025.01.00%22+is%3Aclosed)**
9+
310
## [2024.02.02](https://github.com/geosolutions-it/MapStore2/tree/v2024.02.02) (2024-12-11)
411

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

binary/bin-war/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-bin-war</artifactId>
55
<packaging>war</packaging>
6-
<version>1.9-SNAPSHOT</version>
6+
<version>1.9.0</version>
77
<name>MapStore 2 Release Module WAR</name>
88
<description>Creates the war for the binary package, adding customization (e.g. h2 database)</description>
99
<url>http://www.geo-solutions.it</url>

binary/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>it.geosolutions.mapstore</groupId>
55
<artifactId>mapstore-root</artifactId>
6-
<version>1.9-SNAPSHOT</version>
6+
<version>1.9.0</version>
77
</parent>
88
<groupId>it.geosolutions.mapstore</groupId>
99
<artifactId>mapstore-binary</artifactId>

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>it.geosolutions.mapstore</groupId>
55
<artifactId>mapstore-root</artifactId>
6-
<version>1.9-SNAPSHOT</version>
6+
<version>1.9.0</version>
77
</parent>
88

99
<groupId>it.geosolutions.mapstore</groupId>

java/printing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>it.geosolutions.mapstore</groupId>
55
<artifactId>mapstore-java</artifactId>
6-
<version>1.9-SNAPSHOT</version>
6+
<version>1.9.0</version>
77
</parent>
88

99
<groupId>it.geosolutions.mapstore</groupId>

java/services/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>it.geosolutions.mapstore</groupId>
55
<artifactId>mapstore-java</artifactId>
6-
<version>1.9-SNAPSHOT</version>
6+
<version>1.9.0</version>
77
</parent>
88

99
<groupId>it.geosolutions.mapstore</groupId>

java/web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>it.geosolutions.mapstore</groupId>
55
<artifactId>mapstore-java</artifactId>
6-
<version>1.9-SNAPSHOT</version>
6+
<version>1.9.0</version>
77
</parent>
88

99
<groupId>it.geosolutions.mapstore</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>it.geosolutions.mapstore</groupId>
88
<artifactId>mapstore-root</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.9-SNAPSHOT</version>
10+
<version>1.9.0</version>
1111
<name>MapStore Root</name>
1212

1313
<properties>

product/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>it.geosolutions.mapstore</groupId>
55
<artifactId>mapstore-root</artifactId>
6-
<version>1.9-SNAPSHOT</version>
6+
<version>1.9.0</version>
77
</parent>
88
<groupId>it.geosolutions.mapstore</groupId>
99
<artifactId>mapstore-product</artifactId>

0 commit comments

Comments
 (0)