Skip to content

Commit 9f545d8

Browse files
authored
Fixed mvn packages versions to 1.4.0 (#8629)
1 parent ba9ca98 commit 9f545d8

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

java/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-java</artifactId>
55
<packaging>pom</packaging>
6-
<version>1.4-SNAPSHOT</version>
6+
<version>1.4.0</version>
77
<name>MapStore 2</name>
88
<url>http://www.geo-solutions.it</url>
99

java/printing/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-print</artifactId>
55
<packaging>pom</packaging>
6-
<version>1.4-SNAPSHOT</version>
6+
<version>1.4.0</version>
77
<name>MapStore 2 - Printing extension bundle</name>
88
<url>http://www.geo-solutions.it</url>
99

java/services/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-services</artifactId>
55
<packaging>jar</packaging>
6-
<version>1.4-SNAPSHOT</version>
6+
<version>1.4.0</version>
77
<name>MapStore 2 - Backend Services</name>
88
<url>http://www.geo-solutions.it</url>
99

java/web/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>it.geosolutions.mapstore</groupId>
44
<artifactId>mapstore-webapp</artifactId>
55
<packaging>war</packaging>
6-
<version>1.4-SNAPSHOT</version>
6+
<version>1.4.0</version>
77
<name>MapStore 2 - WAR</name>
88
<url>http://www.geo-solutions.it</url>
99

@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>it.geosolutions.mapstore</groupId>
3333
<artifactId>mapstore-services</artifactId>
34-
<version>1.4-SNAPSHOT</version>
34+
<version>1.4.0</version>
3535
</dependency>
3636

3737
<!-- ================================================================ -->

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.4-SNAPSHOT</version>
6+
<version>1.4.0</version>
77
<name>MapStore Root</name>
88

99
<properties>

product/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>it.geosolutions.mapstore</groupId>
44
<artifactId>mapstore-product</artifactId>
55
<packaging>war</packaging>
6-
<version>1.4-SNAPSHOT</version>
6+
<version>1.4.0</version>
77
<name>MapStore Product Web Application</name>
88

99
<properties>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>it.geosolutions.mapstore</groupId>
1818
<artifactId>mapstore-webapp</artifactId>
19-
<version>1.4-SNAPSHOT</version>
19+
<version>1.4.0</version>
2020
<type>war</type>
2121
<scope>runtime</scope>
2222
</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.4-SNAPSHOT</version>
24+
<version>1.4.0</version>
2525
</dependency>
2626

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

release/bin-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>it.geosolutions.mapstore</groupId>
1919
<artifactId>mapstore-product</artifactId>
20-
<version>1.4-SNAPSHOT</version>
20+
<version>1.4.0</version>
2121
<type>war</type>
2222
<scope>runtime</scope>
2323
</dependency>

0 commit comments

Comments
 (0)