Author: reto
Date: Wed Apr 17 07:59:32 2013
New Revision: 1468791

URL: http://svn.apache.org/r1468791
Log:
CLEREZZA-771: updated to 0.8-SNAPSHOT, added versions-plugin invocation to 
nbactions.xml

Modified:
    clerezza/trunk/jaxrs.stanbol.fragments/pom.xml
    clerezza/trunk/jaxrs.utils/pom.xml
    clerezza/trunk/nbactions.xml
    clerezza/trunk/platform.dashboard/platform.dashboard.core/pom.xml
    clerezza/trunk/platform.launcher.storageless.parent/pom.xml
    clerezza/trunk/platform.mail/pom.xml
    clerezza/trunk/platform.security.foafssl/core/pom.xml
    clerezza/trunk/platform.typehandlerspace/pom.xml
    clerezza/trunk/sshshell/pom.xml
    clerezza/trunk/uima/uima.metadata-generator/pom.xml

Modified: clerezza/trunk/jaxrs.stanbol.fragments/pom.xml
URL: 
http://svn.apache.org/viewvc/clerezza/trunk/jaxrs.stanbol.fragments/pom.xml?rev=1468791&r1=1468790&r2=1468791&view=diff
==============================================================================
--- clerezza/trunk/jaxrs.stanbol.fragments/pom.xml (original)
+++ clerezza/trunk/jaxrs.stanbol.fragments/pom.xml Wed Apr 17 07:59:32 2013
@@ -58,7 +58,7 @@
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.testutils</artifactId>
             <scope>test</scope>
-            <version>0.9-incubating</version>
+            <version>0.10-incubating-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>
@@ -73,7 +73,7 @@
         <dependency>
             <groupId>org.apache.stanbol</groupId>
             <artifactId>org.apache.stanbol.commons.web.base</artifactId>
-            <version>0.11.0</version>
+            <version>0.12.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.scala-lang</groupId>

Modified: clerezza/trunk/jaxrs.utils/pom.xml
URL: 
http://svn.apache.org/viewvc/clerezza/trunk/jaxrs.utils/pom.xml?rev=1468791&r1=1468790&r2=1468791&view=diff
==============================================================================
--- clerezza/trunk/jaxrs.utils/pom.xml (original)
+++ clerezza/trunk/jaxrs.utils/pom.xml Wed Apr 17 07:59:32 2013
@@ -30,7 +30,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>jaxrs.utils</artifactId>
     <packaging>bundle</packaging>
-    <version>0.7-SNAPSHOT</version>
+    <version>0.8-SNAPSHOT</version>
     <name>Clerezza - JAX-RS Utilities</name>
     <description>Utility classes for JAX-RS (see the Javadoc)</description>
     <dependencies>
@@ -53,7 +53,7 @@
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.testutils</artifactId>
             <scope>test</scope>
-            <version>0.9-incubating</version>
+            <version>0.10-incubating-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>com.googlecode.json-simple</groupId>

Modified: clerezza/trunk/nbactions.xml
URL: 
http://svn.apache.org/viewvc/clerezza/trunk/nbactions.xml?rev=1468791&r1=1468790&r2=1468791&view=diff
==============================================================================
--- clerezza/trunk/nbactions.xml (original)
+++ clerezza/trunk/nbactions.xml Wed Apr 17 07:59:32 2013
@@ -19,4 +19,16 @@
                 <Env.MAVEN_OPTS>-Xmx1024M 
-XX:MaxPermSize=128M</Env.MAVEN_OPTS>            
             </properties>
         </action>
+        <action>
+            <actionName>CUSTOM-update zz-version</actionName>
+            <displayName>update zz-version</displayName>
+            <goals>
+                <goal>versions:use-next-snapshots</goal>
+            </goals>
+            <properties>
+                <includesList>"org.apache.clerezza.*"</includesList>
+                <excludeReactor>false</excludeReactor>
+                <generateBackupPoms>false</generateBackupPoms>
+            </properties>
+        </action>
     </actions>

Modified: clerezza/trunk/platform.dashboard/platform.dashboard.core/pom.xml
URL: 
http://svn.apache.org/viewvc/clerezza/trunk/platform.dashboard/platform.dashboard.core/pom.xml?rev=1468791&r1=1468790&r2=1468791&view=diff
==============================================================================
--- clerezza/trunk/platform.dashboard/platform.dashboard.core/pom.xml (original)
+++ clerezza/trunk/platform.dashboard/platform.dashboard.core/pom.xml Wed Apr 
17 07:59:32 2013
@@ -86,7 +86,7 @@
         <dependency>
             <groupId>org.apache.stanbol</groupId>
             <artifactId>org.apache.stanbol.commons.security.core</artifactId>
-            <version>0.11.0</version>
+            <version>0.12.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
     <build>

