- Revision
- 328
- Author
- mauro
- Date
- 2007-10-15 10:54:37 -0500 (Mon, 15 Oct 2007)
Log Message
Updated to paranamer-1.1.
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 (327 => 328)
--- trunk/core/pom.xml 2007-10-15 15:40:22 UTC (rev 327) +++ trunk/core/pom.xml 2007-10-15 15:54:37 UTC (rev 328) @@ -26,7 +26,7 @@ </dependency> <dependency> <groupId>com.thoughtworks.paranamer</groupId> - <artifactId>paranamer-asm</artifactId> + <artifactId>paranamer</artifactId> </dependency> <dependency> <groupId>org.jruby</groupId>
Modified: trunk/examples/freemarker-example/pom.xml (327 => 328)
--- trunk/examples/freemarker-example/pom.xml 2007-10-15 15:40:22 UTC (rev 327) +++ trunk/examples/freemarker-example/pom.xml 2007-10-15 15:54:37 UTC (rev 328) @@ -13,7 +13,7 @@ <dependencies> <dependency> <groupId>com.thoughtworks.paranamer</groupId> - <artifactId>paranamer-asm</artifactId> + <artifactId>paranamer</artifactId> <scope>runtime</scope> </dependency> <dependency>
Modified: trunk/examples/paranamer-example/pom.xml (327 => 328)
--- trunk/examples/paranamer-example/pom.xml 2007-10-15 15:40:22 UTC (rev 327) +++ trunk/examples/paranamer-example/pom.xml 2007-10-15 15:54:37 UTC (rev 328) @@ -13,7 +13,7 @@ <dependencies> <dependency> <groupId>com.thoughtworks.paranamer</groupId> - <artifactId>paranamer-asm</artifactId> + <artifactId>paranamer</artifactId> <scope>runtime</scope> </dependency> </dependencies>
Modified: trunk/pom.xml (327 => 328)
--- trunk/pom.xml 2007-10-15 15:40:22 UTC (rev 327) +++ trunk/pom.xml 2007-10-15 15:54:37 UTC (rev 328) @@ -21,8 +21,8 @@ <dependencies> <dependency> <groupId>com.thoughtworks.paranamer</groupId> - <artifactId>paranamer-asm</artifactId> - <version>1.0.1</version> + <artifactId>paranamer</artifactId> + <version>1.1</version> <scope>provided</scope> </dependency> <dependency> @@ -147,8 +147,8 @@ <plugins> <plugin> <groupId>com.thoughtworks.paranamer</groupId> - <artifactId>paranamer-asm</artifactId> - <version>1.0.1</version> + <artifactId>paranamer-maven-plugin</artifactId> + <version>1.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
To unsubscribe from this list please visit:
