Skip to content

Commit e7d8c10

Browse files
committed
Try to fix the checkstyle crash
1 parent da49107 commit e7d8c10

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<target name="-check-mavenmodules">
1212
<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"
1414
targetfile="mavenmodules"/>
1515
</target>
1616

maven-wrapper/pom.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
<groupId>fi.helsinki.cs.tmc</groupId>
66
<artifactId>maven-wrapper</artifactId>
7-
<version>1.10</version>
7+
<version>1.11</version>
88
<packaging>nbm</packaging>
99

1010
<name>TMC Maven Wrapper</name>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14-
<netbeans.version>RELEASE80</netbeans.version>
14+
<netbeans.version>RELEASE81</netbeans.version>
1515
<maven.version>3.0.5</maven.version>
1616
</properties>
1717

@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>${project.groupId}</groupId>
4848
<artifactId>core</artifactId>
49-
<version>0.9.6-SNAPSHOT</version>
49+
<version>0.9.7-SNAPSHOT</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>${project.groupId}</groupId>
@@ -58,12 +58,6 @@
5858
<artifactId>tmc-checkstyle-runner</artifactId>
5959
<version>3.0.1</version>
6060
</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>
6761
<dependency>
6862
<artifactId>sisu-guice</artifactId>
6963
<groupId>org.sonatype.sisu</groupId>

tmc-plugin/manifest.mf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ OpenIDE-Module-Requires:
66
org.openide.windows.IOProvider,
77
org.openide.windows.WindowManager
88
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

0 commit comments

Comments
 (0)