Skip to content

Commit

Permalink
20.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanderbiest committed Feb 17, 2020
1 parent b3c0ebf commit e86725c
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion analytics/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.georchestra</groupId>
<artifactId>root</artifactId>
<version>20.0-SNAPSHOT</version>
<version>20.0.1</version>
</parent>
<artifactId>analytics</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion atlas/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.georchestra</groupId>
<artifactId>root</artifactId>
<version>20.0-SNAPSHOT</version>
<version>20.0.1</version>
</parent>
<artifactId>atlas</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion cas-server-webapp/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.georchestra</groupId>
<artifactId>root</artifactId>
<version>20.0-SNAPSHOT</version>
<version>20.0.1</version>
</parent>
<artifactId>cas-server-webapp</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.georchestra</groupId>
<artifactId>root</artifactId>
<version>20.0-SNAPSHOT</version>
<version>20.0.1</version>
</parent>
<artifactId>georchestra-commons</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion console/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.georchestra</groupId>
<artifactId>root</artifactId>
<version>20.0-SNAPSHOT</version>
<version>20.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>console</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extractorapp/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.georchestra</groupId>
<artifactId>root</artifactId>
<version>20.0-SNAPSHOT</version>
<version>20.0.1</version>
</parent>
<artifactId>extractorapp</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion geoserver/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.georchestra</groupId>
<artifactId>root</artifactId>
<version>20.0-SNAPSHOT</version>
<version>20.0.1</version>
</parent>
<artifactId>geoserver-root</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion geoserver/webapp/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.georchestra</groupId>
<artifactId>geoserver-root</artifactId>
<version>20.0-SNAPSHOT</version>
<version>20.0.1</version>
</parent>
<artifactId>geoserver-webapp</artifactId>
<packaging>war</packaging>
Expand Down
4 changes: 2 additions & 2 deletions geowebcache-webapp/pom.xml
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.georchestra</groupId>
<artifactId>root</artifactId>
<version>20.0-SNAPSHOT</version>
<version>20.0.1</version>
</parent>
<groupId>org.georchestra</groupId>
<artifactId>geowebcache-webapp</artifactId>
<version>20.0-SNAPSHOT</version>
<version>20.0.1</version>

<packaging>jar</packaging>
<name>geOrchestra GeoWebCache Web Application</name>
Expand Down
2 changes: 1 addition & 1 deletion header/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.georchestra</groupId>
<artifactId>root</artifactId>
<version>20.0-SNAPSHOT</version>
<version>20.0.1</version>
</parent>
<artifactId>header</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mapfishapp/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.georchestra</groupId>
<artifactId>root</artifactId>
<version>20.0-SNAPSHOT</version>
<version>20.0.1</version>
</parent>
<artifactId>mapfishapp</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ogc-server-statistics/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.georchestra</groupId>
<artifactId>root</artifactId>
<version>20.0-SNAPSHOT</version>
<version>20.0.1</version>
</parent>
<artifactId>ogc-server-statistics</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -15,7 +15,7 @@
<groupId>org.georchestra</groupId>
<artifactId>root</artifactId>
<packaging>pom</packaging>
<version>20.0-SNAPSHOT</version>
<version>20.0.1</version>
<name>Root project of the geOrchestra SDI</name>
<url>http://maven.apache.org</url>
<organization>
Expand Down
2 changes: 1 addition & 1 deletion security-proxy/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.georchestra</groupId>
<artifactId>root</artifactId>
<version>20.0-SNAPSHOT</version>
<version>20.0.1</version>
</parent>
<artifactId>security-proxy</artifactId>
<packaging>war</packaging>
Expand Down

0 comments on commit e86725c

Please sign in to comment.