This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch buildfix
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git


The following commit(s) were added to refs/heads/buildfix by this push:
     new 866aa8d  jdk: ['7','8','11','12','13']
866aa8d is described below

commit 866aa8d33ab955d700629436f108928f2e3d42d3
Author: tibordigana <tibordig...@apache.org>
AuthorDate: Fri Aug 16 18:44:18 2019 +0200

    jdk: ['7','8','11','12','13']
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d8d51c8..478105a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -16,5 +16,5 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-
-asfMavenTlpPlgnBuild(tmpWs: true, jdk: ['7'], maven: ['3.6.x'], archives: 
['archetype-plugin-its' : 'maven-archetype-plugin/target/it/projects', 
'local-repo' : 'maven-archetype-plugin/target/local-repo', 'mock-repo' : 
'maven-archetype-plugin/target/mock-repo', 'archetype-repo' : 
'maven-archetype-plugin/target/archetype-repo'])
+//, maven: ['3.6.x']
+asfMavenTlpPlgnBuild(tmpWs: true, jdk: ['7','8','11','12','13'], archives: 
['archetype-plugin-its' : 'maven-archetype-plugin/target/it/projects', 
'local-repo' : 'maven-archetype-plugin/target/local-repo', 'mock-repo' : 
'maven-archetype-plugin/target/mock-repo', 'archetype-repo' : 
'maven-archetype-plugin/target/archetype-repo'])

Reply via email to