You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/09/23 11:57:52 UTC

[maven-deploy-plugin] branch TESTING_ONJDK11 updated (db96306 -> 332bfd5)

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

khmarbaise pushed a change to branch TESTING_ONJDK11
in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git.


 discard db96306  Added to test JDK11
     add db21c8f  [MNGSITE-341] use https for sigs, hashes and KEYS
     add 6bc4d8d  [MPOM-205] use sha512 checksums instead of sha1
     add d8baa8d  upgraded parent POM from 32 to 33
     new 332bfd5  Added to test JDK11

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (db96306)
            \
             N -- N -- N   refs/heads/TESTING_ONJDK11 (332bfd5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 pom.xml                       | 2 +-
 src/site/xdoc/download.xml.vm | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)


[maven-deploy-plugin] 01/01: Added to test JDK11

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

khmarbaise pushed a commit to branch TESTING_ONJDK11
in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git

commit 332bfd517cf261aaee49d4b3eb7dce2d639f6a9a
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Sep 22 20:32:42 2018 +0200

    Added to test JDK11
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e9f05f7..f99e738 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpPlgnBuild()
+asfMavenTlpPlgnBuild( jdks: [ '7', '8', '9', '10', '11' ] )