Skip to content

Commit

Permalink
finalize 6.0.0.Alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebersole committed Dec 6, 2018
1 parent b19c81e commit f2464a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/base-information.gradle
Expand Up @@ -8,7 +8,7 @@
apply plugin: 'base'

ext {
ormVersion = new HibernateVersion( '6.0.0.Alpha1', project )
ormVersion = new HibernateVersion( '6.0.0-SNAPSHOT', project )
baselineJavaVersion = '1.8'
jpaVersion = new JpaVersion('2.2')
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/publishing-repos.gradle
Expand Up @@ -53,7 +53,7 @@ bintray {
sign = true
}
attributes = [
'jpa': project.jpaVersion,
'jpa': project.jpaVersion.name,
'family': project.ormVersion.family
]
mavenCentralSync {
Expand Down

0 comments on commit f2464a3

Please sign in to comment.