From 59bf04113081afb6c2e0ca2ca8469e18b3b85bef Mon Sep 17 00:00:00 2001 From: Joshua O'Madadhain Date: Fri, 18 Mar 2016 16:12:03 -0700 Subject: [PATCH] Updating to 2.1 --- jung-algorithms/pom.xml | 2 +- jung-api/pom.xml | 2 +- jung-graph-impl/pom.xml | 2 +- jung-io/pom.xml | 2 +- jung-samples/pom.xml | 2 +- jung-visualization/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/jung-algorithms/pom.xml b/jung-algorithms/pom.xml index 0527bfea..c949fa1e 100644 --- a/jung-algorithms/pom.xml +++ b/jung-algorithms/pom.xml @@ -4,7 +4,7 @@ net.sf.jung jung-parent - 2.1-SNAPSHOT + 2.1 jung-algorithms JUNG - Algorithms diff --git a/jung-api/pom.xml b/jung-api/pom.xml index 258e9e52..b7e64f27 100644 --- a/jung-api/pom.xml +++ b/jung-api/pom.xml @@ -4,7 +4,7 @@ net.sf.jung jung-parent - 2.1-SNAPSHOT + 2.1 jung-api JUNG - API diff --git a/jung-graph-impl/pom.xml b/jung-graph-impl/pom.xml index 12477e75..0fa83e76 100644 --- a/jung-graph-impl/pom.xml +++ b/jung-graph-impl/pom.xml @@ -4,7 +4,7 @@ net.sf.jung jung-parent - 2.1-SNAPSHOT + 2.1 jung-graph-impl JUNG - Graph Implementations diff --git a/jung-io/pom.xml b/jung-io/pom.xml index 7c1f7982..e556f15d 100644 --- a/jung-io/pom.xml +++ b/jung-io/pom.xml @@ -4,7 +4,7 @@ net.sf.jung jung-parent - 2.1-SNAPSHOT + 2.1 jung-io JUNG - I/O Support diff --git a/jung-samples/pom.xml b/jung-samples/pom.xml index a5d70221..9ce864d6 100644 --- a/jung-samples/pom.xml +++ b/jung-samples/pom.xml @@ -5,7 +5,7 @@ net.sf.jung jung-parent - 2.1-SNAPSHOT + 2.1 jung-samples JUNG - Samples diff --git a/jung-visualization/pom.xml b/jung-visualization/pom.xml index 2ccc5cbd..d6d5e1a3 100644 --- a/jung-visualization/pom.xml +++ b/jung-visualization/pom.xml @@ -5,7 +5,7 @@ net.sf.jung jung-parent - 2.1-SNAPSHOT + 2.1 jung-visualization JUNG - Visualization Support diff --git a/pom.xml b/pom.xml index 6470e79f..057ef4a5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 net.sf.jung jung-parent - 2.1-SNAPSHOT + 2.1 pom JUNG (parent metadata project) http://jrtom.github.io/jung/