You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2019/02/16 19:37:40 UTC

[maven] branch slf4j-1.8-modules created (now 5edf59c)

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

slachiewicz pushed a change to branch slf4j-1.8-modules
in repository https://gitbox.apache.org/repos/asf/maven.git.


      at 5edf59c  Upgrade slf4j to 1.8.0-beta3 - JPMS

This branch includes the following new commits:

     new 5d991fd  [MNG-3699] PoC - set minimum JDK to 8
     new 5edf59c  Upgrade slf4j to 1.8.0-beta3 - JPMS

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.



[maven] 01/02: [MNG-3699] PoC - set minimum JDK to 8

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

slachiewicz pushed a commit to branch slf4j-1.8-modules
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 5d991fd089440a9b38a48ee9011ff479c108dda5
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Wed Nov 7 20:30:00 2018 +0100

    [MNG-3699] PoC - set minimum JDK to 8
---
 Jenkinsfile | 2 +-
 pom.xml     | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index bcf5310..037a6e8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -23,7 +23,7 @@ def buildOs = 'linux'
 def buildJdk = '8'
 def buildMvn = '3.6.0'
 def runITsOses = ['linux', 'windows']
-def runITsJdks = ['7', '8', '11']
+def runITsJdks = ['8', '11']
 def runITsMvn = '3.6.0'
 def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true
 def tests
diff --git a/pom.xml b/pom.xml
index 11b3de8..42f1f28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,9 +46,10 @@ under the License.
   <inceptionYear>2001</inceptionYear>
 
   <properties>
+    <javaVersion>8</javaVersion>
     <maven.version>3.0.5</maven.version>
-    <maven.compiler.source>1.7</maven.compiler.source>
-    <maven.compiler.target>1.7</maven.compiler.target>
+    <maven.compiler.source>1.8</maven.compiler.source>
+    <maven.compiler.target>1.8</maven.compiler.target>
     <classWorldsVersion>2.5.2</classWorldsVersion>
     <commonsCliVersion>1.4</commonsCliVersion>
     <commonsLangVersion>3.8.1</commonsLangVersion>
@@ -558,7 +559,7 @@ under the License.
         <configuration>
           <signature>
             <groupId>org.codehaus.mojo.signature</groupId>
-            <artifactId>java17</artifactId>
+            <artifactId>java18</artifactId>
             <version>1.0</version>
           </signature>
         </configuration>


[maven] 02/02: Upgrade slf4j to 1.8.0-beta3 - JPMS

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

slachiewicz pushed a commit to branch slf4j-1.8-modules
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 5edf59ca758e71873ce39c0a5cbd1325095978fb
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Jan 8 01:19:02 2019 +0100

    Upgrade slf4j to 1.8.0-beta3 - JPMS
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 42f1f28..e2e95cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -66,7 +66,7 @@ under the License.
     <modelloVersion>1.9.1</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
     <resolverVersion>1.3.1</resolverVersion>
-    <slf4jVersion>1.7.25</slf4jVersion>
+    <slf4jVersion>1.8.0-beta3</slf4jVersion>
     <xmlunitVersion>2.2.1</xmlunitVersion>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
     <!-- Control the name of the distribution and information output by mvn -->