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/05/31 01:14:31 UTC

maven git commit: o Updated to add a note about issues blocking an upgrade of SLF4J.

Repository: maven
Updated Branches:
  refs/heads/master bd825c535 -> 4e5e5861b


o Updated to add a note about issues blocking an upgrade of SLF4J.


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

Branch: refs/heads/master
Commit: 4e5e5861b3405630e58e374bdf4abde7e0d80aa6
Parents: bd825c5
Author: Christian Schulte <sc...@apache.org>
Authored: Tue May 31 03:13:48 2016 +0200
Committer: Christian Schulte <sc...@apache.org>
Committed: Tue May 31 03:13:48 2016 +0200

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/4e5e5861/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bf3aa61..8000c47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,9 @@ under the License.
     <modelloVersion>1.8.3</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
     <aetherVersion>1.1.0</aetherVersion>
+    <!-- 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>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
     <!-- Control the name of the distribution and information output by mvn -->