This is an automated email from the ASF dual-hosted git repository. rfscholte pushed a commit to branch stabilize in repository https://gitbox.apache.org/repos/asf/maven-archetype.git
commit 8ba5ccf50ac14250369bcd107d2e0d6ad1e48c11 Author: rfscholte <[email protected]> AuthorDate: Sat Apr 24 11:12:46 2021 +0200 CLean up Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 35778ae..85a85e3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpPlgnBuild(tmpWs: true, jdk: ['7', '8','11','12','13'], archives: ['archetype-plugin-its' : 'maven-archetype-plugin/target/it/projects']) +asfMavenTlpPlgnBuild(tmpWs: true, archives: ['archetype-plugin-its' : 'maven-archetype-plugin/target/it/projects'])
