From: <iro...@us...> - 2009-09-05 16:27:13
|
Revision: 148 http://pojomatic.svn.sourceforge.net/pojomatic/?rev=148&view=rev Author: iroberts Date: 2009-09-05 16:27:05 +0000 (Sat, 05 Sep 2009) Log Message: ----------- switch tag to trunk-SNAPSHOT; upgrade cobertura to 2.3 Modified Paths: -------------- trunk/PojomaticAll/Pojomatic/pom.xml trunk/PojomaticAll/PojomaticTestUtils/pom.xml trunk/PojomaticAll/pom.xml Modified: trunk/PojomaticAll/Pojomatic/pom.xml =================================================================== --- trunk/PojomaticAll/Pojomatic/pom.xml 2009-08-30 17:02:28 UTC (rev 147) +++ trunk/PojomaticAll/Pojomatic/pom.xml 2009-09-05 16:27:05 UTC (rev 148) @@ -2,7 +2,7 @@ <parent> <artifactId>pojomatic-all</artifactId> <groupId>org.pojomatic</groupId> - <version>TestUtils-SNAPSHOT</version> + <version>trunk-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> Modified: trunk/PojomaticAll/PojomaticTestUtils/pom.xml =================================================================== --- trunk/PojomaticAll/PojomaticTestUtils/pom.xml 2009-08-30 17:02:28 UTC (rev 147) +++ trunk/PojomaticAll/PojomaticTestUtils/pom.xml 2009-09-05 16:27:05 UTC (rev 148) @@ -3,7 +3,7 @@ <parent> <artifactId>pojomatic-all</artifactId> <groupId>org.pojomatic</groupId> - <version>TestUtils-SNAPSHOT</version> + <version>trunk-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> Modified: trunk/PojomaticAll/pom.xml =================================================================== --- trunk/PojomaticAll/pom.xml 2009-08-30 17:02:28 UTC (rev 147) +++ trunk/PojomaticAll/pom.xml 2009-09-05 16:27:05 UTC (rev 148) @@ -3,7 +3,7 @@ <groupId>org.pojomatic</groupId> <artifactId>pojomatic-all</artifactId> <packaging>pom</packaging> - <version>TestUtils-SNAPSHOT</version> + <version>trunk-SNAPSHOT</version> <name>PojomaticAll</name> <description> Parent and aggregator for all artifacts related to the Pojomatic project. @@ -171,7 +171,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> - <version>2.2</version> + <version>2.3</version> </plugin> </plugins> </reporting> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |