Skip to content

Commit

Permalink
release version 0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Hihlovskiy committed Sep 16, 2015
1 parent e8d420c commit d90a85d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/deployEclipseKepler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.unpuzzle:unpuzzle-eclipse2maven:0.0.21-SNAPSHOT'
classpath 'org.akhikhl.unpuzzle:unpuzzle-eclipse2maven:0.0.21'
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/deployEclipseKeplerViaPlugin/unpuzzle.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath 'org.akhikhl.unpuzzle:unpuzzle-plugin:0.0.21-SNAPSHOT'
classpath 'org.akhikhl.unpuzzle:unpuzzle-plugin:0.0.21'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ license=MIT
logback_version=1.1.3
projectId=unpuzzle
projectLabels=unpuzzle,gradle,plugin,eclipse,osgi,maven
version=0.0.21-SNAPSHOT
version=0.0.21

0 comments on commit d90a85d

Please sign in to comment.