Skip to content

Commit 96d59b7

Browse files
Bump versions on master for release-branch (geosolutions-it#11945)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3dabe3c commit 96d59b7

9 files changed

Lines changed: 11 additions & 11 deletions

File tree

binary/bin-war/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<groupId>it.geosolutions.mapstore</groupId>
55
<artifactId>mapstore-binary</artifactId>
6-
<version>1.11-SNAPSHOT</version>
6+
<version>1.12-SNAPSHOT</version>
77
</parent>
88
<groupId>it.geosolutions.mapstore</groupId>
99
<artifactId>mapstore-bin-war</artifactId>
1010
<packaging>war</packaging>
11-
<version>1.11-SNAPSHOT</version>
11+
<version>1.12-SNAPSHOT</version>
1212
<name>MapStore 2 Release Module WAR</name>
1313
<description>Creates the war for the binary package, adding customization (e.g. h2 database)</description>
1414
<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.11-SNAPSHOT</version>
6+
<version>1.12-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.11-SNAPSHOT</version>
6+
<version>1.12-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.11-SNAPSHOT</version>
6+
<version>1.12-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.11-SNAPSHOT</version>
6+
<version>1.12-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.11-SNAPSHOT</version>
6+
<version>1.12-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.12.0",
3+
"version": "0.13.0",
44
"description": "MapStore 2",
55
"repository": "https://github.com/geosolutions-it/MapStore2",
66
"main": "index.js",

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33

44
<groupId>it.geosolutions.mapstore</groupId>
55
<artifactId>mapstore-root</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.11-SNAPSHOT</version>
7+
<version>1.12-SNAPSHOT</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
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>it.geosolutions.mapstore</groupId>
55
<artifactId>mapstore-root</artifactId>
6-
<version>1.11-SNAPSHOT</version>
6+
<version>1.12-SNAPSHOT</version>
77
</parent>
88
<groupId>it.geosolutions.mapstore</groupId>
99
<artifactId>mapstore-product</artifactId>

0 commit comments

Comments
 (0)