You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/12/21 06:34:27 UTC

[1/2] maven git commit: [MNG-6023] Upgrade of slf4j-simple to a version later than 1.7.16 blocked by upstream issue.

Repository: maven
Updated Branches:
  refs/heads/master e8a0af6e6 -> a4fe9ec79


[MNG-6023] Upgrade of slf4j-simple to a version later than 1.7.16 blocked by upstream issue.


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/fe42dac2
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/fe42dac2
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/fe42dac2

Branch: refs/heads/master
Commit: fe42dac2601ae26116b935e8c0916be6a79c1e67
Parents: e8a0af6
Author: Christian Schulte <sc...@apache.org>
Authored: Wed Dec 21 07:28:20 2016 +0100
Committer: Christian Schulte <sc...@apache.org>
Committed: Wed Dec 21 07:28:20 2016 +0100

----------------------------------------------------------------------
 pom.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/fe42dac2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ebc859f..f71ad0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,10 +65,7 @@ under the License.
     <modelloVersion>1.8.3</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
     <resolverVersion>1.2.0-SNAPSHOT</resolverVersion>
-    <!-- Upgrade of SLF4J blocked by SLF4J-370 (MNG-6023). -->
-    <!--   https://issues.apache.org/jira/browse/MNG-6023  -->
-    <!--   http://jira.qos.ch/browse/SLF4J-370             -->
-    <slf4jVersion>1.7.16</slf4jVersion>
+    <slf4jVersion>1.7.22</slf4jVersion>
     <gossipVersion>2.0.0</gossipVersion>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
     <!-- Control the name of the distribution and information output by mvn -->


[2/2] maven git commit: o Updated to remove deprecated element causing a warning.

Posted by sc...@apache.org.
o Updated to remove deprecated <prerequisites> element causing a warning.


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/a4fe9ec7
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/a4fe9ec7
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/a4fe9ec7

Branch: refs/heads/master
Commit: a4fe9ec7976421dcadd8d3ab033928a6cb4b7c19
Parents: fe42dac
Author: Christian Schulte <sc...@apache.org>
Authored: Wed Dec 21 07:31:40 2016 +0100
Committer: Christian Schulte <sc...@apache.org>
Committed: Wed Dec 21 07:31:40 2016 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/a4fe9ec7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f71ad0e..7e4a1ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,9 +155,9 @@ under the License.
   <!-- This marked as deprecated for Maven 3.X. This is checked by maven-enforcer-plugin -->
   <!--  https://issues.apache.org/jira/browse/MNG-4840 -->
   <!--  https://issues.apache.org/jira/browse/MNG-5297 -->
-  <prerequisites>
+  <!-- prerequisites>
     <maven>${maven.version}</maven>
-  </prerequisites>
+  </prerequisites -->
 
   <!--bootstrap-start-comment-->
   <dependencyManagement>