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 2013/01/08 00:00:22 UTC

svn commit: r1430076 - in /rave/trunk: ./ rave-components/ rave-components/rave-commons/ rave-components/rave-core/ rave-components/rave-jpa/ rave-components/rave-mongodb/ rave-components/rave-web/ rave-custom-project-archetype/ rave-demo-gadgets/ rave...

Author: mfranklin
Date: Mon Jan  7 23:00:21 2013
New Revision: 1430076

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

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-jpa/pom.xml
    rave/trunk/rave-components/rave-mongodb/pom.xml
    rave/trunk/rave-components/rave-web/pom.xml
    rave/trunk/rave-custom-project-archetype/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=1430076&r1=1430075&r2=1430076&view=diff
==============================================================================
--- rave/trunk/pom.xml (original)
+++ rave/trunk/pom.xml Mon Jan  7 23:00:21 2013
@@ -17,15 +17,14 @@
   specific language governing permissions and limitations
   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-master</artifactId>
-        <version>0.19-SNAPSHOT</version>
+        <version>0.19</version>
         <relativePath>../rave-master-pom/pom.xml</relativePath>
     </parent>
 
@@ -34,12 +33,12 @@
     <name>Apache Rave :: rave-project</name>
     <description>Apache Rave Project</description>
     <packaging>pom</packaging>
-    <version>0.19-SNAPSHOT</version>
+    <version>0.19</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.19</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/rave/tags/0.19</developerConnection>
+        <url>http://svn.apache.org/viewvc/rave/tags/0.19</url>
     </scm>
 
     <properties>
@@ -92,7 +91,7 @@
         <cargo.version>1.3.1</cargo.version>
         <!-- default empty javaagent
         if needed you can specify it on the command line with -Djavaagent="..." -->
-        <javaagent/>
+        <javaagent />
         <maven-war-plugin.version>2.3</maven-war-plugin.version>
     </properties>
 
@@ -657,7 +656,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <execute/>
+                                        <execute />
                                     </action>
                                 </pluginExecution>
                                 <pluginExecution>
@@ -670,7 +669,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <execute/>
+                                        <execute />
                                     </action>
                                 </pluginExecution>
                                 <pluginExecution>
@@ -683,7 +682,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <execute/>
+                                        <execute />
                                     </action>
                                 </pluginExecution>
                                 <pluginExecution>
@@ -697,7 +696,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=1430076&r1=1430075&r2=1430076&view=diff
==============================================================================
--- rave/trunk/rave-components/pom.xml (original)
+++ rave/trunk/rave-components/pom.xml Mon Jan  7 23:00:21 2013
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-project</artifactId>
-        <version>0.19-SNAPSHOT</version>
+        <version>0.19</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=1430076&r1=1430075&r2=1430076&view=diff
==============================================================================
--- rave/trunk/rave-components/rave-commons/pom.xml (original)
+++ rave/trunk/rave-components/rave-commons/pom.xml Mon Jan  7 23:00:21 2013
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>rave-components</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.19-SNAPSHOT</version>
+        <version>0.19</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=1430076&r1=1430075&r2=1430076&view=diff
==============================================================================
--- rave/trunk/rave-components/rave-core/pom.xml (original)
+++ rave/trunk/rave-components/rave-core/pom.xml Mon Jan  7 23:00:21 2013
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>rave-components</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.19-SNAPSHOT</version>
+        <version>0.19</version>
     </parent>
 
     <artifactId>rave-core</artifactId>

Modified: rave/trunk/rave-components/rave-jpa/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-components/rave-jpa/pom.xml?rev=1430076&r1=1430075&r2=1430076&view=diff
==============================================================================
--- rave/trunk/rave-components/rave-jpa/pom.xml (original)
+++ rave/trunk/rave-components/rave-jpa/pom.xml Mon Jan  7 23:00:21 2013
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>rave-components</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.19-SNAPSHOT</version>
+        <version>0.19</version>
     </parent>
 
     <artifactId>rave-jpa</artifactId>

Modified: rave/trunk/rave-components/rave-mongodb/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-components/rave-mongodb/pom.xml?rev=1430076&r1=1430075&r2=1430076&view=diff
==============================================================================
--- rave/trunk/rave-components/rave-mongodb/pom.xml (original)
+++ rave/trunk/rave-components/rave-mongodb/pom.xml Mon Jan  7 23:00:21 2013
@@ -18,13 +18,11 @@
   ~  specific language governing permissions and limitations
   ~  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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
     <parent>
         <artifactId>rave-components</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.19-SNAPSHOT</version>
