Skip to content

Commit

Permalink
Update versioneye plugin, EBean dependency, and Hibernate OGM version…
Browse files Browse the repository at this point in the history
… string
  • Loading branch information
mgoellnitz committed May 17, 2016
1 parent 3be1adc commit f0d25b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildscript {
}
dependencies {
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:3.1.1'
classpath 'org.standardout:gradle-versioneye-plugin:1.3.0'
classpath 'org.standardout:gradle-versioneye-plugin:1.4.0'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ public class TangramVersions {
String openjpa = '2.4.1'
String eclipselink = '2.6.3'
String hibernate = '5.1.0.Final'
String hibernate_ogm = '4.2.0.Final'
String hibernate_ogm = '5.0.0.Final'

// The last DataNucleus Access Plattform version to include all necessary modules
// DataNucleus does not provide all artifacts for every released version.
// String datanucleus = '4.1.0-release'
String datanucleus = '[4.1,4.2)'

String ebean = '7.11.1'
String ebean = '7.11.2'
String ebean_datasource = '1.1'
String ebean_agent = '4.9.2'

Expand Down

0 comments on commit f0d25b7

Please sign in to comment.