Skip to content

Commit c32c1a2

Browse files
author
github-actions
committed
Version Release 2025.02.00
1 parent b908035 commit c32c1a2

File tree

9 files changed

+16
-9
lines changed

9 files changed

+16
-9
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.02.00](https://github.com/geosolutions-it/MapStore2/tree/v2025.02.00) (2025-12-10)
4+
5+
- **[Full Changelog](https://github.com/geosolutions-it/MapStore2/compare/v2025.01.02...v2025.02.00)**
6+
- **[Implemented enhancements](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222025.02.00%22+is%3Aclosed+label%3Aenhancement)**
7+
- **[Fixed bugs](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222025.02.00%22+is%3Aclosed+label%3Abug)**
8+
- **[Closed issues](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222025.02.00%22+is%3Aclosed)**
9+
310
## [2025.01.02](https://github.com/geosolutions-it/MapStore2/tree/v2025.01.02) (2025-10-8)
411

512
- **[Full Changelog](https://github.com/geosolutions-it/MapStore2/compare/v2025.01.01...v2025.01.02)**

binary/bin-war/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<groupId>it.geosolutions.mapstore</groupId>
55
<artifactId>mapstore-binary</artifactId>
6-
<version>1.10-SNAPSHOT</version>
6+
<version>1.10.0</version>
77
</parent>
88
<groupId>it.geosolutions.mapstore</groupId>
99
<artifactId>mapstore-bin-war</artifactId>
1010
<packaging>war</packaging>
11-
<version>1.10-SNAPSHOT</version>
11+
<version>1.10.0</version>
1212
<name>MapStore 2 Release Module WAR</name>
1313
<description>Creates the war for the binary package, adding customization (e.g. h2 database)</description>
1414
<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.10-SNAPSHOT</version>
6+
<version>1.10.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.10-SNAPSHOT</version>
6+
<version>1.10.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.10-SNAPSHOT</version>
6+
<version>1.10.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.10-SNAPSHOT</version>
6+
<version>1.10.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.10-SNAPSHOT</version>
6+
<version>1.10.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.10-SNAPSHOT</version>
10+
<version>1.10.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.10-SNAPSHOT</version>
6+
<version>1.10.0</version>
77
</parent>
88
<groupId>it.geosolutions.mapstore</groupId>
99
<artifactId>mapstore-product</artifactId>

0 commit comments

Comments
 (0)