+        <version>0.19</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

Modified: rave/trunk/rave-components/rave-web/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-components/rave-web/pom.xml?rev=1430076&r1=1430075&r2=1430076&view=diff
==============================================================================
--- rave/trunk/rave-components/rave-web/pom.xml (original)
+++ rave/trunk/rave-components/rave-web/pom.xml Mon Jan  7 23:00:21 2013
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-components</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.19-SNAPSHOT</version>
+        <version>0.19</version>
     </parent>
 
     <artifactId>rave-web</artifactId>

Modified: rave/trunk/rave-custom-project-archetype/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-custom-project-archetype/pom.xml?rev=1430076&r1=1430075&r2=1430076&view=diff
==============================================================================
--- rave/trunk/rave-custom-project-archetype/pom.xml (original)
+++ rave/trunk/rave-custom-project-archetype/pom.xml Mon Jan  7 23:00:21 2013
@@ -17,14 +17,13 @@
   specific language governing permissions and limitations
   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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-project</artifactId>
-        <version>0.19-SNAPSHOT</version>
+        <version>0.19</version>
     </parent>
 
     <artifactId>rave-custom-project-archetype</artifactId>
@@ -104,57 +103,52 @@
                         <phase>install</phase>
                         <configuration>
                             <target>
-                                <echo message="$$$$$$$$$$ Deleting the existing custom Rave project if it exists. $$$$$$$$$$"/>
-                                <delete dir="${project.build.directory}/${customproject.app.artifactId}"/>
+                                <echo message="$$$$$$$$$$ Deleting the existing custom Rave project if it exists. $$$$$$$$$$" />
+                                <delete dir="${project.build.directory}/${customproject.app.artifactId}" />
 
-                                <echo message="$$$$$$$$$$ Generating a custom Rave project from the archetype $$$$$$$$$$"/>
-                                <java classname="org.codehaus.classworlds.Launcher" dir="${project.build.directory}"
-                                      fork="true" failonerror="true">
+                                <echo message="$$$$$$$$$$ Generating a custom Rave project from the archetype $$$$$$$$$$" />
+                                <java classname="org.codehaus.classworlds.Launcher" dir="${project.build.directory}" fork="true" failonerror="true">
                                     <permissions>
-                                        <grant class="java.security.AllPermission"/>
-                                        <grant class="java.io.FilePermission" name="${maven.home}/bin/m2.conf"
-                                               actions="read"/>
-                                        <grant class="java.util.PropertyPermission" name="*" actions="read,write"/>
+                                        <grant class="java.security.AllPermission" />
+                                        <grant class="java.io.FilePermission" name="${maven.home}/bin/m2.conf" actions="read" />
+                                        <grant class="java.util.PropertyPermission" name="*" actions="read,write" />
                                     </permissions>
-                                    <sysproperty key="classworlds.conf" value="${maven.home}/bin/m2.conf"/>
-                                    <sysproperty key="maven.home" value="${maven.home}"/>
+                                    <sysproperty key="classworlds.conf" value="${maven.home}/bin/m2.conf" />
+                                    <sysproperty key="maven.home" value="${maven.home}" />
                                     <classpath>
                                         <fileset dir="${maven.home}/boot">
-                                            <include name="**/*.jar"/>
+                                            <include name="**/*.jar" />
                                         </fileset>
                                     </classpath>
