Skip to content

Commit

Permalink
Revert "#4627: Updated geostore version to 1.5-SNAPSHOT (latest maste…
Browse files Browse the repository at this point in the history
…r) and http-proxy version to 1.2-SNAPSHOT (latest master) (#4665)" (#4691)

This reverts commit da10de2.
  • Loading branch information
Tobia Di Pisa authored and mbarto committed Jan 8, 2020
1 parent 6c2048f commit 8ef70f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions project/custom/templates/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
<dependency>
<groupId>it.geosolutions.geostore</groupId>
<artifactId>geostore-webapp</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.4.3-SNAPSHOT</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>proxy</groupId>
<artifactId>http_proxy</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions project/standard/templates/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
<dependency>
<groupId>it.geosolutions.geostore</groupId>
<artifactId>geostore-webapp</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.4.3-SNAPSHOT</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>proxy</groupId>
<artifactId>http_proxy</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
<dependency>
<groupId>it.geosolutions.geostore</groupId>
<artifactId>geostore-webapp</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.4.3-SNAPSHOT</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>proxy</groupId>
<artifactId>http_proxy</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
Expand Down

0 comments on commit 8ef70f1

Please sign in to comment.