aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Silverthorn <daniel.silverthorn@amdocs.com>2018-04-19 10:23:05 -0400
committerDaniel Silverthorn <daniel.silverthorn@amdocs.com>2018-04-19 10:25:20 -0400
commite0549f46142bcc54cc3d3c04a465e5e6c54ba90c (patch)
tree5e1d0523a77fdf73f2ffb2ce7b44ea11b8749986
parent3dc1a3b0b38728b5d2ff13895389cf980080bd86 (diff)
Upgrade to janus 0.2.0
Change-Id: I47de44fed3113817096127eb4e849ede259eaad8 Issue-ID: AAI-1082 Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
-rw-r--r--champ-lib/champ-janus/pom.xml4
-rw-r--r--champ-service-deps-janus/pom.xml6
2 files changed, 5 insertions, 5 deletions
diff --git a/champ-lib/champ-janus/pom.xml b/champ-lib/champ-janus/pom.xml
index cf76ed0..7d1532b 100644
--- a/champ-lib/champ-janus/pom.xml
+++ b/champ-lib/champ-janus/pom.xml
@@ -57,7 +57,7 @@ limitations under the License.
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-cassandra</artifactId>
- <version>0.1.1</version>
+ <version>0.2.0</version>
<optional>true</optional>
<exclusions>
<exclusion>
@@ -81,7 +81,7 @@ limitations under the License.
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-hbase</artifactId>
- <version>0.1.1</version>
+ <version>0.2.0</version>
<optional>true</optional>
<exclusions>
<exclusion>
diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml
index 8c99d0a..eaee1e9 100644
--- a/champ-service-deps-janus/pom.xml
+++ b/champ-service-deps-janus/pom.xml
@@ -42,7 +42,7 @@ limitations under the License.
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-cassandra</artifactId>
- <version>0.1.1</version>
+ <version>0.2.0</version>
<optional>true</optional>
<exclusions>
<exclusion>
@@ -66,7 +66,7 @@ limitations under the License.
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-hbase</artifactId>
- <version>0.1.1</version>
+ <version>0.2.0</version>
<optional>true</optional>
<exclusions>
<exclusion>
@@ -120,4 +120,4 @@ limitations under the License.
</plugin>
</plugins>
</build>
-</project> \ No newline at end of file
+</project>