prepare for post 4.0.0.Alpha3 dev

This commit is contained in:
Steve Ebersole 2011-05-05 15:41:37 -05:00
parent 5873ff8e94
commit 87a01563fe
1 changed files with 2 additions and 2 deletions

View File

@ -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'
}
}
@ -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"