Skip to content

Commit 57d9af0

Browse files
author
github-actions
committed
Version Release 2024.02.01
1 parent fb775f3 commit 57d9af0

File tree

10 files changed

+16
-9
lines changed

10 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+
## [2024.02.01](https://github.com/geosolutions-it/MapStore2/tree/v2024.02.01) (2024-11-13)
4+
5+
- **[Full Changelog](https://github.com/geosolutions-it/MapStore2/compare/v2024.02.00...v2024.02.01)**
6+
- **[Implemented enhancements](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222024.02.01%22+is%3Aclosed+label%3Aenhancement)**
7+
- **[Fixed bugs](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222024.02.01%22+is%3Aclosed+label%3Abug)**
8+
- **[Closed issues](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+milestone%3A%222024.02.01%22+is%3Aclosed)**
9+
310
## [2024.02.00](https://github.com/geosolutions-it/MapStore2/tree/v2024.02.00) (2024-10-7)
411

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

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.8-SNAPSHOT</version>
6+
<version>1.8.1</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
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>it.geosolutions.mapstore</groupId>
66
<artifactId>mapstore-root</artifactId>
7-
<version>1.8-SNAPSHOT</version>
7+
<version>1.8.1</version>
88
</parent>
99
<groupId>it.geosolutions.mapstore</groupId>
1010
<artifactId>mapstore-binary</artifactId>

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>it.geosolutions.mapstore</groupId>
66
<artifactId>mapstore-root</artifactId>
7-
<version>1.8-SNAPSHOT</version>
7+
<version>1.8.1</version>
88
</parent>
99

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

java/printing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>it.geosolutions.mapstore</groupId>
66
<artifactId>mapstore-java</artifactId>
7-
<version>1.8-SNAPSHOT</version>
7+
<version>1.8.1</version>
88
</parent>
99

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

java/services/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>it.geosolutions.mapstore</groupId>
66
<artifactId>mapstore-java</artifactId>
7-
<version>1.8-SNAPSHOT</version>
7+
<version>1.8.1</version>
88
</parent>
99

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

java/web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>it.geosolutions.mapstore</groupId>
66
<artifactId>mapstore-java</artifactId>
7-
<version>1.8-SNAPSHOT</version>
7+
<version>1.8.1</version>
88
</parent>
99

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>it.geosolutions.mapstore</groupId>
55
<artifactId>mapstore-root</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.8-SNAPSHOT</version>
7+
<version>1.8.1</version>
88
<name>MapStore Root</name>
99

1010
<properties>

product/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>it.geosolutions.mapstore</groupId>
66
<artifactId>mapstore-root</artifactId>
7-
<version>1.8-SNAPSHOT</version>
7+
<version>1.8.1</version>
88
</parent>
99
<groupId>it.geosolutions.mapstore</groupId>
1010
<artifactId>mapstore-product</artifactId>

project/standard/templates/web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<tomcat.version>8.5.69</tomcat.version>
1717
<tomcat.port>8080</tomcat.port>
18-
<mapstore-services.version>1.8-SNAPSHOT</mapstore-services.version>
18+
<mapstore-services.version>1.8.1</mapstore-services.version>
1919
<geostore-webapp.version>2.2.1</geostore-webapp.version>
2020
<http_proxy.version>1.5.0</http_proxy.version>
2121
<print-lib.version>2.3.1</print-lib.version>

0 commit comments

Comments
 (0)