Skip to content

Commit

Permalink
Updated to latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuren1 committed Oct 3, 2023
1 parent a693595 commit 0e6eaa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@
<dependency>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-services</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6.0</version>
</dependency>
<!-- ================================================================ -->
<!-- GeoStore modules -->
<!-- ================================================================ -->
<dependency>
<groupId>it.geosolutions.geostore</groupId>
<artifactId>geostore-webapp</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.0.0</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>proxy</groupId>
<artifactId>http_proxy</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.4.0</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
Expand Down

0 comments on commit 0e6eaa4

Please sign in to comment.