Author: damjan
Date: Sat Jun 30 05:55:46 2012
New Revision: 1355640
URL: http://svn.apache.org/viewvc?rev=1355640&view=rev
Log:
Rename RELEASE_NOTES to the more common RELEASE-NOTES.txt form.
Use a specific maven-assembly-plugin version which allows
"mvn -Prc install" to work.
Added:
commons/proper/imaging/trunk/RELEASE-NOTES.txt
- copied unchanged from r1355634,
commons/proper/imaging/trunk/RELEASE_NOTES
Removed:
commons/proper/imaging/trunk/RELEASE_NOTES
Modified:
commons/proper/imaging/trunk/pom.xml
Modified: commons/proper/imaging/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/imaging/trunk/pom.xml?rev=1355640&r1=1355639&r2=1355640&view=diff
==============================================================================
--- commons/proper/imaging/trunk/pom.xml (original)
+++ commons/proper/imaging/trunk/pom.xml Sat Jun 30 05:55:46 2012
@@ -128,7 +128,12 @@
</plugins>
<pluginManagement>
- <plugins>
+ <plugins>
+ <!-- Temporary workaround for MASSEMBLY-553 until commons-parent 26 is
released-->
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2-beta-5</version>
+ </plugin>
<!-- This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself.-->
<plugin>
<groupId>org.eclipse.m2e</groupId>