Skip to content

Commit

Permalink
Update version to 1.2.1 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed May 17, 2011
1 parent 8db6fb2 commit 16b2438
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.apache.tools.ant.filters.ReplaceTokens

apply plugin: 'java'
sourceCompatibility = 1.5
version = '1.2.0'
version = '1.2.1'
archivesBaseName = 'rundeck-core'
defaultTasks 'clean','assemble'
repositories {
Expand Down
4 changes: 2 additions & 2 deletions rundeckapp/application.properties
Original file line number Diff line number Diff line change
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.2.0
build.ident=1.2.0-0-rc1
app.version=1.2.1
build.ident=1.2.1-0-beta
plugins.hibernate=1.2.0
plugins.jetty=1.2-SNAPSHOT
plugins.mail=0.9
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version.number=1.2.0
version.number=1.2.1
version.release.number=0
version.tag=rc1
version.tag=beta

0 comments on commit 16b2438

Please sign in to comment.