Modified: clerezza/trunk/platform.launcher.storageless.parent/pom.xml
URL: 
http://svn.apache.org/viewvc/clerezza/trunk/platform.launcher.storageless.parent/pom.xml?rev=1468791&r1=1468790&r2=1468791&view=diff
==============================================================================
--- clerezza/trunk/platform.launcher.storageless.parent/pom.xml (original)
+++ clerezza/trunk/platform.launcher.storageless.parent/pom.xml Wed Apr 17 
07:59:32 2013
@@ -37,7 +37,7 @@
         <dependency>
             <groupId>org.apache.stanbol</groupId>
             
<artifactId>org.apache.stanbol.commons.frameworkfragment</artifactId>
-            <version>0.11.0</version>
+            <version>0.12.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
 
@@ -479,17 +479,17 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.security.core</artifactId>
-      <version>0.11.0</version>
+      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.authentication.basic</artifactId>
-      <version>0.11.0</version>
+      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency>
         <groupId>org.apache.stanbol</groupId>
         
<artifactId>org.apache.stanbol.commons.security.fexilwebconsole</artifactId>
-        <version>0.11.0</version>
+        <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency>
         <groupId>org.apache.stanbol</groupId>
@@ -509,7 +509,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.ldpath.clerezza</artifactId>
-      <version>0.11.0</version>
+      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
@@ -544,7 +544,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.jsonld</artifactId>
-      <version>0.11.0</version>
+      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency> <!-- used also for all the other JSON parsing/writing in 
Stanbol -->
       <groupId>org.codehaus.jettison</groupId>

Modified: clerezza/trunk/platform.mail/pom.xml
URL: 
http://svn.apache.org/viewvc/clerezza/trunk/platform.mail/pom.xml?rev=1468791&r1=1468790&r2=1468791&view=diff
==============================================================================
--- clerezza/trunk/platform.mail/pom.xml (original)
+++ clerezza/trunk/platform.mail/pom.xml Wed Apr 17 07:59:32 2013
@@ -65,7 +65,7 @@
         <dependency>
             <groupId>org.apache.stanbol</groupId>
             <artifactId>org.apache.stanbol.commons.security.core</artifactId>
-            <version>0.11.0</version>
+            <version>0.12.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>

Modified: clerezza/trunk/platform.security.foafssl/core/pom.xml
URL: 
http://svn.apache.org/viewvc/clerezza/trunk/platform.security.foafssl/core/pom.xml?rev=1468791&r1=1468790&r2=1468791&view=diff
==============================================================================
--- clerezza/trunk/platform.security.foafssl/core/pom.xml (original)
+++ clerezza/trunk/platform.security.foafssl/core/pom.xml Wed Apr 17 07:59:32 
2013
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.security</artifactId>
-            <version>0.8-incubating</version>
+            <version>0.9-incubating-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>

Modified: clerezza/trunk/platform.typehandlerspace/pom.xml
URL: 
http://svn.apache.org/viewvc/clerezza/trunk/platform.typehandlerspace/pom.xml?rev=1468791&r1=1468790&r2=1468791&view=diff
==============================================================================
--- clerezza/trunk/platform.typehandlerspace/pom.xml (original)
+++ clerezza/trunk/platform.typehandlerspace/pom.xml Wed Apr 17 07:59:32 2013
@@ -76,7 +76,7 @@
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.testutils</artifactId>
             <scope>test</scope>
-            <version>0.9-incubating</version>
+            <version>0.10-incubating-SNAPSHOT</version>
         </dependency>
      
     </dependencies>

Modified: clerezza/trunk/sshshell/pom.xml
URL: 
http://svn.apache.org/viewvc/clerezza/trunk/sshshell/pom.xml?rev=1468791&r1=1468790&r2=1468791&view=diff
==============================================================================
--- clerezza/trunk/sshshell/pom.xml (original)
+++ clerezza/trunk/sshshell/pom.xml Wed Apr 17 07:59:32 2013
@@ -60,7 +60,7 @@
         <dependency>
             <groupId>org.apache.stanbol</groupId>
             <artifactId>org.apache.stanbol.commons.security.core</artifactId>
-            <version>0.11.0</version>
+            <version>0.12.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>

Modified: clerezza/trunk/uima/uima.metadata-generator/pom.xml
URL: 
http://svn.apache.org/viewvc/clerezza/trunk/uima/uima.metadata-generator/pom.xml?rev=1468791&r1=1468790&r2=1468791&view=diff
==============================================================================
--- clerezza/trunk/uima/uima.metadata-generator/pom.xml (original)
+++ clerezza/trunk/uima/uima.metadata-generator/pom.xml Wed Apr 17 07:59:32 2013
@@ -73,7 +73,7 @@
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.testutils</artifactId>
             <scope>test</scope>
-            <version>0.9-incubating</version>
+            <version>0.10-incubating-SNAPSHOT</version>
         </dependency>
     <dependency>
       <groupId>org.apache.tika</groupId>


Reply via email to