-                                    <arg value="-B"/>
-                                    <arg value="org.apache.maven.plugins:maven-archetype-plugin:2.2:generate"/>
-                                    <arg value="-DarchetypeCatalog=local"/>
-                                    <arg value="-DarchetypeGroupId=org.apache.rave"/>
-                                    <arg value="-DarchetypeArtifactId=rave-custom-project-archetype"/>
-                                    <arg value="-DarchetypeVersion=${project.version}"/>
-                                    <arg value="-DgroupId=${customproject.app.groupId}"/>
-                                    <arg value="-DartifactId=${customproject.app.artifactId}"/>
-                                    <arg value="-Dversion=${customproject.app.version}"/>
-                                    <arg value="-DprojectName=${customproject.app.name}"/>
-                                    <arg value="-Dmaven.repo.local=${settings.localRepository}"/>
+                                    <arg value="-B" />
+                                    <arg value="org.apache.maven.plugins:maven-archetype-plugin:2.2:generate" />
+                                    <arg value="-DarchetypeCatalog=local" />
+                                    <arg value="-DarchetypeGroupId=org.apache.rave" />
+                                    <arg value="-DarchetypeArtifactId=rave-custom-project-archetype" />
+                                    <arg value="-DarchetypeVersion=${project.version}" />
+                                    <arg value="-DgroupId=${customproject.app.groupId}" />
+                                    <arg value="-DartifactId=${customproject.app.artifactId}" />
+                                    <arg value="-Dversion=${customproject.app.version}" />
+                                    <arg value="-DprojectName=${customproject.app.name}" />
+                                    <arg value="-Dmaven.repo.local=${settings.localRepository}" />
                                 </java>
 
-                                <echo message="$$$$$$$$$$ Installing custom Rave project $$$$$$$$$$"/>
-                                <java classname="org.codehaus.classworlds.Launcher"
-                                      dir="${project.build.directory}/${customproject.app.artifactId}" fork="true"
-                                      failonerror="true">
+                                <echo message="$$$$$$$$$$ Installing custom Rave project $$$$$$$$$$" />
+                                <java classname="org.codehaus.classworlds.Launcher" dir="${project.build.directory}/${customproject.app.artifactId}" fork="true" failonerror="true">
                                     <permissions>
-                                        <grant class="java.security.AllPermission"/>
-                                        <grant class="java.io.FilePermission" name="${maven.home}/bin/m2.conf"
-                                               actions="read"/>
-                                        <grant class="java.util.PropertyPermission" name="*" actions="read,write"/>
+                                        <grant class="java.security.AllPermission" />
+                                        <grant class="java.io.FilePermission" name="${maven.home}/bin/m2.conf" actions="read" />
+                                        <grant class="java.util.PropertyPermission" name="*" actions="read,write" />
                                     </permissions>
-                                    <sysproperty key="classworlds.conf" value="${maven.home}/bin/m2.conf"/>
-                                    <sysproperty key="maven.home" value="${maven.home}"/>
+                                    <sysproperty key="classworlds.conf" value="${maven.home}/bin/m2.conf" />
+                                    <sysproperty key="maven.home" value="${maven.home}" />
                                     <classpath>
                                         <fileset dir="${maven.home}/boot">
-                                            <include name="**/*.jar"/>
+                                            <include name="**/*.jar" />
                                         </fileset>
                                     </classpath>
-                                    <arg value="package"/>
-                                    <arg value="-Dmaven.repo.local=${settings.localRepository}"/>
+                                    <arg value="package" />
+                                    <arg value="-Dmaven.repo.local=${settings.localRepository}" />
                                 </java>
                             </target>
                         </configuration>

Modified: rave/trunk/rave-demo-gadgets/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-demo-gadgets/pom.xml?rev=1430076&r1=1430075&r2=1430076&view=diff
==============================================================================
--- rave/trunk/rave-demo-gadgets/pom.xml (original)
+++ rave/trunk/rave-demo-gadgets/pom.xml Mon Jan  7 23:00:21 2013
@@ -25,7 +25,7 @@
 	<parent>
 		<groupId>org.apache.rave</groupId>
 		<artifactId>rave-project</artifactId>
-		<version>0.19-SNAPSHOT</version>
+		<version>0.19</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=1430076&r1=1430075&r2=1430076&view=diff
==============================================================================
--- rave/trunk/rave-integration-tests/pom.xml (original)
+++ rave/trunk/rave-integration-tests/pom.xml Mon Jan  7 23:00:21 2013
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-project</artifactId>
-        <version>0.19-SNAPSHOT</version>
+        <version>0.19</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

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=1430076&r1=1430075&r2=1430076&view=diff
==============================================================================
--- rave/trunk/rave-integration-tests/rave-admin-tests/pom.xml (original)
+++ rave/trunk/rave-integration-tests/rave-admin-tests/pom.xml Mon Jan  7 23:00:21 2013
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.rave.integration-tests</groupId>
         <artifactId>rave-integration-tests</artifactId>
