Skip to content

Commit

Permalink
Version Release 2024.01.00
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 4, 2023
1 parent 844999f commit 1b49a59
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions binary/bin-war/pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-bin-war</artifactId>
<packaging>war</packaging>
<version>${mapstore2.version}</version>
<version>1.7.0</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 All @@ -17,7 +17,7 @@
<dependency>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-product</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7.0</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion binary/pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-binary</artifactId>
<packaging>pom</packaging>
<version>${mapstore2.version}</version>
<version>1.7.0</version>
<name>MapStore 2 Binary Module</name>
<description>Project to create the binary package</description>
<url>http://www.geo-solutions.it</url>
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-java</artifactId>
<packaging>pom</packaging>
<version>1.7-SNAPSHOT</version>
<version>1.7.0</version>
<name>MapStore 2</name>
<url>http://www.geo-solutions.it</url>

Expand Down
2 changes: 1 addition & 1 deletion java/printing/pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-print</artifactId>
<packaging>pom</packaging>
<version>1.7-SNAPSHOT</version>
<version>1.7.0</version>
<name>MapStore 2 - Printing extension bundle</name>
<url>http://www.geo-solutions.it</url>

Expand Down
2 changes: 1 addition & 1 deletion java/services/pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-services</artifactId>
<packaging>jar</packaging>
<version>1.7-SNAPSHOT</version>
<version>1.7.0</version>
<name>MapStore 2 - Backend Services</name>
<url>http://www.geo-solutions.it</url>

Expand Down
4 changes: 2 additions & 2 deletions java/web/pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-webapp</artifactId>
<packaging>war</packaging>
<version>1.7-SNAPSHOT</version>
<version>1.7.0</version>
<name>MapStore 2 - WAR</name>
<url>http://www.geo-solutions.it</url>

Expand Down Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-services</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7.0</version>
</dependency>

<!-- ================================================================ -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-root</artifactId>
<packaging>pom</packaging>
<version>1.7-SNAPSHOT</version>
<version>1.7.0</version>
<name>MapStore Root</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions product/pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-product</artifactId>
<packaging>war</packaging>
<version>1.7-SNAPSHOT</version>
<version>1.7.0</version>
<name>MapStore Product Web Application</name>

<properties>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-webapp</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7.0</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion project/standard/templates/web/pom.xml
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-services</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7.0</version>
</dependency>

<!-- ================================================================ -->
Expand Down

0 comments on commit 1b49a59

Please sign in to comment.