Skip to content

Commit 1ccf473

Browse files
committed
v14 poms
1 parent 4934fad commit 1ccf473

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

jungrapht-layout/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.tomnelson</groupId>
66
<artifactId>jungrapht-visualization-parent</artifactId>
7-
<version>1.4-SNAPSHOT</version>
7+
<version>1.4</version>
88
</parent>
99
<artifactId>jungrapht-layout</artifactId>
1010
<name>Graph - Layout Support</name>

jungrapht-visualization-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.tomnelson</groupId>
66
<artifactId>jungrapht-visualization-parent</artifactId>
7-
<version>1.4-SNAPSHOT</version>
7+
<version>1.4</version>
88
</parent>
99
<artifactId>jungrapht-visualization-samples</artifactId>
1010
<name>Graph Visualization - Samples</name>

jungrapht-visualization/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.tomnelson</groupId>
66
<artifactId>jungrapht-visualization-parent</artifactId>
7-
<version>1.4-SNAPSHOT</version>
7+
<version>1.4</version>
88
</parent>
99
<artifactId>jungrapht-visualization</artifactId>
1010
<name>Graph - Visualization Support</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.tomnelson</groupId>
55
<artifactId>jungrapht-visualization-parent</artifactId>
6-
<version>1.4-SNAPSHOT</version>
6+
<version>1.4</version>
77
<packaging>pom</packaging>
88
<name>JunGrapht Visualization</name>
99
<description>Jungrapht-visualization is a port of the Java Universal Network Graph (JUNG)

0 commit comments

Comments
 (0)