Skip to content

Commit

Permalink
Restore java packages to 1.8-SNAPSHOT and update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 7, 2024
1 parent 573c6d8 commit c9b1a9e
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
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.0</version>
<version>1.8-SNAPSHOT</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.0</version>
<version>1.8-SNAPSHOT</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.0</version>
<version>1.8-SNAPSHOT</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.0</version>
<version>1.8-SNAPSHOT</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.0</version>
<version>1.8-SNAPSHOT</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.0</version>
<version>1.8-SNAPSHOT</version>
</parent>

<groupId>it.geosolutions.mapstore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapstore2",
"version": "0.9.0",
"version": "0.9.1",
"description": "MapStore 2",
"repository": "https://github.com/geosolutions-it/MapStore2",
"main": "index.js",
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.0</version>
<version>1.8-SNAPSHOT</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.0</version>
<version>1.8-SNAPSHOT</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.0</mapstore-services.version>
<mapstore-services.version>1.8-SNAPSHOT</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 c9b1a9e

Please sign in to comment.