Skip to content

Commit

Permalink
prepare for post 4.0.0.Alpha3 dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sebersole committed May 5, 2011
1 parent 5873ff8 commit 87a0156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -17,7 +17,7 @@ buildscript {
mavenRepo name: "jboss-snapshots", urls: "http://snapshots.jboss.org/maven2/"
}
dependencies {
classpath 'org.hibernate.build.gradle:gradle-upload-auth-plugin:1.0.1'
classpath 'org.hibernate.build.gradle:gradle-upload-auth-plugin:1.0.2'
}
}

Expand Down Expand Up @@ -98,7 +98,7 @@ subprojects { subProject ->
defaultTasks 'build'

group = 'org.hibernate'
version = '4.0.0.Alpha3'
version = '4.0.0-SNAPSHOT'

// minimize changes, at least for now (gradle uses 'build' by default)..
buildDir = "target"
Expand Down

0 comments on commit 87a0156

Please sign in to comment.