Skip to content

Commit 59bf041

Browse files
committed
Updating to 2.1
1 parent 9ad56cd commit 59bf041

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

jung-algorithms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.sf.jung</groupId>
66
<artifactId>jung-parent</artifactId>
7-
<version>2.1-SNAPSHOT</version>
7+
<version>2.1</version>
88
</parent>
99
<artifactId>jung-algorithms</artifactId>
1010
<name>JUNG - Algorithms</name>

jung-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.sf.jung</groupId>
66
<artifactId>jung-parent</artifactId>
7-
<version>2.1-SNAPSHOT</version>
7+
<version>2.1</version>
88
</parent>
99
<artifactId>jung-api</artifactId>
1010
<name>JUNG - API</name>

jung-graph-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.sf.jung</groupId>
66
<artifactId>jung-parent</artifactId>
7-
<version>2.1-SNAPSHOT</version>
7+
<version>2.1</version>
88
</parent>
99
<artifactId>jung-graph-impl</artifactId>
1010
<name>JUNG - Graph Implementations</name>

jung-io/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.sf.jung</groupId>
66
<artifactId>jung-parent</artifactId>
7-
<version>2.1-SNAPSHOT</version>
7+
<version>2.1</version>
88
</parent>
99
<artifactId>jung-io</artifactId>
1010
<name>JUNG - I/O Support</name>

jung-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.sf.jung</groupId>
77
<artifactId>jung-parent</artifactId>
8-
<version>2.1-SNAPSHOT</version>
8+
<version>2.1</version>
99
</parent>
1010
<artifactId>jung-samples</artifactId>
1111
<name>JUNG - Samples</name>

jung-visualization/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.sf.jung</groupId>
77
<artifactId>jung-parent</artifactId>
8-
<version>2.1-SNAPSHOT</version>
8+
<version>2.1</version>
99
</parent>
1010
<artifactId>jung-visualization</artifactId>
1111
<name>JUNG - Visualization Support</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>net.sf.jung</groupId>
66
<artifactId>jung-parent</artifactId>
7-
<version>2.1-SNAPSHOT</version>
7+
<version>2.1</version>
88
<packaging>pom</packaging>
99
<name>JUNG (parent metadata project)</name>
1010
<url>http://jrtom.github.io/jung/</url>

0 commit comments

Comments
 (0)