You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ja...@apache.org on 2012/05/31 20:21:19 UTC

svn commit: r1344846 - in /rave/trunk: ./ 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-integration-tests/rav...

Author: jasha
Date: Thu May 31 18:21:18 2012
New Revision: 1344846

URL: http://svn.apache.org/viewvc?rev=1344846&view=rev
Log:
[maven-release-plugin] prepare release 0.12

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

Modified: rave/trunk/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/pom.xml?rev=1344846&r1=1344845&r2=1344846&view=diff
==============================================================================
--- rave/trunk/pom.xml (original)
+++ rave/trunk/pom.xml Thu May 31 18:21:18 2012
@@ -33,12 +33,12 @@
     <name>Apache Rave :: rave-project</name>
     <description>Apache Rave Project</description>
     <packaging>pom</packaging>
-    <version>0.12-SNAPSHOT</version>
+    <version>0.12</version>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/rave/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/rave/trunk</developerConnection>
-        <url>http://svn.apache.org/viewvc/rave/trunk/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/rave/tags/0.12</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/rave/tags/0.12</developerConnection>
+        <url>http://svn.apache.org/viewvc/rave/tags/0.12</url>
     </scm>
 
     <properties>
@@ -568,7 +568,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <execute/>
+                                        <execute />
                                     </action>
                                 </pluginExecution>
                                 <pluginExecution>
@@ -581,7 +581,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <execute/>
+                                        <execute />
                                     </action>
                                 </pluginExecution>
                                 <pluginExecution>
@@ -594,7 +594,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <execute/>
+                                        <execute />
                                     </action>
                                 </pluginExecution>
                                 <pluginExecution>
@@ -608,7 +608,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <execute/>
+                                        <execute />
                                     </action>
                                 </pluginExecution>
                             </pluginExecutions>

Modified: rave/trunk/rave-components/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-components/pom.xml?rev=1344846&r1=1344845&r2=1344846&view=diff
==============================================================================
--- rave/trunk/rave-components/pom.xml (original)
+++ rave/trunk/rave-components/pom.xml Thu May 31 18:21:18 2012
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-project</artifactId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12</version>
     </parent>
 
     <artifactId>rave-components</artifactId>

Modified: rave/trunk/rave-components/rave-commons/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-components/rave-commons/pom.xml?rev=1344846&r1=1344845&r2=1344846&view=diff
==============================================================================
--- rave/trunk/rave-components/rave-commons/pom.xml (original)
+++ rave/trunk/rave-components/rave-commons/pom.xml Thu May 31 18:21:18 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-components</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12</version>
     </parent>
 
     <artifactId>rave-commons</artifactId>

Modified: rave/trunk/rave-components/rave-core/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-components/rave-core/pom.xml?rev=1344846&r1=1344845&r2=1344846&view=diff
==============================================================================
--- rave/trunk/rave-components/rave-core/pom.xml (original)
+++ rave/trunk/rave-components/rave-core/pom.xml Thu May 31 18:21:18 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-components</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12</version>
     </parent>
 
     <artifactId>rave-core</artifactId>

Modified: rave/trunk/rave-components/rave-web/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-components/rave-web/pom.xml?rev=1344846&r1=1344845&r2=1344846&view=diff
==============================================================================
--- rave/trunk/rave-components/rave-web/pom.xml (original)
+++ rave/trunk/rave-components/rave-web/pom.xml Thu May 31 18:21:18 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-components</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12</version>
     </parent>
 
     <artifactId>rave-web</artifactId>

Modified: rave/trunk/rave-demo-gadgets/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-demo-gadgets/pom.xml?rev=1344846&r1=1344845&r2=1344846&view=diff
==============================================================================
--- rave/trunk/rave-demo-gadgets/pom.xml (original)
+++ rave/trunk/rave-demo-gadgets/pom.xml Thu May 31 18:21:18 2012
@@ -25,7 +25,7 @@
 	<parent>
 		<groupId>org.apache.rave</groupId>
 		<artifactId>rave-project</artifactId>
-		<version>0.12-SNAPSHOT</version>
+		<version>0.12</version>
 	</parent>
 
 	<artifactId>rave-demo-gadgets</artifactId>

