Skip to content

Commit 0fa9ae5

Browse files
authored
Fixing version in pom, for the release (#8159)
1 parent f51e7fb commit 0fa9ae5

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

java/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-java</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.3-SNAPSHOT</version>
7+
<version>1.3.1</version>
88
<name>MapStore 2</name>
99
<url>http://www.geo-solutions.it</url>
1010

java/printing/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-print</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.3-SNAPSHOT</version>
7+
<version>1.3.1</version>
88
<name>MapStore 2 - Printing extension bundle</name>
99
<url>http://www.geo-solutions.it</url>
1010

java/services/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-services</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.3-SNAPSHOT</version>
7+
<version>1.3.1</version>
88
<name>MapStore 2 - Backend Services</name>
99
<url>http://www.geo-solutions.it</url>
1010

java/web/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>it.geosolutions.mapstore</groupId>
55
<artifactId>mapstore-webapp</artifactId>
66
<packaging>war</packaging>
7-
<version>1.3-SNAPSHOT</version>
7+
<version>1.3.1</version>
88
<name>MapStore 2 - WAR</name>
99
<url>http://www.geo-solutions.it</url>
1010

@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>it.geosolutions.mapstore</groupId>
3434
<artifactId>mapstore-services</artifactId>
35-
<version>1.3-SNAPSHOT</version>
35+
<version>1.3.1</version>
3636
</dependency>
3737

3838
<!-- ================================================================ -->

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.3-SNAPSHOT</version>
7+
<version>1.3.1</version>
88
<name>MapStore Root</name>
99

1010
<properties>

product/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>it.geosolutions.mapstore</groupId>
55
<artifactId>mapstore-product</artifactId>
66
<packaging>war</packaging>
7-
<version>1.3-SNAPSHOT</version>
7+
<version>1.3.1</version>
88
<name>MapStore Product Web Application</name>
99

1010
<properties>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>it.geosolutions.mapstore</groupId>
1919
<artifactId>mapstore-webapp</artifactId>
20-
<version>1.3-SNAPSHOT</version>
20+
<version>1.3.1</version>
2121
<type>war</type>
2222
<scope>runtime</scope>
2323
</dependency>

project/custom/templates/web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>it.geosolutions.geostore</groupId>
3131
<artifactId>geostore-webapp</artifactId>
32-
<version>1.5-SNAPSHOT</version>
32+
<version>1.8.1</version>
3333
<type>war</type>
3434
<scope>runtime</scope>
3535
</dependency>

project/standard/templates/web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>it.geosolutions.mapstore</groupId>
2323
<artifactId>mapstore-services</artifactId>
24-
<version>1.3-SNAPSHOT</version>
24+
<version>1.3.1</version>
2525
</dependency>
2626

2727
<!-- ================================================================ -->

release/bin-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>it.geosolutions.mapstore</groupId>
2020
<artifactId>mapstore-product</artifactId>
21-
<version>1.3-SNAPSHOT</version>
21+
<version>1.3.1</version>
2222
<type>war</type>
2323
<scope>runtime</scope>
2424
</dependency>

0 commit comments

Comments
 (0)