Author: woonsan
Date: Tue Sep 11 18:27:41 2007
New Revision: 574750

URL: http://svn.apache.org/viewvc?rev=574750&view=rev
Log:
Upgraded groovy library version to 1.1-beta-2.
The new version fixed the "GroovyReflector" problem. See 
http://jira.codehaus.org/browse/GROOVY-1867 for detail.  

Modified:
    portals/jetspeed-2/branches/JETSPEED-2.1.3/applications/demo/pom.xml
    portals/jetspeed-2/branches/JETSPEED-2.1.3/applications/demo/project.xml

Modified: portals/jetspeed-2/branches/JETSPEED-2.1.3/applications/demo/pom.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/applications/demo/pom.xml?rev=574750&r1=574749&r2=574750&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JETSPEED-2.1.3/applications/demo/pom.xml 
(original)
+++ portals/jetspeed-2/branches/JETSPEED-2.1.3/applications/demo/pom.xml Tue 
Sep 11 18:27:41 2007
@@ -129,19 +129,19 @@
         <dependency>
             <groupId>groovy</groupId>
             <artifactId>groovy</artifactId>
-            <version>1.0</version>
+            <version>1.1-beta-2</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
             <groupId>asm</groupId>
             <artifactId>asm</artifactId>
-            <version>2.2.2</version>
+            <version>2.2</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
             <groupId>antlr</groupId>
             <artifactId>antlr</artifactId>
-            <version>2.7.5</version>
+            <version>2.7.6</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>

Modified: 
portals/jetspeed-2/branches/JETSPEED-2.1.3/applications/demo/project.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/applications/demo/project.xml?rev=574750&r1=574749&r2=574750&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JETSPEED-2.1.3/applications/demo/project.xml 
(original)
+++ portals/jetspeed-2/branches/JETSPEED-2.1.3/applications/demo/project.xml 
Tue Sep 11 18:27:41 2007
@@ -319,21 +319,21 @@
         <!-- for groovy -->
         <dependency>
             <id>groovy</id>
-            <version>1.0</version>
+            <version>1.1-beta-2</version>
             <properties>
                 <war.bundle>true</war.bundle>
             </properties>
         </dependency>
         <dependency>
             <id>antlr</id>
-            <version>2.7.5</version>
+            <version>2.7.6</version>
             <properties>
                 <war.bundle>true</war.bundle>
             </properties>
         </dependency>
         <dependency>
             <id>asm</id>
-            <version>2.2.2</version>
+            <version>2.2</version>
             <properties>
                 <war.bundle>true</war.bundle>
             </properties>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to