Skip to content

Commit

Permalink
Set version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
groldan committed Feb 12, 2021
1 parent 25ee5e6 commit cd07617
Show file tree
Hide file tree
Showing 33 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker-compose default environment variable values
COMPOSE_PROJECT_NAME=gscloud
TAG=0.2-SNAPSHOT
TAG=0.2.0
EUREKA_SERVER_URL=http://discovery:8761/eureka
JDBCCONFIG_DBNAME=geoserver_config
JDBCCONFIG_URL=jdbc:postgresql://database:5432/${JDBCCONFIG_DBNAME}
Expand Down
2 changes: 1 addition & 1 deletion catalog-support/catalog-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-catalog-support</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-cloud-catalog-cache</artifactId>
<description>Caching catalog decorator</description>
Expand Down
2 changes: 1 addition & 1 deletion catalog-support/catalog-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-catalog-support</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-cloud-catalog-client</artifactId>
<description>Catalog client library</description>
Expand Down
2 changes: 1 addition & 1 deletion catalog-support/catalog-event-bus-amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-catalog-support</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-cloud-event-bus-amqp</artifactId>
<description>Advanced Message Queuing Protocol catalog and configuration notification support</description>
Expand Down
2 changes: 1 addition & 1 deletion catalog-support/catalog-event-bus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-catalog-support</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-cloud-event-bus</artifactId>
<description>Event bus catalog notification support</description>
Expand Down
2 changes: 1 addition & 1 deletion catalog-support/geoserver-jackson-bindings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-catalog-support</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-jackson-bindings</artifactId>
<description>GeoServer Catalog/Config Jackson databind bindings</description>
Expand Down
2 changes: 1 addition & 1 deletion catalog-support/geotools-jackson-bindings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-catalog-support</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gt-jackson-bindings</artifactId>
<description>Jackson serialization bindings for GeoTools (GeoJSON/Filter)</description>
Expand Down
2 changes: 1 addition & 1 deletion catalog-support/pluggable-catalog-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-catalog-support</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-cloud-pluggable-catalog-support</artifactId>
<description>Catalog infrastructure for pluggable backends</description>
Expand Down
2 changes: 1 addition & 1 deletion catalog-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>gs-cloud-catalog-support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docker-base-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/catalog-service-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>integration-tests</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-cloud-catalog-service-it</artifactId>
<description>Catalog client/server integration tests</description>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion services/catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-services-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-cloud-catalog</artifactId>
<name>Catalog microservice</name>
Expand Down
2 changes: 1 addition & 1 deletion services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>gs-cloud-services-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion services/restconfig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-services-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-cloud-restconfig-v1</artifactId>
<name>restconfig-service</name>
Expand Down
2 changes: 1 addition & 1 deletion services/wcs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-services-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-cloud-wcs</artifactId>
<name>wcs-service</name>
Expand Down
2 changes: 1 addition & 1 deletion services/web-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-services-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-cloud-web-ui</artifactId>
<name>web-ui-service</name>
Expand Down
2 changes: 1 addition & 1 deletion services/wfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-services-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-cloud-wfs</artifactId>
<name>wfs-service</name>
Expand Down
2 changes: 1 addition & 1 deletion services/wms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-services-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-cloud-wms</artifactId>
<name>wms-service</name>
Expand Down
2 changes: 1 addition & 1 deletion services/wps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-services-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-cloud-wps</artifactId>
<name>wps-service</name>
Expand Down
2 changes: 1 addition & 1 deletion starters/catalog-backend-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-starters</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-cloud-catalog-backend-starter</artifactId>
<description>Catalog backends starter</description>
Expand Down
2 changes: 1 addition & 1 deletion starters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-cloud-starters</artifactId>
<name>Spring boot starters for GeoServer cloud services</name>
Expand Down
2 changes: 1 addition & 1 deletion starters/starter-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-starters</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-cloud-starter-jackson</artifactId>
<description>Spring boot auto-configuration for geotools/geoserver jackson bindings</description>
Expand Down
2 changes: 1 addition & 1 deletion starters/starter-raster-formats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-starters</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-cloud-starter-raster-formats</artifactId>
<description>Curated list of supported raster data formats</description>
Expand Down
2 changes: 1 addition & 1 deletion starters/starter-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-starters</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-cloud-starter-reactive</artifactId>
<description>Provides auto-configuration for WebFlux based reactive GeoServer microservices</description>
Expand Down
2 changes: 1 addition & 1 deletion starters/starter-vector-formats/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-starters</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-cloud-starter-vector-formats</artifactId>
<description>Curated list of supported vector data formats</description>
Expand Down
2 changes: 1 addition & 1 deletion starters/starter-webmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-starters</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-cloud-starter-webmvc</artifactId>
<description>Provides auto-configuration for servlet/webmvc GeoServer microservices</description>
Expand Down
2 changes: 1 addition & 1 deletion support-services/api-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-support-services</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-cloud-gateway</artifactId>
<name>API gateway service</name>
Expand Down
2 changes: 1 addition & 1 deletion support-services/config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-support-services</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-cloud-config-service</artifactId>
<name>Cloud config service</name>
Expand Down
2 changes: 1 addition & 1 deletion support-services/database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-support-services</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-cloud-database</artifactId>
<name>Database service</name>
Expand Down
2 changes: 1 addition & 1 deletion support-services/discovery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-support-services</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>gs-cloud-discovery-service</artifactId>
<name>Discovery service</name>
Expand Down
2 changes: 1 addition & 1 deletion support-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-cloud-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>gs-support-services</artifactId>
Expand Down

0 comments on commit cd07617

Please sign in to comment.