Author: olamy Date: Thu Sep 1 21:04:37 2011 New Revision: 1164270 URL: http://svn.apache.org/viewvc?rev=1164270&view=rev Log: minor pom changes : upgrade surefire version, add ciMngt url
Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1164270&r1=1164269&r2=1164270&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/pom.xml (original) +++ tomcat/maven-plugin/trunk/pom.xml Thu Sep 1 21:04:37 2011 @@ -45,9 +45,9 @@ <maven.compiler.target>1.5</maven.compiler.target> <mavenVersion>2.0.8</mavenVersion> <!-- Test settings --> - <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile> - <failsafe.version>2.6</failsafe.version> - <junit.version>4.8.1</junit.version> + <maven.test.redirectTestOutputToFile>false</maven.test.redirectTestOutputToFile> + <failsafe.version>2.9</failsafe.version> + <junit.version>4.9</junit.version> </properties> <prerequisites> @@ -102,6 +102,10 @@ <url>http://jira.codehaus.org/browse/MTOMCAT</url> </issueManagement> + <ciManagement> + <url>https://builds.apache.org/job/TomcatMavenPlugin/</url> + </ciManagement> + <modules> <module>tomcat-maven-plugin</module> <!-- Module tomcat-maven-plugin-it is activated with the profile integration-test --> @@ -122,7 +126,7 @@ <dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-provider-api</artifactId> - <version>1.0-alpha-5</version> + <version>1.0</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> @@ -242,7 +246,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.0.2</version> + <version>4.1.2</version> </dependency> <dependency> <groupId>org.slf4j</groupId> @@ -279,7 +283,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.6</version> + <version>2.9</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -315,7 +319,7 @@ <profiles> <profile> - <id>integration-test</id> + <id>run-its</id> <!-- The integration tests require that the test artifacts are installed first to a local repository. --> <modules> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org