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 17:17:28 UTC

[maven-install-plugin] branch TESTING_ONJDK11 updated (ab4bb6a -> 241a5d3)

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-install-plugin.git.


 discard ab4bb6a  First Try to get build on JDK11
     add 82374f1  [MINSTALL-148] - Document change about createChecksums
     add 63a3696  [MINSTALL-149] - Remove updateReleaseInfo parameter
     add 54f6f9e  Fixed missing JavaDoc for parameters.
     add c5b4c19  [MINSTALL-150] - Lift JDK minimum to JDK 7
     add 745641f  Removed SVN legacy.
     new 241a5d3  First Try to get build on 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   (ab4bb6a)
            \
             N -- N -- N   refs/heads/TESTING_ONJDK11 (241a5d3)

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                                            |  1 +
 .../maven/plugins/install/AbstractInstallMojo.java |  9 +---
 .../maven/plugins/install/InstallFileMojo.java     |  1 -
 .../apache/maven/plugins/install/InstallMojo.java  |  1 -
 src/site/apt/examples/installing-checksums.apt.vm  | 55 ----------------------
 src/site/apt/index.apt.vm                          |  6 +++
 src/site/site.xml                                  |  1 -
 .../org/apache/maven/plugins/install/Utils.java    |  1 -
 8 files changed, 9 insertions(+), 66 deletions(-)
 delete mode 100644 src/site/apt/examples/installing-checksums.apt.vm


[maven-install-plugin] 01/01: First Try to get build on 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-install-plugin.git

commit 241a5d30c129deaf6e994e37ddffb0dba0436da4
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Sep 22 14:07:23 2018 +0200

    First Try to get build on 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' ] )