Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.16.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjudeng committed Nov 1, 2019
1 parent f62a7b2 commit 5eaebd4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions gs-web-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<parent>
<artifactId>elasticgeo</artifactId>
<groupId>mil.nga.giat</groupId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>
<artifactId>gs-web-elasticsearch</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
<packaging>jar</packaging>
<name>GeoServer Elasticsearch Module</name>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions gt-elasticsearch-process/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<artifactId>elasticgeo</artifactId>
<groupId>mil.nga.giat</groupId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>
<artifactId>gt-elasticsearch-process</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
<packaging>jar</packaging>
<name>GeoTools Elasticsearch Processes</name>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions gt-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<artifactId>elasticgeo</artifactId>
<groupId>mil.nga.giat</groupId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>
<artifactId>gt-elasticsearch</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
<packaging>jar</packaging>
<name>GeoTools Elasticsearch DataStore</name>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions joda-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<artifactId>elasticgeo</artifactId>
<groupId>mil.nga.giat</groupId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
</parent>
<artifactId>joda-shaded</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
<packaging>jar</packaging>
<name>Elasticsearch Joda Shaded</name>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>mil.nga.giat</groupId>
<artifactId>elasticgeo</artifactId>
<version>2.16-SNAPSHOT</version>
<version>2.16.0</version>
<packaging>pom</packaging>
<name>ElasticGeo</name>
<description>ElasticGeo provides a GeoTools data store that allows geospatial features from an Elasticsearch index to be published via OGC services using GeoServer.</description>
Expand All @@ -22,7 +22,7 @@
</modules>
<scm>
<connection>scm:git:https://github.com/ngageoint/elasticgeo.git</connection>
<tag>HEAD</tag>
<tag>2.16.0-RC1</tag>
<url>https://github.com/ngageoint/elasticgeo.git</url>
</scm>
<properties>
Expand Down

0 comments on commit 5eaebd4

Please sign in to comment.