Skip to content

Commit

Permalink
Update version to 1.3.2-0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Oct 4, 2011
1 parent 16c7341 commit 9d53241
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Expand Up @@ -2,7 +2,7 @@ import org.apache.tools.ant.filters.ReplaceTokens

apply plugin: 'java'
sourceCompatibility = 1.5
version = '1.3.1'
version = '1.3.2'
archivesBaseName = 'rundeck-core'
defaultTasks 'clean','assemble'
repositories {
Expand Down
2 changes: 1 addition & 1 deletion plugins/build.gradle
@@ -1,6 +1,6 @@

allprojects{
version = '1.3.1'
version = '1.3.2'
defaultTasks 'clean','build'
}
task wrapper(type: Wrapper) {
Expand Down
4 changes: 2 additions & 2 deletions rundeckapp/application.properties
Expand Up @@ -2,8 +2,8 @@
#Thu Jan 13 11:54:14 PST 2011
app.grails.version=1.2.0
app.name=rundeck
app.version=1.3.1
build.ident=1.3.1-1
app.version=1.3.2
build.ident=1.3.2-0-dev
plugins.hibernate=1.2.0
plugins.jetty=1.2-SNAPSHOT
plugins.mail=0.9
Expand Down
6 changes: 3 additions & 3 deletions version.properties
@@ -1,3 +1,3 @@
version.number=1.3.1
version.release.number=1
version.tag=GA
version.number=1.3.2
version.release.number=0
version.tag=dev

0 comments on commit 9d53241

Please sign in to comment.