Skip to content

Commit

Permalink
Update version number to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtom committed Sep 7, 2016
1 parent 11776d5 commit 8fcad72
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion jung-algorithms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.sf.jung</groupId>
<artifactId>jung-parent</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>jung-algorithms</artifactId>
<name>JUNG - Algorithms</name>
Expand Down
2 changes: 1 addition & 1 deletion jung-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.sf.jung</groupId>
<artifactId>jung-parent</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>jung-api</artifactId>
<name>JUNG - API</name>
Expand Down
2 changes: 1 addition & 1 deletion jung-graph-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.sf.jung</groupId>
<artifactId>jung-parent</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>jung-graph-impl</artifactId>
<name>JUNG - Graph Implementations</name>
Expand Down
2 changes: 1 addition & 1 deletion jung-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.sf.jung</groupId>
<artifactId>jung-parent</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>jung-io</artifactId>
<name>JUNG - I/O Support</name>
Expand Down
2 changes: 1 addition & 1 deletion jung-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.sf.jung</groupId>
<artifactId>jung-parent</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>jung-samples</artifactId>
<name>JUNG - Samples</name>
Expand Down
2 changes: 1 addition & 1 deletion jung-visualization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.sf.jung</groupId>
<artifactId>jung-parent</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<artifactId>jung-visualization</artifactId>
<name>JUNG - Visualization Support</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.jung</groupId>
<artifactId>jung-parent</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.1.1</version>
<packaging>pom</packaging>
<name>JUNG (parent metadata project)</name>
<url>http://jrtom.github.io/jung/</url>
Expand Down

0 comments on commit 8fcad72

Please sign in to comment.