DATAJPA-1801 - Removes eclipselink-27-next profile.

The snapshot referenced is no longer available.
This commit is contained in:
Jens Schauder
2020-10-22 11:24:37 +02:00
parent c4da2c1811
commit f56e551b1c
2 changed files with 1 additions and 27 deletions

14
Jenkinsfile vendored
View File

@@ -132,20 +132,6 @@ pipeline {
sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -Peclipselink-27 clean dependency:list test -Dsort -Dbundlor.enabled=false -U -B'
}
}
stage("test: eclipselink-27-next") {
agent {
docker {
image 'adoptopenjdk/openjdk8:latest'
label 'data'
args '-v $HOME:/tmp/jenkins-home'
}
}
options { timeout(time: 30, unit: 'MINUTES') }
steps {
sh 'rm -rf ?'
sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -Peclipselink-27-next clean dependency:list test -Dsort -Dbundlor.enabled=false -U -B'
}
}
}
}
stage('Release to artifactory') {

14
pom.xml
View File

@@ -116,21 +116,9 @@
<profile>
<id>eclipselink-27</id>
<properties>
<eclipselink>2.7.3</eclipselink>
<eclipselink>2.7.7</eclipselink>
</properties>
</profile>
<profile>
<id>eclipselink-27-next</id>
<properties>
<eclipselink>2.7.4-SNAPSHOT</eclipselink>
</properties>
<repositories>
<repository>
<id>oss-sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</profile>
<profile>
<id>docs</id>