-        <version>0.19-SNAPSHOT</version>
+        <version>0.19</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=1430076&r1=1430075&r2=1430076&view=diff
==============================================================================
--- rave/trunk/rave-integration-tests/rave-core-tests/pom.xml (original)
+++ rave/trunk/rave-integration-tests/rave-core-tests/pom.xml Mon Jan  7 23:00:21 2013
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.rave.integration-tests</groupId>
     <artifactId>rave-integration-tests</artifactId>
-    <version>0.19-SNAPSHOT</version>
+    <version>0.19</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=1430076&r1=1430075&r2=1430076&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 Mon Jan  7 23:00:21 2013
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.rave.integration-tests</groupId>
         <artifactId>rave-integration-tests</artifactId>
-        <version>0.19-SNAPSHOT</version>
+        <version>0.19</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=1430076&r1=1430075&r2=1430076&view=diff
==============================================================================
--- rave/trunk/rave-integration-tests/rave-newuser-tests/pom.xml (original)
+++ rave/trunk/rave-integration-tests/rave-newuser-tests/pom.xml Mon Jan  7 23:00:21 2013
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.rave.integration-tests</groupId>
         <artifactId>rave-integration-tests</artifactId>
-        <version>0.19-SNAPSHOT</version>
+        <version>0.19</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=1430076&r1=1430075&r2=1430076&view=diff
==============================================================================
--- rave/trunk/rave-portal-dependencies/pom.xml (original)
+++ rave/trunk/rave-portal-dependencies/pom.xml Mon Jan  7 23:00:21 2013
@@ -19,15 +19,14 @@
 
   $Id$
 -->
-<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <artifactId>rave-project</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.19-SNAPSHOT</version>
+        <version>0.19</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=1430076&r1=1430075&r2=1430076&view=diff
==============================================================================
--- rave/trunk/rave-portal-resources/pom.xml (original)
+++ rave/trunk/rave-portal-resources/pom.xml Mon Jan  7 23:00:21 2013
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>rave-project</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.19-SNAPSHOT</version>
+        <version>0.19</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=1430076&r1=1430075&r2=1430076&view=diff
==============================================================================
--- rave/trunk/rave-portal/pom.xml (original)
+++ rave/trunk/rave-portal/pom.xml Mon Jan  7 23:00:21 2013
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-project</artifactId>
-        <version>0.19-SNAPSHOT</version>
+        <version>0.19</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=1430076&r1=1430075&r2=1430076&view=diff
==============================================================================
--- rave/trunk/rave-providers/pom.xml (original)
+++ rave/trunk/rave-providers/pom.xml Mon Jan  7 23:00:21 2013
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-project</artifactId>
-        <version>0.19-SNAPSHOT</version>
+        <version>0.19</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=1430076&r1=1430075&r2=1430076&view=diff
==============================================================================
--- rave/trunk/rave-providers/rave-opensocial-provider/pom.xml (original)
+++ rave/trunk/rave-providers/rave-opensocial-provider/pom.xml Mon Jan  7 23:00:21 2013
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-providers</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.19-SNAPSHOT</version>
+        <version>0.19</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=1430076&r1=1430075&r2=1430076&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 Mon Jan  7 23:00:21 2013
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-opensocial-provider</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.19-SNAPSHOT</version>
+        <version>0.19</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=1430076&r1=1430075&r2=1430076&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 Mon Jan  7 23:00:21 2013
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-opensocial-provider</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.19-SNAPSHOT</version>
+        <version>0.19</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=1430076&r1=1430075&r2=1430076&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 Mon Jan  7 23:00:21 2013
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-opensocial-provider</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.19-SNAPSHOT</version>
+        <version>0.19</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=1430076&r1=1430075&r2=1430076&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 Mon Jan  7 23:00:21 2013
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-opensocial-server</artifactId>
-        <version>0.19-SNAPSHOT</version>
+        <version>0.19</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=1430076&r1=1430075&r2=1430076&view=diff
==============================================================================
--- rave/trunk/rave-providers/rave-w3c-provider/pom.xml (original)
+++ rave/trunk/rave-providers/rave-w3c-provider/pom.xml Mon Jan  7 23:00:21 2013
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-providers</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.19-SNAPSHOT</version>
+        <version>0.19</version>
     </parent>
 
     <artifactId>rave-w3c-provider</artifactId>