Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.14.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjudeng committed Nov 5, 2018
1 parent 39b181c commit be2ddfc
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.14-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<artifactId>gs-web-elasticsearch</artifactId>
<version>2.14-SNAPSHOT</version>
<version>2.14.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,11 +4,11 @@
<parent>
<artifactId>elasticgeo</artifactId>
<groupId>mil.nga.giat</groupId>
<version>2.14-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<groupId>mil.nga.giat</groupId>
<artifactId>gt-elasticsearch-process</artifactId>
<version>2.14-SNAPSHOT</version>
<version>2.14.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,11 +4,11 @@
<parent>
<artifactId>elasticgeo</artifactId>
<groupId>mil.nga.giat</groupId>
<version>2.14-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<groupId>mil.nga.giat</groupId>
<artifactId>gt-elasticsearch</artifactId>
<version>2.14-SNAPSHOT</version>
<version>2.14.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,11 +4,11 @@
<parent>
<artifactId>elasticgeo</artifactId>
<groupId>mil.nga.giat</groupId>
<version>2.14-SNAPSHOT</version>
<version>2.14.0</version>
</parent>
<groupId>mil.nga.giat</groupId>
<artifactId>joda-shaded</artifactId>
<version>2.14-SNAPSHOT</version>
<version>2.14.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.14-SNAPSHOT</version>
<version>2.14.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.14.0-RC1</tag>
<url>https://github.com/ngageoint/elasticgeo.git</url>
</scm>
<properties>
Expand Down

0 comments on commit be2ddfc

Please sign in to comment.