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 10
10
11
11
<target name =" -check-mavenmodules" >
12
12
<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"
14
14
targetfile =" mavenmodules" />
15
15
</target >
16
16
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >fi.helsinki.cs.tmc</groupId >
6
6
<artifactId >maven-wrapper</artifactId >
7
- <version >1.5 </version >
7
+ <version >1.6 </version >
8
8
<packaging >nbm</packaging >
9
9
10
10
<name >TMC Maven Wrapper</name >
302
302
<dependency >
303
303
<groupId >org.cometd.java</groupId >
304
304
<artifactId >cometd-java-client</artifactId >
305
- <version >3.0.0 </version >
305
+ <version >3.0.3 </version >
306
306
</dependency >
307
307
<dependency >
308
308
<groupId >org.cometd.java</groupId >
309
309
<artifactId >cometd-java-websocket-javax-client</artifactId >
310
- <version >3.0.0 </version >
310
+ <version >3.0.3 </version >
311
311
</dependency >
312
+ <!-- required by cometd -->
312
313
<dependency >
313
314
<groupId >org.eclipse.jetty.websocket</groupId >
314
315
<artifactId >javax-websocket-client-impl</artifactId >
315
- <version >9.2.2.v20140723 </version >
316
+ <version >9.2.5.v20141112 </version >
316
317
</dependency >
317
318
318
319
</dependencies >
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ build.xml.script.CRC32=84aa6cb9
3
3
build.xml.stylesheet.CRC32 =
[email protected]
4
4
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
5
5
# 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
7
7
nbproject/build-impl.xml.script.CRC32 =72a9c69e
8
8
nbproject/build-impl.xml.stylesheet.CRC32 =
[email protected]
Original file line number Diff line number Diff line change 11
11
<build-prerequisite />
12
12
<compile-dependency />
13
13
<run-dependency >
14
- <specification-version >1.5 </specification-version >
14
+ <specification-version >1.6 </specification-version >
15
15
</run-dependency >
16
16
</dependency >
17
17
<dependency >
You can’t perform that action at this time.
0 commit comments