You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2020/08/26 17:12:31 UTC

[myfaces-tobago] branch tobago-2.x updated (87a0e22 -> bb9eb13)

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

lofwyr pushed a change to branch tobago-2.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git.


    from 87a0e22  update ant because of CVE-2020-1945
     new 53961d5  there is no tomcat profile
     new bb9eb13  Tobago 2 officially supports Java 5, but Java 11 compiles no target for Java 5

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[myfaces-tobago] 02/02: Tobago 2 officially supports Java 5, but Java 11 compiles no target for Java 5

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch tobago-2.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit bb9eb130cbd16d7f6b2bbf06aad3916d93dee714
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Aug 26 19:06:44 2020 +0200

    Tobago 2 officially supports Java 5, but Java 11 compiles no target for Java 5
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 8929f7f..bce0602 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -43,7 +43,7 @@ pipeline {
                 axes {
                     axis {
                         name 'JAVA_VERSION'
-                        values 'JDK 1.8 (latest)', 'JDK 11 (latest)'
+                        values 'JDK 1.8 (latest)'  /*, 'JDK 11 (latest)'  Tobago 2 officially supports Java 5, but Java 11 compiles no target for Java 5  */
                     }
                 }
 


[myfaces-tobago] 01/02: there is no tomcat profile

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch tobago-2.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 53961d50802da7486635f44f2be7fc99e29ae3f1
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Wed Aug 26 18:57:54 2020 +0200

    there is no tomcat profile
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index b02bef2..8929f7f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -55,7 +55,7 @@ pipeline {
                 stages {
                     stage('BuildAndTest') {
                         steps {
-                            sh "mvn clean deploy checkstyle:check apache-rat:check animal-sniffer:check dependency-check:check  -Pgenerate-assembly -Ptomcat"
+                            sh "mvn clean deploy checkstyle:check apache-rat:check animal-sniffer:check dependency-check:check -Pgenerate-assembly"
                         }
                         post {
                             always {