Skip to content

Commit

Permalink
New version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Redande committed Dec 14, 2018
1 parent 3b3abfb commit 90219a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<target name="-check-mavenmodules">
<uptodate property="mavenmodules.uptodate"
srcfile="maven-wrapper/target/nbm/maven-wrapper-1.26.nbm"
srcfile="maven-wrapper/target/nbm/maven-wrapper-1.27.nbm"
targetfile="mavenmodules"/>
</target>

Expand Down
4 changes: 2 additions & 2 deletions maven-wrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>fi.helsinki.cs.tmc</groupId>
<artifactId>maven-wrapper</artifactId>
<version>1.26</version>
<version>1.27</version>
<packaging>nbm</packaging>

<name>TMC Maven Wrapper</name>
Expand Down Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>core</artifactId>
<version>0.10.10-SNAPSHOT</version>
<version>0.10.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tmc-plugin/manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ OpenIDE-Module-Requires:
org.openide.windows.IOProvider,
org.openide.windows.WindowManager
OpenIDE-Module-Install: fi/helsinki/cs/tmc/actions/TmcModuleInstall.class
OpenIDE-Module-Specification-Version: 1.2.0
OpenIDE-Module-Specification-Version: 1.2.1

0 comments on commit 90219a9

Please sign in to comment.