Skip to content

Commit

Permalink
Bump versions on master for release-branch (#10014)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions[bot] and github-actions committed Mar 5, 2024
1 parent a6828a2 commit f5079b2
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions 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.7-SNAPSHOT</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 All @@ -17,7 +17,7 @@
<dependency>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-product</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.8-SNAPSHOT</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion binary/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-binary</artifactId>
<packaging>pom</packaging>
<version>1.7-SNAPSHOT</version>
<version>1.8-SNAPSHOT</version>
<name>MapStore 2 Binary Module</name>
<description>Project to create the binary package</description>
<url>http://www.geo-solutions.it</url>
Expand Down
2 changes: 1 addition & 1 deletion java/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-java</artifactId>
<packaging>pom</packaging>
<version>1.7-SNAPSHOT</version>
<version>1.8-SNAPSHOT</version>
<name>MapStore 2</name>
<url>http://www.geo-solutions.it</url>

Expand Down
2 changes: 1 addition & 1 deletion java/printing/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-print</artifactId>
<packaging>pom</packaging>
<version>1.7-SNAPSHOT</version>
<version>1.8-SNAPSHOT</version>
<name>MapStore 2 - Printing extension bundle</name>
<url>http://www.geo-solutions.it</url>

Expand Down
2 changes: 1 addition & 1 deletion java/services/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-services</artifactId>
<packaging>jar</packaging>
<version>1.7-SNAPSHOT</version>
<version>1.8-SNAPSHOT</version>
<name>MapStore 2 - Backend Services</name>
<url>http://www.geo-solutions.it</url>

Expand Down
4 changes: 2 additions & 2 deletions java/web/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-webapp</artifactId>
<packaging>war</packaging>
<version>1.7-SNAPSHOT</version>
<version>1.8-SNAPSHOT</version>
<name>MapStore 2 - WAR</name>
<url>http://www.geo-solutions.it</url>

Expand Down Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-services</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.8-SNAPSHOT</version>
</dependency>

<!-- ================================================================ -->
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.8.0",
"version": "0.9.0",
"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 @@ -3,7 +3,7 @@
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-root</artifactId>
<packaging>pom</packaging>
<version>1.7-SNAPSHOT</version>
<version>1.8-SNAPSHOT</version>
<name>MapStore Root</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions product/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-product</artifactId>
<packaging>war</packaging>
<version>1.7-SNAPSHOT</version>
<version>1.8-SNAPSHOT</version>
<name>MapStore Product Web Application</name>

<properties>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-webapp</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.8-SNAPSHOT</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
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 @@ -22,7 +22,7 @@
<dependency>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-services</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.8-SNAPSHOT</version>
</dependency>

<!-- ================================================================ -->
Expand Down

0 comments on commit f5079b2

Please sign in to comment.