Revision: 1541
Author: mcculls
Date: Wed Apr 20 15:28:09 2011
Log: Fix maven build (TODO: replace dependency with official
cglib-2.2.2 when it's on Maven Central)
http://code.google.com/p/google-guice/source/detail?r=1541
Modified:
/trunk/core/pom.xml
/trunk/pom.xml
=======================================
--- /trunk/core/pom.xml Tue Jan 4 07:16:27 2011
+++ /trunk/core/pom.xml Wed Apr 20 15:28:09 2011
@@ -14,7 +14,7 @@
<name>Google Guice - Core Library</name>
<properties>
- <cglib.version>2.2.1-v20090111</cglib.version>
+ <cglib.version>2.2.2</cglib.version>
</properties>
<dependencies>
=======================================
--- /trunk/pom.xml Sun Jan 9 08:10:11 2011
+++ /trunk/pom.xml Wed Apr 20 15:28:09 2011
@@ -201,7 +201,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>jarjar-maven-plugin</artifactId>
- <version>1.3</version>
+ <version>1.4</version>
<configuration>
<rules>
<rule>
--
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en.