Skip to content

Commit

Permalink
Set version to 1.2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
kelemen committed Oct 15, 2013
1 parent 106d73c commit 07b034a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion netbeans-gradle-default-models/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java';

group = 'com.github.kelemen';
version = '1.2.6.1-SNAPSHOT';
version = '1.2.7';
sourceCompatibility = '1.5';

ext.scriptFile = { String fileName ->
Expand Down
4 changes: 2 additions & 2 deletions netbeans-gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.kelemen</groupId>
<artifactId>netbeans-gradle-plugin</artifactId>
<version>1.2.6.1-SNAPSHOT</version>
<version>1.2.7</version>
<packaging>nbm</packaging>
<url>https://github.com/kelemen/netbeans-gradle-project</url>

Expand Down Expand Up @@ -194,7 +194,7 @@
<dependency>
<groupId>com.github.kelemen</groupId>
<artifactId>netbeans-gradle-default-models</artifactId>
<version>1.2.6.1-SNAPSHOT</version>
<version>1.2.7</version>
</dependency>

<!-- Test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion netbeans-gradle-plugin/src/main/nbm/manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ OpenIDE-Module: org.netbeans.gradle.project
OpenIDE-Module-Localizing-Bundle: org/netbeans/gradle/project/Bundle.properties
OpenIDE-Module-Requires: cnb.org.netbeans.modules.groovy.kit,
cnb.org.netbeans.modules.java.j2seproject
OpenIDE-Module-Specification-Version: 1.2.6.1
OpenIDE-Module-Specification-Version: 1.2.7

0 comments on commit 07b034a

Please sign in to comment.