Author: krosenvold Date: Sun Nov 27 22:06:14 2011 New Revision: 1206857 URL: http://svn.apache.org/viewvc?rev=1206857&view=rev Log: o Re-added parent to shadefire, since it was creating more troubles than it solved
Upped a few plugins. The parant update brings in all kinds of java 1.5 stuff so this can wait until 2.11 is properly released. Modified: maven/surefire/trunk/pom.xml maven/surefire/trunk/surefire-shadefire/pom.xml Modified: maven/surefire/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/surefire/trunk/pom.xml?rev=1206857&r1=1206856&r2=1206857&view=diff ============================================================================== --- maven/surefire/trunk/pom.xml (original) +++ maven/surefire/trunk/pom.xml Sun Nov 27 22:06:14 2011 @@ -248,6 +248,7 @@ </plugin> <plugin> <artifactId>maven-release-plugin</artifactId> + <version>2.2.1</version> <configuration> <tagBase>https://svn.apache.org/repos/asf/maven/surefire/tags</tagBase> </configuration> @@ -263,7 +264,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>1.4</version> + <version>1.5</version> </plugin> </plugins> </pluginManagement> Modified: maven/surefire/trunk/surefire-shadefire/pom.xml URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-shadefire/pom.xml?rev=1206857&r1=1206856&r2=1206857&view=diff ============================================================================== --- maven/surefire/trunk/surefire-shadefire/pom.xml (original) +++ maven/surefire/trunk/surefire-shadefire/pom.xml Sun Nov 27 22:06:14 2011 @@ -20,6 +20,13 @@ <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"> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.maven.surefire</groupId> + <artifactId>surefire</artifactId> + <version>2.11.1-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> + </parent> + <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-shadefire</artifactId> <version>2.11.1-SNAPSHOT</version>