Skip to content

Commit d2ae074

Browse files
committed
Merge pull request #247 from ngageoint/GEOWAVE-234
Geowave 234
2 parents 657f5b4 + 12d2f8e commit d2ae074

20 files changed

Lines changed: 216 additions & 26 deletions

File tree

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>geowave-parent</artifactId>
88
<groupId>mil.nga.giat</groupId>
99
<relativePath>../</relativePath>
10-
<version>0.8.3-SNAPSHOT</version>
10+
<version>0.8.3</version>
1111
</parent>
1212

1313
<artifactId>geowave-docs</artifactId>

geowave-accumulo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>geowave-parent</artifactId>
55
<groupId>mil.nga.giat</groupId>
66
<relativePath>../</relativePath>
7-
<version>0.8.3-SNAPSHOT</version>
7+
<version>0.8.3</version>
88
</parent>
99
<artifactId>geowave-accumulo</artifactId>
1010
<name>geowave-accumulo</name>

geowave-analytics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>geowave-parent</artifactId>
66
<groupId>mil.nga.giat</groupId>
77
<relativePath>../</relativePath>
8-
<version>0.8.3-SNAPSHOT</version>
8+
<version>0.8.3</version>
99
</parent>
1010
<artifactId>geowave-analytics</artifactId>
1111
<dependencies>

geowave-benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>geowave-parent</artifactId>
66
<groupId>mil.nga.giat</groupId>
77
<relativePath>../</relativePath>
8-
<version>0.8.3-SNAPSHOT</version>
8+
<version>0.8.3</version>
99
</parent>
1010
<artifactId>geowave-benchmark</artifactId>
1111
<name>geowave-benchmark</name>

geowave-client/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>geowave-parent</artifactId>
66
<groupId>mil.nga.giat</groupId>
77
<relativePath>../</relativePath>
8-
<version>0.8.3-SNAPSHOT</version>
8+
<version>0.8.3</version>
99
</parent>
1010
<artifactId>geowave-client</artifactId>
1111
<name>geowave-client</name>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>org.glassfish.jersey.media</groupId>
3030
<artifactId>jersey-media-multipart</artifactId>
31-
<version>2.13</version>
31+
<version>2.14</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.glassfish.jersey.core</groupId>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.glassfish.jersey.ext</groupId>
4040
<artifactId>jersey-proxy-client</artifactId>
41-
<version>2.13</version>
41+
<version>2.14</version>
4242
</dependency>
4343
</dependencies>
4444
</project>

geowave-deploy/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>geowave-parent</artifactId>
55
<groupId>mil.nga.giat</groupId>
66
<relativePath>../</relativePath>
7-
<version>0.8.3-SNAPSHOT</version>
7+
<version>0.8.3</version>
88
</parent>
99
<artifactId>geowave-deploy</artifactId>
1010
<name>geowave-deploy</name>
@@ -23,6 +23,11 @@
2323
<artifactId>geowave-raster</artifactId>
2424
<version>${project.version}</version>
2525
</dependency>
26+
<dependency>
27+
<groupId>mil.nga.giat</groupId>
28+
<artifactId>geowave-utils</artifactId>
29+
<version>${project.version}</version>
30+
</dependency>
2631
</dependencies>
2732
<build>
2833
<resources>

geowave-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>mil.nga.giat</groupId>
77
<artifactId>geowave-parent</artifactId>
8-
<version>0.8.3-SNAPSHOT</version>
8+
<version>0.8.3</version>
99
</parent>
1010
<artifactId>geowave-examples</artifactId>
1111
<dependencies>

geowave-index/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>geowave-parent</artifactId>
55
<groupId>mil.nga.giat</groupId>
66
<relativePath>../</relativePath>
7-
<version>0.8.3-SNAPSHOT</version>
7+
<version>0.8.3</version>
88
</parent>
99
<artifactId>geowave-index</artifactId>
1010
<name>geowave-index</name>

geowave-ingest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>geowave-parent</artifactId>
66
<groupId>mil.nga.giat</groupId>
77
<relativePath>../</relativePath>
8-
<version>0.8.3-SNAPSHOT</version>
8+
<version>0.8.3</version>
99
</parent>
1010
<artifactId>geowave-ingest</artifactId>
1111
<name>geowave-ingest</name>

geowave-raster/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>geowave-parent</artifactId>
66
<groupId>mil.nga.giat</groupId>
77
<relativePath>../</relativePath>
8-
<version>0.8.3-SNAPSHOT</version>
8+
<version>0.8.3</version>
99
</parent>
1010
<artifactId>geowave-raster</artifactId>
1111
<name>geowave-raster</name>

0 commit comments

Comments
 (0)