Skip to content

Commit bb9cdef

Browse files
committed
[maven-release-plugin] prepare release 2.12.2-RC1
1 parent 43c5e56 commit bb9cdef

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

gs-web-elasticsearch/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<artifactId>elasticgeo</artifactId>
99
<groupId>mil.nga.giat</groupId>
10-
<version>2.12-SNAPSHOT</version>
10+
<version>2.12.2</version>
1111
</parent>
1212
<groupId>mil.nga.giat</groupId>
1313
<artifactId>gs-web-elasticsearch</artifactId>
14-
<version>2.12-SNAPSHOT</version>
14+
<version>2.12.2</version>
1515
<packaging>jar</packaging>
1616
<name>GeoServer Elasticsearch Module</name>
1717
<dependencies>

gt-elasticsearch-process/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<artifactId>elasticgeo</artifactId>
66
<groupId>mil.nga.giat</groupId>
7-
<version>2.12-SNAPSHOT</version>
7+
<version>2.12.2</version>
88
</parent>
99
<groupId>mil.nga.giat</groupId>
1010
<artifactId>gt-elasticsearch-process</artifactId>
11-
<version>2.12-SNAPSHOT</version>
11+
<version>2.12.2</version>
1212
<packaging>jar</packaging>
1313
<name>GeoTools Elasticsearch Processes</name>
1414
<dependencies>

gt-elasticsearch/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<artifactId>elasticgeo</artifactId>
66
<groupId>mil.nga.giat</groupId>
7-
<version>2.12-SNAPSHOT</version>
7+
<version>2.12.2</version>
88
</parent>
99
<groupId>mil.nga.giat</groupId>
1010
<artifactId>gt-elasticsearch</artifactId>
11-
<version>2.12-SNAPSHOT</version>
11+
<version>2.12.2</version>
1212
<packaging>jar</packaging>
1313
<name>GeoTools Elasticsearch DataStore</name>
1414
<properties>

joda-shaded/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<artifactId>elasticgeo</artifactId>
66
<groupId>mil.nga.giat</groupId>
7-
<version>2.12-SNAPSHOT</version>
7+
<version>2.12.2</version>
88
</parent>
99
<groupId>mil.nga.giat</groupId>
1010
<artifactId>joda-shaded</artifactId>
11-
<version>2.12-SNAPSHOT</version>
11+
<version>2.12.2</version>
1212
<packaging>jar</packaging>
1313
<name>Elasticsearch Joda Shaded</name>
1414
<dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>mil.nga.giat</groupId>
55
<artifactId>elasticgeo</artifactId>
6-
<version>2.12-SNAPSHOT</version>
6+
<version>2.12.2</version>
77
<packaging>pom</packaging>
88
<name>ElasticGeo</name>
99
<description>ElasticGeo provides a GeoTools data store that allows geospatial features from an Elasticsearch index to be published via OGC services using GeoServer.</description>
@@ -22,7 +22,7 @@
2222
</modules>
2323
<scm>
2424
<connection>scm:git:https://github.com/ngageoint/elasticgeo.git</connection>
25-
<tag>HEAD</tag>
25+
<tag>2.12.2-RC1</tag>
2626
<url>https://github.com/ngageoint/elasticgeo.git</url>
2727
</scm>
2828
<properties>

0 commit comments

Comments
 (0)