You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2022/02/15 13:34:09 UTC

[jackrabbit-filevault-package-maven-plugin] branch feature/build-with-java11+-only created (now d9f8ca2)

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

kwin pushed a change to branch feature/build-with-java11+-only
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault-package-maven-plugin.git.


      at d9f8ca2  JCRVLT-607 build with Java11+ only

This branch includes the following new commits:

     new d9f8ca2  JCRVLT-607 build with Java11+ only

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.


[jackrabbit-filevault-package-maven-plugin] 01/01: JCRVLT-607 build with Java11+ only

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

kwin pushed a commit to branch feature/build-with-java11+-only
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault-package-maven-plugin.git

commit d9f8ca27dd4ebe943c6ec4e96cce66abe52d24a3
Author: Konrad Windszus <ko...@netcentric.biz>
AuthorDate: Tue Feb 15 14:33:58 2022 +0100

    JCRVLT-607 build with Java11+ only
---
 Jenkinsfile | 2 +-
 pom.xml     | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 10885a2..947db84 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -21,7 +21,7 @@
 library "filevault@master"
 
 vaultPipeline('ubuntu', 11, '3', {
-   vaultStageBuild(['ubuntu', 'Windows'], [8, 11, 17], ['3', '3.6.3'], 'apache_jackrabbit-filevault-package-maven-plugin', [ hasSeparateItExecution: true ]) 
+   vaultStageBuild(['ubuntu', 'Windows'], [11, 17], ['3', '3.6.3'], 'apache_jackrabbit-filevault-package-maven-plugin', [ hasSeparateItExecution: true ]) 
    vaultStageIT(['ubuntu', 'Windows'], [8, 11, 17], ['3.3.9', '3.5.4', '3.6.3', '3'])
    vaultStageDeploy()
   }
diff --git a/pom.xml b/pom.xml
index 5da275b..c38113c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,8 +43,7 @@
         <aether.version>1.0.2.v20150114</aether.version> <!-- should be the version exported by the maven.version, https://github.com/apache/maven/blob/bb52d8502b132ec0a5a3f4c09453c07478323dc5/pom.xml#L64 -->
         <slf4j.version>1.7.5</slf4j.version> <!-- should be the version exported by the maven.version, https://github.com/apache/maven/blob/bb52d8502b132ec0a5a3f4c09453c07478323dc5/pom.xml#L65 -->
         <filevault.version>${project.parent.version}</filevault.version> <!-- must be equal to parent version -->
-        <maven.compiler.source>1.8</maven.compiler.source>
-        <maven.compiler.target>1.8</maven.compiler.target>
+        <maven.compiler.release>8</maven.compiler.release>
         <project.build.outputTimestamp>2021-10-14T13:16:26Z</project.build.outputTimestamp>
     </properties>