Skip to content

Commit

Permalink
Fix versions for 2.3-SNAPSHOT (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz committed Oct 3, 2024
1 parent d46030b commit 8f297c2
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>it.geosolutions.geostore</groupId>
<artifactId>geostore-root</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>geostore-cli</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions src/core/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>it.geosolutions.geostore</groupId>
<artifactId>geostore-core</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>geostore-model</artifactId>
Expand All @@ -43,7 +43,7 @@
<artifactId>jaxb-impl</artifactId>
</dependency>


<!-- HIBERNATE-SPATIAL -->
<dependency>
<groupId>org.hibernatespatial</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/core/persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>it.geosolutions.geostore</groupId>
<artifactId>geostore-core</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>geostore-persistence</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>it.geosolutions.geostore</groupId>
<artifactId>geostore-root</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>geostore-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/core/security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>it.geosolutions.geostore</groupId>
<artifactId>geostore-core</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>geostore-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/core/services-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>it.geosolutions.geostore</groupId>
<artifactId>geostore-core</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>geostore-services-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/core/services-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>it.geosolutions.geostore</groupId>
<artifactId>geostore-core</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>geostore-services-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>it.geosolutions.geostore</groupId>
<artifactId>geostore-root</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>geostore-modules</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/rest/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>it.geosolutions.geostore</groupId>
<artifactId>geostore-rest-root</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>geostore-rest-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/rest/auditing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>it.geosolutions.geostore</groupId>
<artifactId>geostore-rest-root</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>
<artifactId>geostore-rest-auditing</artifactId>
<name>GeoStore - Modules - REST auditing</name>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/rest/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>it.geosolutions.geostore</groupId>
<artifactId>geostore-rest-root</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>geostore-rest-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/rest/extjs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>it.geosolutions.geostore</groupId>
<artifactId>geostore-rest-root</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>geostore-rest-extjs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/rest/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>it.geosolutions.geostore</groupId>
<artifactId>geostore-rest-root</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>geostore-rest-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>it.geosolutions.geostore</groupId>
<artifactId>geostore-modules</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>geostore-rest-root</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/rest/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>it.geosolutions.geostore</groupId>
<artifactId>geostore-rest-root</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>geostore-rest-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/web/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>it.geosolutions.geostore</groupId>
<artifactId>geostore-web</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>geostore-webapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>it.geosolutions.geostore</groupId>
<artifactId>geostore-root</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>

<artifactId>geostore-web</artifactId>
Expand Down

0 comments on commit 8f297c2

Please sign in to comment.