File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1010
1111 <target name =" -check-mavenmodules" >
1212 <uptodate property =" mavenmodules.uptodate"
13- srcfile =" maven-wrapper/target/nbm/maven-wrapper-1.5 .nbm"
13+ srcfile =" maven-wrapper/target/nbm/maven-wrapper-1.6 .nbm"
1414 targetfile =" mavenmodules" />
1515 </target >
1616
Original file line number Diff line number Diff line change 44
55 <groupId >fi.helsinki.cs.tmc</groupId >
66 <artifactId >maven-wrapper</artifactId >
7- <version >1.5 </version >
7+ <version >1.6 </version >
88 <packaging >nbm</packaging >
99
1010 <name >TMC Maven Wrapper</name >
302302 <dependency >
303303 <groupId >org.cometd.java</groupId >
304304 <artifactId >cometd-java-client</artifactId >
305- <version >3.0.0 </version >
305+ <version >3.0.3 </version >
306306 </dependency >
307307 <dependency >
308308 <groupId >org.cometd.java</groupId >
309309 <artifactId >cometd-java-websocket-javax-client</artifactId >
310- <version >3.0.0 </version >
310+ <version >3.0.3 </version >
311311 </dependency >
312+ <!-- required by cometd -->
312313 <dependency >
313314 <groupId >org.eclipse.jetty.websocket</groupId >
314315 <artifactId >javax-websocket-client-impl</artifactId >
315- <version >9.2.2.v20140723 </version >
316+ <version >9.2.5.v20141112 </version >
316317 </dependency >
317318
318319 </dependencies >
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ build.xml.script.CRC32=84aa6cb9
33build.xml.stylesheet.CRC32 =a56c6a5b@1.45.1
44# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
55# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
6- nbproject/build-impl.xml.data.CRC32 =79482a40
6+ nbproject/build-impl.xml.data.CRC32 =eb1e762e
77nbproject/build-impl.xml.script.CRC32 =72a9c69e
88nbproject/build-impl.xml.stylesheet.CRC32 =238281d1@2.67.1
Original file line number Diff line number Diff line change 1111 <build-prerequisite />
1212 <compile-dependency />
1313 <run-dependency >
14- <specification-version >1.5 </specification-version >
14+ <specification-version >1.6 </specification-version >
1515 </run-dependency >
1616 </dependency >
1717 <dependency >
You can’t perform that action at this time.
0 commit comments