Skip to content

Commit

Permalink
Fixed versions of tags
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz committed Jul 15, 2024
1 parent e569acf commit a3d9dfa
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion binary/bin-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-bin-war</artifactId>
<packaging>war</packaging>
<version>1.7,2</version>
<version>1.7.2</version>
<name>MapStore 2 Release Module WAR</name>
<description>Creates the war for the binary package, adding customization (e.g. h2 database)</description>
<url>http://www.geo-solutions.it</url>
Expand Down
2 changes: 1 addition & 1 deletion binary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-root</artifactId>
<version>1.7,2</version>
<version>1.7.2</version>
</parent>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-binary</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-root</artifactId>
<version>1.7,2</version>
<version>1.7.2</version>
</parent>

<groupId>it.geosolutions.mapstore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java/printing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-java</artifactId>
<version>1.7,2</version>
<version>1.7.2</version>
</parent>

<groupId>it.geosolutions.mapstore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java/services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-java</artifactId>
<version>1.7,2</version>
<version>1.7.2</version>
</parent>

<groupId>it.geosolutions.mapstore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-java</artifactId>
<version>1.7,2</version>
<version>1.7.2</version>
</parent>

<groupId>it.geosolutions.mapstore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-root</artifactId>
<packaging>pom</packaging>
<version>1.7,2</version>
<version>1.7.2</version>
<name>MapStore Root</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion project/standard/templates/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomcat.version>8.5.69</tomcat.version>
<tomcat.port>8080</tomcat.port>
<mapstore-services.version>1.7,2</mapstore-services.version>
<mapstore-services.version>1.7.2</mapstore-services.version>
<geostore-webapp.version>2.1.0</geostore-webapp.version>
<http_proxy.version>1.5.0</http_proxy.version>
<print-lib.version>2.4-SNAPSHOT</print-lib.version>
Expand Down

0 comments on commit a3d9dfa

Please sign in to comment.