Author: snicoll Date: Fri Oct 16 01:21:02 2009 New Revision: 825727 URL: http://svn.apache.org/viewvc?rev=825727&view=rev Log: revert release preparation (tagging failed no such revision)
Modified: maven/plugins/trunk/maven-ear-plugin/pom.xml Modified: maven/plugins/trunk/maven-ear-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ear-plugin/pom.xml?rev=825727&r1=825726&r2=825727&view=diff ============================================================================== --- maven/plugins/trunk/maven-ear-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-ear-plugin/pom.xml Fri Oct 16 01:21:02 2009 @@ -19,7 +19,7 @@ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd' xmlns='http://maven.apache.org/POM/4.0.0'> <modelVersion>4.0.0</modelVersion> <parent> @@ -29,7 +29,7 @@ </parent> <artifactId>maven-ear-plugin</artifactId> - <version>2.4</version> + <version>2.4-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Maven EAR Plugin</name> @@ -40,11 +40,11 @@ </prerequisites> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-ear-plugin-2.4</connection> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ear-plugin/</connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-ear-plugin-2.4 + scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ear-plugin/ </developerConnection> - <url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-ear-plugin-2.4</url> + <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ear-plugin/</url> </scm> <issueManagement> <system>JIRA</system> @@ -127,10 +127,10 @@ </goals> <configuration> <tasks> - <copy overwrite="true" todir="${project.build.testOutputDirectory}/projects"> - <fileset dir="src/test/resources/projects" includes="**/pom.xml" /> + <copy overwrite='true' todir='${project.build.testOutputDirectory}/projects'> + <fileset dir='src/test/resources/projects' includes='**/pom.xml'/> <filterset> - <filter token="project.version" value="${project.version}" /> + <filter token='project.version' value='${project.version}'/> </filterset> </copy> </tasks> @@ -180,7 +180,7 @@ <includes> <include>**/*IT.java</include> </includes> - <systemProperties combine.children="append"> + <systemProperties combine.children='append'> <property> <name>maven.home</name> <value>${maven.home}</value>