This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch archiva-2.x
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/archiva-2.x by this push:
new b99fdc2 Switching to JDK 8 for compile and test
b99fdc2 is described below
commit b99fdc2480e13d93f8922078c3e726d3764eaeae
Author: Martin Stockhammer <[email protected]>
AuthorDate: Thu Oct 25 20:43:28 2018 +0200
Switching to JDK 8 for compile and test
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 8da5cc0..2c59b56 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -28,7 +28,7 @@
* Only the war and zip artifacts are archived in the jenkins build archive.
*/
LABEL = 'ubuntu'
-buildJdk = 'JDK 1.7 (latest)'
+buildJdk = 'JDK 1.8 (latest)'
buildMvn = 'Maven 3.5.2'
deploySettings = 'archiva-uid-jenkins'
INTEGRATION_PIPELINE = "Archiva-IntegrationTests-Gitbox"