File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Expand file tree Collapse file tree 3 files changed +5
-11
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.10 .nbm"
13
+ srcfile =" maven-wrapper/target/nbm/maven-wrapper-1.11 .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.10 </version >
7
+ <version >1.11 </version >
8
8
<packaging >nbm</packaging >
9
9
10
10
<name >TMC Maven Wrapper</name >
11
11
12
12
<properties >
13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
- <netbeans .version>RELEASE80 </netbeans .version>
14
+ <netbeans .version>RELEASE81 </netbeans .version>
15
15
<maven .version>3.0.5</maven .version>
16
16
</properties >
17
17
46
46
<dependency >
47
47
<groupId >${project.groupId} </groupId >
48
48
<artifactId >core</artifactId >
49
- <version >0.9.6 -SNAPSHOT</version >
49
+ <version >0.9.7 -SNAPSHOT</version >
50
50
</dependency >
51
51
<dependency >
52
52
<groupId >${project.groupId} </groupId >
58
58
<artifactId >tmc-checkstyle-runner</artifactId >
59
59
<version >3.0.1</version >
60
60
</dependency >
61
- <dependency >
62
- <artifactId >sisu-guava</artifactId >
63
- <groupId >org.sonatype.sisu</groupId >
64
- <type >jar</type >
65
- <version >0.9.9</version >
66
- </dependency >
67
61
<dependency >
68
62
<artifactId >sisu-guice</artifactId >
69
63
<groupId >org.sonatype.sisu</groupId >
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ OpenIDE-Module-Requires:
6
6
org.openide.windows.IOProvider,
7
7
org.openide.windows.WindowManager
8
8
OpenIDE-Module-Install: fi/helsinki/cs/tmc/actions/TmcModuleInstall.class
9
- OpenIDE-Module-Specification-Version: 1.1.1
9
+ OpenIDE-Module-Specification-Version: 1.1.2
You can’t perform that action at this time.
0 commit comments