Skip to content

Commit 3ceca0a

Browse files
github-actions[bot]github-actions
andauthored
Bump versions on master for release-branch (#10904)
Co-authored-by: github-actions <github-actions@github.com>
1 parent e1848a4 commit 3ceca0a

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

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.9-SNAPSHOT</version>
6+
<version>1.10-SNAPSHOT</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
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>it.geosolutions.mapstore</groupId>
55
<artifactId>mapstore-root</artifactId>
6-
<version>1.9-SNAPSHOT</version>
6+
<version>1.10-SNAPSHOT</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.9-SNAPSHOT</version>
6+
<version>1.10-SNAPSHOT</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.9-SNAPSHOT</version>
6+
<version>1.10-SNAPSHOT</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.9-SNAPSHOT</version>
6+
<version>1.10-SNAPSHOT</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.9-SNAPSHOT</version>
6+
<version>1.10-SNAPSHOT</version>
77
</parent>
88

99
<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.10.0",
3+
"version": "0.11.0",
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
@@ -3,7 +3,7 @@
33
<groupId>it.geosolutions.mapstore</groupId>
44
<artifactId>mapstore-root</artifactId>
55
<packaging>pom</packaging>
6-
<version>1.9-SNAPSHOT</version>
6+
<version>1.10-SNAPSHOT</version>
77
<name>MapStore Root</name>
88

99
<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.9-SNAPSHOT</version>
6+
<version>1.10-SNAPSHOT</version>
77
</parent>
88
<groupId>it.geosolutions.mapstore</groupId>
99
<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>9.0.90</tomcat.version>
1717
<tomcat.port>8080</tomcat.port>
18-
<mapstore-services.version>1.9-SNAPSHOT</mapstore-services.version>
18+
<mapstore-services.version>1.10-SNAPSHOT</mapstore-services.version>
1919
<geostore-webapp.version>2.1-SNAPSHOT</geostore-webapp.version>
2020
<http_proxy.version>1.6-SNAPSHOT</http_proxy.version>
2121
<print-lib.version>2.3.1</print-lib.version>

0 commit comments

Comments
 (0)