Skip to content

Commit 199633a

Browse files
committed
Update to Jung 2.1.1
Change-Id: I17f0eae2ae76209325e36bb0dab0392d9f04f2d9
1 parent 0277432 commit 199633a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

pom.xml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@
66
<groupId>org.vaadin.addons</groupId>
77
<artifactId>graph-explorer</artifactId>
88
<packaging>jar</packaging>
9-
<version>0.7.2</version>
9+
<version>0.7.3</version>
1010
<name>Graph Explorer (Vaadin 7)</name>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14-
<vaadin.version>7.6.6</vaadin.version>
14+
<vaadin.version>7.7.6</vaadin.version>
1515
<vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version>
1616

17+
<gwt-graphics.version>1.0.0</gwt-graphics.version>
18+
<jung.version>2.1.1</jung.version>
19+
1720
<!-- ZIP Manifest fields -->
1821
<Implementation-Version>${project.version}</Implementation-Version>
1922
<!-- Must not change this because of the Directory -->
@@ -88,18 +91,18 @@
8891
<dependency>
8992
<groupId>org.vaadin.addons</groupId>
9093
<artifactId>gwt-graphics</artifactId>
91-
<version>1.0.0</version>
94+
<version>${gwt-graphics.version}</version>
9295
</dependency>
9396

9497
<dependency>
9598
<groupId>net.sf.jung</groupId>
9699
<artifactId>jung-graph-impl</artifactId>
97-
<version>2.1</version>
100+
<version>${jung.version}</version>
98101
</dependency>
99102
<dependency>
100103
<groupId>net.sf.jung</groupId>
101104
<artifactId>jung-algorithms</artifactId>
102-
<version>2.1</version>
105+
<version>${jung.version}</version>
103106
</dependency>
104107
</dependencies>
105108

0 commit comments

Comments
 (0)