Change back version to SNAPSHOT

This commit is contained in:
Andrea Boriero 2019-10-02 11:21:04 +01:00
parent 4b6777cde2
commit 2502f4c108
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
apply plugin: 'base'
ext {
ormVersion = new HibernateVersion( '6.0.0.BENCHMARK', project )
ormVersion = new HibernateVersion( '6.0.0-SNAPSHOT', project )
baselineJavaVersion = '1.8'
jpaVersion = new JpaVersion('2.2')
}