DATAJPA-1545 - Polishing.

This commit is contained in:
Greg Turnquist
2019-05-21 14:12:08 -05:00
parent 4c6346ae51
commit b5bf6b5d2e
2 changed files with 2 additions and 13 deletions

13
Jenkinsfile vendored
View File

@@ -75,17 +75,6 @@ pipeline {
sh "PROFILE=hibernate-54-next ci/test.sh"
}
}
stage("test: hibernate-6-next") {
agent {
docker {
image 'adoptopenjdk/openjdk8:alpine'
args '-v $HOME/.m2:/root/.m2'
}
}
steps {
sh "PROFILE=hibernate-6-next ci/test.sh"
}
}
stage("test: eclipselink-next") {
agent {
docker {
@@ -142,7 +131,7 @@ pipeline {
}
stage('Release to artifactory with docs') {
when {
branch 'test'
branch 'master'
}
agent {
docker {

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>2.2.0.JENKINS-SNAPSHOT</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
<name>Spring Data JPA</name>
<description>Spring Data module for JPA repositories.</description>