Modified: rave/trunk/rave-integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-integration-tests/pom.xml?rev=1344846&r1=1344845&r2=1344846&view=diff
==============================================================================
--- rave/trunk/rave-integration-tests/pom.xml (original)
+++ rave/trunk/rave-integration-tests/pom.xml Thu May 31 18:21:18 2012
@@ -18,14 +18,13 @@
   under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-project</artifactId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -44,7 +43,7 @@
         <commons-logging.version>1.1.1</commons-logging.version>
         <!-- New Selenium versions are often needed after an upgrade of Mozilla Firefox -->
         <selenium.version>[2.20.0, 2.22)</selenium.version>
-        <meta.filter/>
+        <meta.filter />
 
         <!-- Cargo configuration properties -->
         <cargo.version>1.2.1</cargo.version>
@@ -54,7 +53,7 @@
         <!-- if you want to start remote debugging session suspended
   override on command line with -Dcargo.debug.suspend=y -->
         <cargo.debug.suspend>n</cargo.debug.suspend>
-        <cargo.args/>
+        <cargo.args />
     </properties>
 
     <dependencyManagement>
@@ -205,7 +204,7 @@
                                 <includes>
                                     <include>**/*Stories.java</include>
                                 </includes>
-                                <excludes/>
+                                <excludes />
                                 <generateViewAfterStories>true</generateViewAfterStories>
                                 <ignoreFailureInStories>true</ignoreFailureInStories>
                                 <ignoreFailureInView>true</ignoreFailureInView>
@@ -240,7 +239,7 @@
                                 <configuration>
                                     <target>
                                         <delete>
-                                            <fileset dir="/tmp" includes="rave_db*"/>
+                                            <fileset dir="/tmp" includes="rave_db*" />
                                         </delete>
                                     </target>
                                 </configuration>

Modified: rave/trunk/rave-integration-tests/rave-admin-tests/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-integration-tests/rave-admin-tests/pom.xml?rev=1344846&r1=1344845&r2=1344846&view=diff
==============================================================================
--- rave/trunk/rave-integration-tests/rave-admin-tests/pom.xml (original)
+++ rave/trunk/rave-integration-tests/rave-admin-tests/pom.xml Thu May 31 18:21:18 2012
@@ -18,8 +18,7 @@
   under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.rave.integration-tests</groupId>
     <artifactId>rave-admin-tests</artifactId>
@@ -29,7 +28,7 @@
     <parent>
         <groupId>org.apache.rave.integration-tests</groupId>
         <artifactId>rave-integration-tests</artifactId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: rave/trunk/rave-integration-tests/rave-core-tests/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-integration-tests/rave-core-tests/pom.xml?rev=1344846&r1=1344845&r2=1344846&view=diff
==============================================================================
--- rave/trunk/rave-integration-tests/rave-core-tests/pom.xml (original)
+++ rave/trunk/rave-integration-tests/rave-core-tests/pom.xml Thu May 31 18:21:18 2012
@@ -18,8 +18,7 @@
   under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.rave.integration-tests</groupId>
   <artifactId>rave-core-tests</artifactId>
@@ -29,7 +28,7 @@
   <parent>
     <groupId>org.apache.rave.integration-tests</groupId>
     <artifactId>rave-integration-tests</artifactId>
-    <version>0.12-SNAPSHOT</version>
+    <version>0.12</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: rave/trunk/rave-integration-tests/rave-default-account-tests/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-integration-tests/rave-default-account-tests/pom.xml?rev=1344846&r1=1344845&r2=1344846&view=diff
==============================================================================
--- rave/trunk/rave-integration-tests/rave-default-account-tests/pom.xml (original)
+++ rave/trunk/rave-integration-tests/rave-default-account-tests/pom.xml Thu May 31 18:21:18 2012
@@ -18,8 +18,7 @@
   under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.rave.integration-tests</groupId>
     <artifactId>rave-default-account-tests</artifactId>
@@ -29,7 +28,7 @@
     <parent>
         <groupId>org.apache.rave.integration-tests</groupId>
         <artifactId>rave-integration-tests</artifactId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: rave/trunk/rave-integration-tests/rave-newuser-tests/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-integration-tests/rave-newuser-tests/pom.xml?rev=1344846&r1=1344845&r2=1344846&view=diff
==============================================================================
--- rave/trunk/rave-integration-tests/rave-newuser-tests/pom.xml (original)
+++ rave/trunk/rave-integration-tests/rave-newuser-tests/pom.xml Thu May 31 18:21:18 2012
@@ -18,8 +18,7 @@
   under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.rave.integration-tests</groupId>
     <artifactId>rave-newuser-tests</artifactId>
@@ -29,7 +28,7 @@
     <parent>
         <groupId>org.apache.rave.integration-tests</groupId>
         <artifactId>rave-integration-tests</artifactId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: rave/trunk/rave-portal-dependencies/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-portal-dependencies/pom.xml?rev=1344846&r1=1344845&r2=1344846&view=diff
==============================================================================
--- rave/trunk/rave-portal-dependencies/pom.xml (original)
+++ rave/trunk/rave-portal-dependencies/pom.xml Thu May 31 18:21:18 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-project</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12</version>
     </parent>
 
     <artifactId>rave-portal-dependencies</artifactId>

Modified: rave/trunk/rave-portal-resources/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-portal-resources/pom.xml?rev=1344846&r1=1344845&r2=1344846&view=diff
==============================================================================
--- rave/trunk/rave-portal-resources/pom.xml (original)
+++ rave/trunk/rave-portal-resources/pom.xml Thu May 31 18:21:18 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-project</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12</version>
     </parent>
 
     <artifactId>rave-portal-resources</artifactId>

Modified: rave/trunk/rave-portal/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-portal/pom.xml?rev=1344846&r1=1344845&r2=1344846&view=diff
==============================================================================
--- rave/trunk/rave-portal/pom.xml (original)
+++ rave/trunk/rave-portal/pom.xml Thu May 31 18:21:18 2012
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-project</artifactId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12</version>
     </parent>
 
     <artifactId>rave-portal</artifactId>

Modified: rave/trunk/rave-providers/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-providers/pom.xml?rev=1344846&r1=1344845&r2=1344846&view=diff
==============================================================================
--- rave/trunk/rave-providers/pom.xml (original)
+++ rave/trunk/rave-providers/pom.xml Thu May 31 18:21:18 2012
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-project</artifactId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12</version>
     </parent>
 
     <artifactId>rave-providers</artifactId>

Modified: rave/trunk/rave-providers/rave-opensocial-provider/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-providers/rave-opensocial-provider/pom.xml?rev=1344846&r1=1344845&r2=1344846&view=diff
==============================================================================
--- rave/trunk/rave-providers/rave-opensocial-provider/pom.xml (original)
+++ rave/trunk/rave-providers/rave-opensocial-provider/pom.xml Thu May 31 18:21:18 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-providers</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12</version>
     </parent>
 
     <artifactId>rave-opensocial-provider</artifactId>

Modified: rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-client/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-client/pom.xml?rev=1344846&r1=1344845&r2=1344846&view=diff
==============================================================================
--- rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-client/pom.xml (original)
+++ rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-client/pom.xml Thu May 31 18:21:18 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-opensocial-provider</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12</version>
     </parent>
 
     <artifactId>rave-opensocial-client</artifactId>

Modified: rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-core/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-core/pom.xml?rev=1344846&r1=1344845&r2=1344846&view=diff
==============================================================================
--- rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-core/pom.xml (original)
+++ rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-core/pom.xml Thu May 31 18:21:18 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-opensocial-provider</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12</version>
     </parent>
 
     <artifactId>rave-opensocial-core</artifactId>

Modified: rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/pom.xml?rev=1344846&r1=1344845&r2=1344846&view=diff
==============================================================================
--- rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/pom.xml (original)
+++ rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/pom.xml Thu May 31 18:21:18 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-opensocial-provider</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12</version>
     </parent>
 
     <artifactId>rave-opensocial-server</artifactId>

Modified: rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml?rev=1344846&r1=1344845&r2=1344846&view=diff
==============================================================================
--- rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml (original)
+++ rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml Thu May 31 18:21:18 2012
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-opensocial-server</artifactId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12</version>
     </parent>
 
     <artifactId>rave-shindig</artifactId>

Modified: rave/trunk/rave-providers/rave-w3c-provider/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-providers/rave-w3c-provider/pom.xml?rev=1344846&r1=1344845&r2=1344846&view=diff
==============================================================================
--- rave/trunk/rave-providers/rave-w3c-provider/pom.xml (original)
+++ rave/trunk/rave-providers/rave-w3c-provider/pom.xml Thu May 31 18:21:18 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-providers</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.12-SNAPSHOT</version>
+        <version>0.12</version>
     </parent>
 
     <artifactId>rave-w3c-provider</artifactId>