You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2013/06/06 20:24:06 UTC

svn commit: r1490386 - /maven/site/trunk/content/apt/docs/3.1.0-alpha-1/release-notes.txt

Author: jvanzyl
Date: Thu Jun  6 18:24:05 2013
New Revision: 1490386

URL: http://svn.apache.org/r1490386
Log:
o add android info

Modified:
    maven/site/trunk/content/apt/docs/3.1.0-alpha-1/release-notes.txt

Modified: maven/site/trunk/content/apt/docs/3.1.0-alpha-1/release-notes.txt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/docs/3.1.0-alpha-1/release-notes.txt?rev=1490386&r1=1490385&r2=1490386&view=diff
==============================================================================
--- maven/site/trunk/content/apt/docs/3.1.0-alpha-1/release-notes.txt (original)
+++ maven/site/trunk/content/apt/docs/3.1.0-alpha-1/release-notes.txt Thu Jun  6 18:24:05 2013
@@ -18,7 +18,10 @@
 
   The significant change in Eclipse Aether with respect to API changes and package relocation will likely cause issues with plugins that directly depend on Aether.
   We are aware of the issues in the Maven Site Plugin, the Maven Dependency Plugin, the Maven Shade Plugin and have fixed them in recent releases. But this
-  is a significant change and is likely to cause issues in any plugin that depends on the now deprecated Sonatype Aether. 
+  is a significant change and is likely to cause issues in any plugin that depends on the now deprecated Sonatype Aether. In the external plugin ecosystem it is known
+  that the Android Maven Plugin is also affected due to its direct use of Sonatype Aether. The Android Maven Plugin developers are aware of this issue and will release
+  a new version of the plugin to address this issue.
+
 
   We maintain a {{{https://cwiki.apache.org/confluence/display/MAVEN/AetherClassNotFound}list of affected plugins with fixed version}}:
   please report if you find another plugin not yet in this list.