You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by mf...@apache.org on 2012/05/29 18:48:54 UTC

svn commit: r1343841 - in /rave/branches/model_interfaces: ./ rave-components/ rave-components/rave-commons/ rave-components/rave-core/ rave-components/rave-web/ rave-demo-gadgets/ rave-integration-tests/ rave-integration-tests/rave-admin-tests/ rave-i...

Author: mfranklin
Date: Tue May 29 16:48:53 2012
New Revision: 1343841

URL: http://svn.apache.org/viewvc?rev=1343841&view=rev
Log:
Updated POM files with different version (RAVE-626)

Modified:
    rave/branches/model_interfaces/pom.xml
    rave/branches/model_interfaces/rave-components/pom.xml
    rave/branches/model_interfaces/rave-components/rave-commons/pom.xml
    rave/branches/model_interfaces/rave-components/rave-core/pom.xml
    rave/branches/model_interfaces/rave-components/rave-web/pom.xml
    rave/branches/model_interfaces/rave-demo-gadgets/pom.xml
    rave/branches/model_interfaces/rave-integration-tests/pom.xml
    rave/branches/model_interfaces/rave-integration-tests/rave-admin-tests/pom.xml
    rave/branches/model_interfaces/rave-integration-tests/rave-core-tests/pom.xml
    rave/branches/model_interfaces/rave-integration-tests/rave-default-account-tests/pom.xml
    rave/branches/model_interfaces/rave-integration-tests/rave-newuser-tests/pom.xml
    rave/branches/model_interfaces/rave-portal-dependencies/pom.xml
    rave/branches/model_interfaces/rave-portal-resources/pom.xml
    rave/branches/model_interfaces/rave-portal/pom.xml
    rave/branches/model_interfaces/rave-providers/pom.xml
    rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/pom.xml
    rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/rave-opensocial-client/pom.xml
    rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/rave-opensocial-core/pom.xml
    rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/rave-opensocial-server/pom.xml
    rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml
    rave/branches/model_interfaces/rave-providers/rave-w3c-provider/pom.xml

Modified: rave/branches/model_interfaces/pom.xml
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/pom.xml?rev=1343841&r1=1343840&r2=1343841&view=diff
==============================================================================
--- rave/branches/model_interfaces/pom.xml (original)
+++ rave/branches/model_interfaces/pom.xml Tue May 29 16:48:53 2012
@@ -35,7 +35,7 @@
     <name>Apache Rave :: rave-project</name>
     <description>Apache Rave Project</description>
     <packaging>pom</packaging>
-    <version>0.12-SNAPSHOT</version>
+    <version>0.12-model_interfaces-SNAPSHOT</version>
 
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/rave/trunk</connection>

Modified: rave/branches/model_interfaces/rave-components/pom.xml
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-components/pom.xml?rev=1343841&r1=1343840&r2=1343841&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-components/pom.xml (original)
+++ rave/branches/model_interfaces/rave-components/pom.xml Tue May 29 16:48:53 2012
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-project</artifactId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12-model_interfaces-SNAPSHOT</version>
     </parent>
 
     <artifactId>rave-components</artifactId>

Modified: rave/branches/model_interfaces/rave-components/rave-commons/pom.xml
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-components/rave-commons/pom.xml?rev=1343841&r1=1343840&r2=1343841&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-components/rave-commons/pom.xml (original)
+++ rave/branches/model_interfaces/rave-components/rave-commons/pom.xml Tue May 29 16:48:53 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-components</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12-model_interfaces-SNAPSHOT</version>
     </parent>
 
     <artifactId>rave-commons</artifactId>
@@ -117,4 +117,4 @@
         </dependency>
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>

Modified: rave/branches/model_interfaces/rave-components/rave-core/pom.xml
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-components/rave-core/pom.xml?rev=1343841&r1=1343840&r2=1343841&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-components/rave-core/pom.xml (original)
+++ rave/branches/model_interfaces/rave-components/rave-core/pom.xml Tue May 29 16:48:53 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-components</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12-model_interfaces-SNAPSHOT</version>
     </parent>
 
     <artifactId>rave-core</artifactId>

