- Revision
- 223
- Author
- mauro
- Date
- 2007-07-04 07:38:37 -0500 (Wed, 04 Jul 2007)
Log Message
Reverted to paranamer snapshot until build issues are fixed.
Modified Paths
- trunk/core/pom.xml
- trunk/examples/freemarker-example/pom.xml
- trunk/examples/paranamer-example/pom.xml
- trunk/pom.xml
Diff
Modified: trunk/core/pom.xml (222 => 223)
--- trunk/core/pom.xml 2007-07-04 11:31:38 UTC (rev 222) +++ trunk/core/pom.xml 2007-07-04 12:38:37 UTC (rev 223) @@ -78,6 +78,7 @@ <plugin> <groupId>com.thoughtworks.paranamer</groupId> <artifactId>paranamer-maven-plugin</artifactId> + <version>1.0-RC-3-SNAPSHOT</version> <configuration> <sourceDirectory>${project.build.testSourceDirectory}</sourceDirectory> <outputDirectory>${project.build.testOutputDirectory}</outputDirectory>
Modified: trunk/examples/freemarker-example/pom.xml (222 => 223)
--- trunk/examples/freemarker-example/pom.xml 2007-07-04 11:31:38 UTC (rev 222) +++ trunk/examples/freemarker-example/pom.xml 2007-07-04 12:38:37 UTC (rev 223) @@ -43,6 +43,7 @@ <plugin> <groupId>com.thoughtworks.paranamer</groupId> <artifactId>paranamer-maven-plugin</artifactId> + <version>1.0-RC-3-SNAPSHOT</version> <configuration> <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory> <outputDirectory>${project.build.outputDirectory}</outputDirectory>
Modified: trunk/examples/paranamer-example/pom.xml (222 => 223)
--- trunk/examples/paranamer-example/pom.xml 2007-07-04 11:31:38 UTC (rev 222) +++ trunk/examples/paranamer-example/pom.xml 2007-07-04 12:38:37 UTC (rev 223) @@ -43,6 +43,7 @@ <plugin> <groupId>com.thoughtworks.paranamer</groupId> <artifactId>paranamer-maven-plugin</artifactId> + <version>1.0-RC-3-SNAPSHOT</version> <configuration> <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory> <outputDirectory>${basedir}/src/main/resources</outputDirectory>
Modified: trunk/pom.xml (222 => 223)
--- trunk/pom.xml 2007-07-04 11:31:38 UTC (rev 222) +++ trunk/pom.xml 2007-07-04 12:38:37 UTC (rev 223) @@ -25,7 +25,7 @@ <dependency> <groupId>com.thoughtworks.paranamer</groupId> <artifactId>paranamer-asm</artifactId> - <version>1.0</version> + <version>1.0-RC-3-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> @@ -63,13 +63,13 @@ <artifactId>velocity-tools-view</artifactId> <version>1.2</version> <scope>provided</scope> - </dependency> - <dependency> + </dependency> + <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> <version>1.2.2</version> <scope>provided</scope> - </dependency> + </dependency> <dependency> <groupId>jmock</groupId> <artifactId>jmock</artifactId>
To unsubscribe from this list please visit:
