Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Oct 17, 2013
1 parent 014370e commit 99be882
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/build.gradle
Expand Up @@ -2,7 +2,7 @@ import org.gradle.api.file.FileCollection;

apply plugin: 'java'
apply plugin: 'eclipse-wtp'
version = '1.b.48-SNAPSHOT'
version = '1.b.50-SNAPSHOT'


sourceCompatibility = 1.6
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<artifactId>nutz</artifactId>
<packaging>jar</packaging>
<name>Nutz</name>
<version>1.b.49-SNAPSHOT</version>
<version>1.b.50-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion sonar.properties
@@ -1,4 +1,4 @@
sonar.projectKey=nutzam:nutz
sonar.projectName=Nutz Core
sonar.projectVersion=1.b.49
sonar.projectVersion=1.b.50
sonar.language=java

0 comments on commit 99be882

Please sign in to comment.