File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 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 -->
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
You can’t perform that action at this time.
0 commit comments