Skip to content

Commit a3d9dfa

Browse files
committed
Fixed versions of tags
1 parent e569acf commit a3d9dfa

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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.7,2</version>
6+
<version>1.7.2</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
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>it.geosolutions.mapstore</groupId>
66
<artifactId>mapstore-root</artifactId>
7-
<version>1.7,2</version>
7+
<version>1.7.2</version>
88
</parent>
99
<groupId>it.geosolutions.mapstore</groupId>
1010
<artifactId>mapstore-binary</artifactId>

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>it.geosolutions.mapstore</groupId>
66
<artifactId>mapstore-root</artifactId>
7-
<version>1.7,2</version>
7+
<version>1.7.2</version>
88
</parent>
99

1010
<groupId>it.geosolutions.mapstore</groupId>

java/printing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>it.geosolutions.mapstore</groupId>
66
<artifactId>mapstore-java</artifactId>
7-
<version>1.7,2</version>
7+
<version>1.7.2</version>
88
</parent>
99

1010
<groupId>it.geosolutions.mapstore</groupId>

java/services/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>it.geosolutions.mapstore</groupId>
66
<artifactId>mapstore-java</artifactId>
7-
<version>1.7,2</version>
7+
<version>1.7.2</version>
88
</parent>
99

1010
<groupId>it.geosolutions.mapstore</groupId>

java/web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>it.geosolutions.mapstore</groupId>
66
<artifactId>mapstore-java</artifactId>
7-
<version>1.7,2</version>
7+
<version>1.7.2</version>
88
</parent>
99

1010
<groupId>it.geosolutions.mapstore</groupId>

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.7,2</version>
7+
<version>1.7.2</version>
88
<name>MapStore Root</name>
99

1010
<properties>

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>8.5.69</tomcat.version>
1717
<tomcat.port>8080</tomcat.port>
18-
<mapstore-services.version>1.7,2</mapstore-services.version>
18+
<mapstore-services.version>1.7.2</mapstore-services.version>
1919
<geostore-webapp.version>2.1.0</geostore-webapp.version>
2020
<http_proxy.version>1.5.0</http_proxy.version>
2121
<print-lib.version>2.4-SNAPSHOT</print-lib.version>

0 commit comments

Comments
 (0)