Skip to content

Commit 2e31776

Browse files
committed
Bump up version to 2.4.5
1 parent f9b3678 commit 2e31776

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

pom.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.ndexbio.client</groupId>
55
<artifactId>ndex-java-client</artifactId>
6-
<version>2.4.5-SNAPSHOT</version>
6+
<version>2.4.5</version>
77
<name>NDEx Java REST Client</name>
88
<description>REST Client for in applications that access NDEx</description>
99
<inceptionYear>2013</inceptionYear>
@@ -152,15 +152,9 @@
152152
<dependency>
153153
<groupId>org.ndexbio</groupId>
154154
<artifactId>ndex-object-model</artifactId>
155-
<version>2.4.5-SNAPSHOT</version>
155+
<version>2.4.5</version>
156156
</dependency>
157-
<!--
158-
<dependency>
159-
<groupId>com.google.guava</groupId>
160-
<artifactId>guava</artifactId>
161-
<version>19.0</version>
162-
</dependency>
163-
-->
157+
164158
<dependency>
165159
<groupId>junit</groupId>
166160
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)