You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by re...@apache.org on 2013/06/04 21:14:11 UTC

svn commit: r1489568 - in /stanbol/trunk: development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/ development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/ launchers/bundlelists/stanbolcommons/src/mai...

Author: reto
Date: Tue Jun  4 19:13:53 2013
New Revision: 1489568

URL: http://svn.apache.org/r1489568
Log:
STANBOL-1088: updated to use clerezza jaxrs.utils 0.7

Modified:
    stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/pom.xml
    stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/pom.xml
    stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml

Modified: stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/pom.xml?rev=1489568&r1=1489567&r2=1489568&view=diff
==============================================================================
--- stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/pom.xml (original)
+++ stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/pom.xml Tue Jun  4 19:13:53 2013
@@ -84,7 +84,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.utils</artifactId>
-            <version>0.6-incubating</version>
+            <version>0.7</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>

Modified: stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/pom.xml?rev=1489568&r1=1489567&r2=1489568&view=diff
==============================================================================
--- stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/pom.xml (original)
+++ stanbol/trunk/development/archetypes/stateless-webmodule/src/main/resources/archetype-resources/pom.xml Tue Jun  4 19:13:53 2013
@@ -84,7 +84,7 @@
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>jaxrs.utils</artifactId>
-      <version>0.6-incubating</version>
+      <version>0.7</version>
     </dependency>
   </dependencies>
 </project>

Modified: stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml?rev=1489568&r1=1489567&r2=1489568&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml (original)
+++ stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml Tue Jun  4 19:13:53 2013
@@ -243,7 +243,7 @@
     <bundle>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>jaxrs.utils</artifactId>
-      <version>0.7-incubating-SNAPSHOT</version>
+      <version>0.7</version>
     </bundle>
     <!-- still used in many places also it only runs on jersey and the code is not portable across jax-rs implementations -->
     <bundle>