Modified: rave/branches/model_interfaces/rave-components/rave-web/pom.xml
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-components/rave-web/pom.xml?rev=1343841&r1=1343840&r2=1343841&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-components/rave-web/pom.xml (original)
+++ rave/branches/model_interfaces/rave-components/rave-web/pom.xml Tue May 29 16:48:53 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-components</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12-model_interfaces-SNAPSHOT</version>
     </parent>
 
     <artifactId>rave-web</artifactId>

Modified: rave/branches/model_interfaces/rave-demo-gadgets/pom.xml
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-demo-gadgets/pom.xml?rev=1343841&r1=1343840&r2=1343841&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-demo-gadgets/pom.xml (original)
+++ rave/branches/model_interfaces/rave-demo-gadgets/pom.xml Tue May 29 16:48:53 2012
@@ -25,7 +25,7 @@
 	<parent>
 		<groupId>org.apache.rave</groupId>
 		<artifactId>rave-project</artifactId>
-		<version>0.12-SNAPSHOT</version>
+		<version>0.12-model_interfaces-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>rave-demo-gadgets</artifactId>
@@ -50,4 +50,4 @@
         </plugins>
 
     </build>
-</project>
\ No newline at end of file
+</project>

Modified: rave/branches/model_interfaces/rave-integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-integration-tests/pom.xml?rev=1343841&r1=1343840&r2=1343841&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-integration-tests/pom.xml (original)
+++ rave/branches/model_interfaces/rave-integration-tests/pom.xml Tue May 29 16:48:53 2012
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-project</artifactId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12-model_interfaces-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: rave/branches/model_interfaces/rave-integration-tests/rave-admin-tests/pom.xml
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-integration-tests/rave-admin-tests/pom.xml?rev=1343841&r1=1343840&r2=1343841&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-integration-tests/rave-admin-tests/pom.xml (original)
+++ rave/branches/model_interfaces/rave-integration-tests/rave-admin-tests/pom.xml Tue May 29 16:48:53 2012
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.rave.integration-tests</groupId>
     <artifactId>rave-integration-tests</artifactId>
-    <version>0.12-SNAPSHOT</version>
+    <version>0.12-model_interfaces-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: rave/branches/model_interfaces/rave-integration-tests/rave-core-tests/pom.xml
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-integration-tests/rave-core-tests/pom.xml?rev=1343841&r1=1343840&r2=1343841&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-integration-tests/rave-core-tests/pom.xml (original)
+++ rave/branches/model_interfaces/rave-integration-tests/rave-core-tests/pom.xml Tue May 29 16:48:53 2012
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.rave.integration-tests</groupId>
     <artifactId>rave-integration-tests</artifactId>
-    <version>0.12-SNAPSHOT</version>
+    <version>0.12-model_interfaces-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: rave/branches/model_interfaces/rave-integration-tests/rave-default-account-tests/pom.xml
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-integration-tests/rave-default-account-tests/pom.xml?rev=1343841&r1=1343840&r2=1343841&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-integration-tests/rave-default-account-tests/pom.xml (original)
+++ rave/branches/model_interfaces/rave-integration-tests/rave-default-account-tests/pom.xml Tue May 29 16:48:53 2012
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.rave.integration-tests</groupId>
     <artifactId>rave-integration-tests</artifactId>
-    <version>0.12-SNAPSHOT</version>
+    <version>0.12-model_interfaces-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: rave/branches/model_interfaces/rave-integration-tests/rave-newuser-tests/pom.xml
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-integration-tests/rave-newuser-tests/pom.xml?rev=1343841&r1=1343840&r2=1343841&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-integration-tests/rave-newuser-tests/pom.xml (original)
+++ rave/branches/model_interfaces/rave-integration-tests/rave-newuser-tests/pom.xml Tue May 29 16:48:53 2012
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.rave.integration-tests</groupId>
     <artifactId>rave-integration-tests</artifactId>
-    <version>0.12-SNAPSHOT</version>
+    <version>0.12-model_interfaces-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: rave/branches/model_interfaces/rave-portal-dependencies/pom.xml
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-dependencies/pom.xml?rev=1343841&r1=1343840&r2=1343841&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-dependencies/pom.xml (original)
+++ rave/branches/model_interfaces/rave-portal-dependencies/pom.xml Tue May 29 16:48:53 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-project</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12-model_interfaces-SNAPSHOT</version>
     </parent>
 
     <artifactId>rave-portal-dependencies</artifactId>

