You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2012/02/20 09:38:33 UTC

svn commit: r1291147 - in /chemistry/opencmis/trunk: chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml src/main/appended-resources/supplemental-models.xml

Author: fmui
Date: Mon Feb 20 08:38:32 2012
New Revision: 1291147

URL: http://svn.apache.org/viewvc?rev=1291147&view=rev
Log:
Workbench: Groovy update

Modified:
    chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml
    chemistry/opencmis/trunk/src/main/appended-resources/supplemental-models.xml

Modified: chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml?rev=1291147&r1=1291146&r2=1291147&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml Mon Feb 20 08:38:32 2012
@@ -226,7 +226,7 @@
         <dependency>
             <groupId>org.codehaus.groovy</groupId>
             <artifactId>groovy</artifactId>
-            <version>1.8.5</version>
+            <version>1.8.6</version>
         </dependency>
         <dependency>
             <groupId>log4j</groupId>

Modified: chemistry/opencmis/trunk/src/main/appended-resources/supplemental-models.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/src/main/appended-resources/supplemental-models.xml?rev=1291147&r1=1291146&r2=1291147&view=diff
==============================================================================
--- chemistry/opencmis/trunk/src/main/appended-resources/supplemental-models.xml (original)
+++ chemistry/opencmis/trunk/src/main/appended-resources/supplemental-models.xml Mon Feb 20 08:38:32 2012
@@ -2,20 +2,6 @@
 <supplementalDataModels>
     <supplement>
         <project>
-            <groupId>org.codehaus.groovy</groupId>
-            <artifactId>groovy</artifactId>
-            <version>1.8.0</version>
-            <name>Groovy</name>
-            <licenses>
-                <license>
-                    <name>Apache License, Version 2.0</name>
-                    <url>http://www.apache.org/licenses/LICENSE-2.0</url>
-                </license>
-            </licenses>
-        </project>
-    </supplement>
-    <supplement>
-        <project>
             <groupId>javax.xml.ws</groupId>
             <artifactId>jaxws-api</artifactId>
             <version>2.1</version>