Skip to content

Commit 81bbbcb

Browse files
committed
Merge tag 'v2024.02.02' into staging-rt-v2024
2 parents 4f95489 + 259c40f commit 81bbbcb

58 files changed

Lines changed: 605 additions & 80 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ debug.log
2626
.vscode/settings.json
2727
site
2828
.github/
29+
.DS_Store

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

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

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.1</version>
6+
<version>1.8.2</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.1</version>
7+
<version>1.8.2</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.1</version>
7+
<version>1.8.2</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.1</version>
7+
<version>1.8.2</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.1</version>
7+
<version>1.8.2</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.1</version>
7+
<version>1.8.2</version>
88
</parent>
99

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mapstore2",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "MapStore 2",
55
"repository": "https://github.com/geosolutions-it/MapStore2",
66
"main": "index.js",

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.1</version>
7+
<version>1.8.2</version>
88
<name>MapStore Root</name>
99

1010
<properties>

0 commit comments

Comments
 (0)