Modified: rave/branches/model_interfaces/rave-portal-resources/pom.xml
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/pom.xml?rev=1343841&r1=1343840&r2=1343841&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/pom.xml (original)
+++ rave/branches/model_interfaces/rave-portal-resources/pom.xml Tue May 29 16:48:53 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-project</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12-model_interfaces-SNAPSHOT</version>
     </parent>
 
     <artifactId>rave-portal-resources</artifactId>

Modified: rave/branches/model_interfaces/rave-portal/pom.xml
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal/pom.xml?rev=1343841&r1=1343840&r2=1343841&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal/pom.xml (original)
+++ rave/branches/model_interfaces/rave-portal/pom.xml Tue May 29 16:48:53 2012
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-project</artifactId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12-model_interfaces-SNAPSHOT</version>
     </parent>
 
     <artifactId>rave-portal</artifactId>

Modified: rave/branches/model_interfaces/rave-providers/pom.xml
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-providers/pom.xml?rev=1343841&r1=1343840&r2=1343841&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-providers/pom.xml (original)
+++ rave/branches/model_interfaces/rave-providers/pom.xml Tue May 29 16:48:53 2012
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-project</artifactId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12-model_interfaces-SNAPSHOT</version>
     </parent>
 
     <artifactId>rave-providers</artifactId>

Modified: rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/pom.xml
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/pom.xml?rev=1343841&r1=1343840&r2=1343841&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/pom.xml (original)
+++ rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/pom.xml Tue May 29 16:48:53 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-providers</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12-model_interfaces-SNAPSHOT</version>
     </parent>
 
     <artifactId>rave-opensocial-provider</artifactId>

Modified: rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/rave-opensocial-client/pom.xml
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/rave-opensocial-client/pom.xml?rev=1343841&r1=1343840&r2=1343841&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/rave-opensocial-client/pom.xml (original)
+++ rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/rave-opensocial-client/pom.xml Tue May 29 16:48:53 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-opensocial-provider</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12-model_interfaces-SNAPSHOT</version>
     </parent>
 
     <artifactId>rave-opensocial-client</artifactId>

Modified: rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/rave-opensocial-core/pom.xml
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/rave-opensocial-core/pom.xml?rev=1343841&r1=1343840&r2=1343841&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/rave-opensocial-core/pom.xml (original)
+++ rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/rave-opensocial-core/pom.xml Tue May 29 16:48:53 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-opensocial-provider</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12-model_interfaces-SNAPSHOT</version>
     </parent>
 
     <artifactId>rave-opensocial-core</artifactId>

Modified: rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/rave-opensocial-server/pom.xml
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/rave-opensocial-server/pom.xml?rev=1343841&r1=1343840&r2=1343841&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/rave-opensocial-server/pom.xml (original)
+++ rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/rave-opensocial-server/pom.xml Tue May 29 16:48:53 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-opensocial-provider</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12-model_interfaces-SNAPSHOT</version>
     </parent>
 
     <artifactId>rave-opensocial-server</artifactId>

Modified: rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml?rev=1343841&r1=1343840&r2=1343841&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml (original)
+++ rave/branches/model_interfaces/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml Tue May 29 16:48:53 2012
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-opensocial-server</artifactId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12-model_interfaces-SNAPSHOT</version>
     </parent>
 
     <artifactId>rave-shindig</artifactId>

Modified: rave/branches/model_interfaces/rave-providers/rave-w3c-provider/pom.xml
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-providers/rave-w3c-provider/pom.xml?rev=1343841&r1=1343840&r2=1343841&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-providers/rave-w3c-provider/pom.xml (original)
+++ rave/branches/model_interfaces/rave-providers/rave-w3c-provider/pom.xml Tue May 29 16:48:53 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-providers</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12-model_interfaces-SNAPSHOT</version>
     </parent>
 
     <artifactId>rave-w3c-provider</artifactId>