Author: simonetripodi
Date: Sat Dec 10 14:55:11 2011
New Revision: 1212806
URL: http://svn.apache.org/viewvc?rev=1212806&view=rev
Log:
[maven-release-plugin] prepare release DIGESTER3_3_2_RC2
Modified:
commons/proper/digester/trunk/pom.xml
Modified: commons/proper/digester/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/digester/trunk/pom.xml?rev=1212806&r1=1212805&r2=1212806&view=diff
==============================================================================
--- commons/proper/digester/trunk/pom.xml (original)
+++ commons/proper/digester/trunk/pom.xml Sat Dec 10 14:55:11 2011
@@ -26,7 +26,7 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-digester3</artifactId>
- <version>3.2-SNAPSHOT</version>
+ <version>3.2</version>
<packaging>jar</packaging>
<name>Apache Commons Digester</name>
@@ -148,9 +148,9 @@
</contributors>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/digester/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/digester/trunk</developerConnection>
- <url>http://svn.apache.org/viewvc/commons/proper/digester/trunk</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/digester/tags/DIGESTER3_3_2_RC2</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/digester/tags/DIGESTER3_3_2_RC2</developerConnection>
+
<url>http://svn.apache.org/viewvc/commons/proper/digester/tags/DIGESTER3_3_2_RC2</url>
</scm>
<issueManagement>
<system>jira</system>
@@ -319,9 +319,9 @@
<target>
<copy
todir="${project.build.directory}/classes-shaded/META-INF/" overwrite="true">
<fileset dir="${basedir}/src/main/assembly/">
- <include name="*.txt"/>
+ <include name="*.txt" />
</fileset>
- <mapper type="regexp" from="^(.*)-with-deps\.txt"
to="\1.txt"/>
+ <mapper type="regexp" from="^(.*)-with-deps\.txt"
to="\1.txt" />
</copy>
</target>
</configuration>