You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by at...@apache.org on 2012/03/29 00:55:07 UTC

svn commit: r1306632 - in /rave/trunk: ./ rave-components/ rave-components/rave-commons/ rave-components/rave-core/ rave-components/rave-web/ rave-demo-gadgets/ rave-demo-gadgets/src/main/webapp/META-INF/ rave-portal-dependencies/ rave-portal-resources...

Author: ate
Date: Wed Mar 28 22:55:06 2012
New Revision: 1306632

URL: http://svn.apache.org/viewvc?rev=1306632&view=rev
Log:
RAVE-531: Maven configuration and versions updates for TLP
See: https://issues.apache.org/jira/browse/RAVE-531
rave-project fixes:
- delete DISCLAIMER
- update READMEs and other references to Incubator/Incubating
- drop -incubating version postfix
- fix scm locations
- update rave-master-pom version to 0.9-SNAPSHOT (has been deployed to SNAPSHOT repository as well)
- delete unneeded/empty rave-demo-gadgets META-INF/MANIFEST.MF


Removed:
    rave/trunk/DISCLAIMER
    rave/trunk/rave-demo-gadgets/src/main/webapp/META-INF/
    rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/src/test/
Modified:
    rave/trunk/README.txt
    rave/trunk/pom.xml
    rave/trunk/rave-components/pom.xml
    rave/trunk/rave-components/rave-commons/pom.xml   (contents, props changed)
    rave/trunk/rave-components/rave-core/pom.xml
    rave/trunk/rave-components/rave-web/pom.xml
    rave/trunk/rave-demo-gadgets/pom.xml   (contents, props changed)
    rave/trunk/rave-portal-dependencies/pom.xml
    rave/trunk/rave-portal-resources/pom.xml
    rave/trunk/rave-portal/pom.xml
    rave/trunk/rave-portal/src/main/appended-resources/META-INF/LICENSE
    rave/trunk/rave-portal/src/main/assembly/distbin.xml
    rave/trunk/rave-portal/src/main/dist/README
    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-opensocial-provider/rave-opensocial-server/rave-shindig/src/main/appended-resources/META-INF/LICENSE
    rave/trunk/rave-providers/rave-w3c-provider/pom.xml

Modified: rave/trunk/README.txt
URL: http://svn.apache.org/viewvc/rave/trunk/README.txt?rev=1306632&r1=1306631&r2=1306632&view=diff
==============================================================================
--- rave/trunk/README.txt (original)
+++ rave/trunk/README.txt Wed Mar 28 22:55:06 2012
@@ -1,4 +1,4 @@
-Apache Rave (incubating) - README.txt
+Apache Rave - README.txt
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
@@ -15,16 +15,6 @@ For the OpenSocial container and service
 integrated. At a later stage further generalization is envisioned to also
 transparently support W3C Widgets using Apache Wookie.
 
-Disclaimer
-==========
-Apache Rave is an effort undergoing incubation at The Apache Software
-Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required
-of all newly accepted projects until a further review indicates that the
-infrastructure, communications, and decision making process have stabilized in a
-manner consistent with other successful ASF projects. While incubation status is
-not necessarily a reflection of the completeness or stability of the code, it
-does indicate that the project has yet to be fully endorsed by the ASF.
-
 Release Notes
 =============
  - Added new runtime capability to override shindig host.  Add -Dshindig.host=servername to $JAVA_OPTS to override the localhost setting
@@ -33,10 +23,10 @@ Release Notes
 Getting Started
 ===============
 Please visit the project website for the latest information:
-    http://incubator.apache.org/rave/
+    http://rave.apache.org/
 
 Along with the developer mailing list archive:
-    http://mail-archives.apache.org/mod_mbox/incubator-rave-dev/
+    http://mail-archives.apache.org/mod_mbox/rave-dev/
 
 
 System Requirements
@@ -60,7 +50,7 @@ To build from source code:
     unless changes are needed on general and global level.
     
     If so needed, the Rave Master project can be checked out from:
-      http://svn.apache.org/repos/asf/incubator/rave/rave-master-pom/trunk rave-master-pom
+      http://svn.apache.org/repos/asf/rave/rave-master-pom/trunk rave-master-pom
 
     After check out, cd into rave-master-pom and invoke maven to install it using:
       $mvn install

Modified: rave/trunk/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/pom.xml?rev=1306632&r1=1306631&r2=1306632&view=diff
==============================================================================
--- rave/trunk/pom.xml (original)
+++ rave/trunk/pom.xml Wed Mar 28 22:55:06 2012
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-master</artifactId>
-        <version>0.8-incubating</version>
+        <version>0.9-SNAPSHOT</version>
         <relativePath>../rave-master-pom/pom.xml</relativePath>
     </parent>
 
@@ -35,12 +35,12 @@
     <name>Apache Rave :: rave-project</name>
     <description>Apache Rave Project</description>
     <packaging>pom</packaging>
-    <version>0.10-incubating-SNAPSHOT</version>
+    <version>0.10-SNAPSHOT</version>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/rave/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/rave/trunk</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/rave/trunk/</url>
+        <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>
     </scm>
 
     <properties>

Modified: rave/trunk/rave-components/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-components/pom.xml?rev=1306632&r1=1306631&r2=1306632&view=diff
==============================================================================
--- rave/trunk/rave-components/pom.xml (original)
+++ rave/trunk/rave-components/pom.xml Wed Mar 28 22:55:06 2012
@@ -26,10 +26,9 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.rave</groupId>
     <artifactId>rave-components</artifactId>
     <name>Apache Rave :: rave-components</name>
     <description>Apache Rave Components</description>

Modified: rave/trunk/rave-components/rave-commons/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-components/rave-commons/pom.xml?rev=1306632&r1=1306631&r2=1306632&view=diff
==============================================================================
--- rave/trunk/rave-components/rave-commons/pom.xml (original)
+++ rave/trunk/rave-components/rave-commons/pom.xml Wed Mar 28 22:55:06 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-components</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10-SNAPSHOT</version>
     </parent>
 
     <artifactId>rave-commons</artifactId>

Propchange: rave/trunk/rave-components/rave-commons/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: rave/trunk/rave-components/rave-commons/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: rave/trunk/rave-components/rave-commons/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: rave/trunk/rave-components/rave-core/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-components/rave-core/pom.xml?rev=1306632&r1=1306631&r2=1306632&view=diff
==============================================================================
--- rave/trunk/rave-components/rave-core/pom.xml (original)
+++ rave/trunk/rave-components/rave-core/pom.xml Wed Mar 28 22:55:06 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-components</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10-SNAPSHOT</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=1306632&r1=1306631&r2=1306632&view=diff
==============================================================================
--- rave/trunk/rave-components/rave-web/pom.xml (original)
+++ rave/trunk/rave-components/rave-web/pom.xml Wed Mar 28 22:55:06 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-components</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10-SNAPSHOT</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=1306632&r1=1306631&r2=1306632&view=diff
==============================================================================
--- rave/trunk/rave-demo-gadgets/pom.xml (original)
+++ rave/trunk/rave-demo-gadgets/pom.xml Wed Mar 28 22:55:06 2012
@@ -17,7 +17,7 @@
   specific language governing permissions and limitations
   under the License.
 
-  $Id:$
+  $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">
 	<modelVersion>4.0.0</modelVersion>
@@ -25,13 +25,11 @@
 	<parent>
 		<groupId>org.apache.rave</groupId>
 		<artifactId>rave-project</artifactId>
-		<version>0.10-incubating-SNAPSHOT</version>
+		<version>0.10-SNAPSHOT</version>
 	</parent>
 
-	<groupId>org.apache.rave</groupId>
 	<artifactId>rave-demo-gadgets</artifactId>
 	<packaging>war</packaging>
-	<version>0.10-incubating-SNAPSHOT</version>
 	<name>Apache Rave :: Demo Gadgets</name>
     <description>Apache Rave Demo Gadgets</description>
     <build>

Propchange: rave/trunk/rave-demo-gadgets/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: rave/trunk/rave-demo-gadgets/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: rave/trunk/rave-demo-gadgets/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: rave/trunk/rave-portal-dependencies/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-portal-dependencies/pom.xml?rev=1306632&r1=1306631&r2=1306632&view=diff
==============================================================================
--- rave/trunk/rave-portal-dependencies/pom.xml (original)
+++ rave/trunk/rave-portal-dependencies/pom.xml Wed Mar 28 22:55:06 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-project</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10-SNAPSHOT</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=1306632&r1=1306631&r2=1306632&view=diff
==============================================================================
--- rave/trunk/rave-portal-resources/pom.xml (original)
+++ rave/trunk/rave-portal-resources/pom.xml Wed Mar 28 22:55:06 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-project</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10-SNAPSHOT</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=1306632&r1=1306631&r2=1306632&view=diff
==============================================================================
--- rave/trunk/rave-portal/pom.xml (original)
+++ rave/trunk/rave-portal/pom.xml Wed Mar 28 22:55:06 2012
@@ -26,10 +26,9 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.rave</groupId>
     <artifactId>rave-portal</artifactId>
     <name>Apache Rave :: rave-portal</name>
     <description>Apache Rave Portal</description>

Modified: rave/trunk/rave-portal/src/main/appended-resources/META-INF/LICENSE
URL: http://svn.apache.org/viewvc/rave/trunk/rave-portal/src/main/appended-resources/META-INF/LICENSE?rev=1306632&r1=1306631&r2=1306632&view=diff
==============================================================================
--- rave/trunk/rave-portal/src/main/appended-resources/META-INF/LICENSE (original)
+++ rave/trunk/rave-portal/src/main/appended-resources/META-INF/LICENSE Wed Mar 28 22:55:06 2012
@@ -1,6 +1,6 @@
 ===============================================================================
 
-The Apache Rave (inclubating) distribution includes a number of subcomponents
+The Apache Rave distribution includes a number of subcomponents
 with separate copyright notices and license terms. Your use of the
 code for the these subcomponents is subject to the terms and
 conditions of the following licenses.

Modified: rave/trunk/rave-portal/src/main/assembly/distbin.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-portal/src/main/assembly/distbin.xml?rev=1306632&r1=1306631&r2=1306632&view=diff
==============================================================================
--- rave/trunk/rave-portal/src/main/assembly/distbin.xml (original)
+++ rave/trunk/rave-portal/src/main/assembly/distbin.xml Wed Mar 28 22:55:06 2012
@@ -58,7 +58,6 @@
 		<fileMode>0644</fileMode>
       <directory>${project.basedir}/..</directory>
       <includes>
-        <include>DISCLAIMER</include>
         <include>CHANGELOG</include>
       </includes>
       <outputDirectory>/</outputDirectory>

Modified: rave/trunk/rave-portal/src/main/dist/README
URL: http://svn.apache.org/viewvc/rave/trunk/rave-portal/src/main/dist/README?rev=1306632&r1=1306631&r2=1306632&view=diff
==============================================================================
--- rave/trunk/rave-portal/src/main/dist/README (original)
+++ rave/trunk/rave-portal/src/main/dist/README Wed Mar 28 22:55:06 2012
@@ -2,7 +2,7 @@ Apache Rave Demo - README
 
 ABOUT
 
-Apache Rave is a new web and social mashup engine. Its goal is to provide an out-of-the-box as well as an extendible lightweight Java platform to host, serve and aggregate (Open)Social Gadgets and services through a highly customizable and Web 2.0 friendly front-end. For more information, see http://incubator.apache.org/rave/
+Apache Rave is a new web and social mashup engine. Its goal is to provide an out-of-the-box as well as an extendible lightweight Java platform to host, serve and aggregate (Open)Social Gadgets and services through a highly customizable and Web 2.0 friendly front-end. For more information, see http://rave.apache.org/
 
 The binary release includes Tomcat 6 and two WAR files: Apache Rave and Apache Shindig.  This is a self-contained release: you should be able to run Rave with no additional downloads.
 
@@ -31,9 +31,8 @@ This is a very early release of Rave tha
 
 LINKS/REFERENCES
 
-Apache Rave Incubator Web Site: http://incubator.apache.org/rave/
-Apache Rave Source Code (SVN Browse): http://svn.apache.org/viewvc/incubator/rave/
+Apache Rave Web Site: http://rave.apache.org/
+Apache Rave Source Code (SVN Browse): http://svn.apache.org/viewvc/rave/
 Apache Rave Issue Tracker: https://issues.apache.org/jira/browse/rave
-Apache Rave Mailing Lists: http://incubator.apache.org/rave/mailing-lists.html
-Apache Incubator (General Information): http://incubator.apache.org/
+Apache Rave Mailing Lists: http://rave.apache.org/mailing-lists.html
 

Modified: rave/trunk/rave-providers/pom.xml
URL: http://svn.apache.org/viewvc/rave/trunk/rave-providers/pom.xml?rev=1306632&r1=1306631&r2=1306632&view=diff
==============================================================================
--- rave/trunk/rave-providers/pom.xml (original)
+++ rave/trunk/rave-providers/pom.xml Wed Mar 28 22:55:06 2012
@@ -26,10 +26,9 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-project</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.rave</groupId>
     <artifactId>rave-providers</artifactId>
     <name>Apache Rave :: rave-providers</name>
     <description>Apache Rave Providers</description>

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=1306632&r1=1306631&r2=1306632&view=diff
==============================================================================
--- rave/trunk/rave-providers/rave-opensocial-provider/pom.xml (original)
+++ rave/trunk/rave-providers/rave-opensocial-provider/pom.xml Wed Mar 28 22:55:06 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-providers</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10-SNAPSHOT</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=1306632&r1=1306631&r2=1306632&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 Wed Mar 28 22:55:06 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-opensocial-provider</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10-SNAPSHOT</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=1306632&r1=1306631&r2=1306632&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 Wed Mar 28 22:55:06 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-opensocial-provider</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10-SNAPSHOT</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=1306632&r1=1306631&r2=1306632&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 Wed Mar 28 22:55:06 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-opensocial-provider</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10-SNAPSHOT</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=1306632&r1=1306631&r2=1306632&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 Wed Mar 28 22:55:06 2012
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.rave</groupId>
         <artifactId>rave-opensocial-server</artifactId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10-SNAPSHOT</version>
     </parent>
 
     <artifactId>rave-shindig</artifactId>

Modified: rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/src/main/appended-resources/META-INF/LICENSE
URL: http://svn.apache.org/viewvc/rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/src/main/appended-resources/META-INF/LICENSE?rev=1306632&r1=1306631&r2=1306632&view=diff
==============================================================================
--- rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/src/main/appended-resources/META-INF/LICENSE (original)
+++ rave/trunk/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/src/main/appended-resources/META-INF/LICENSE Wed Mar 28 22:55:06 2012
@@ -1,6 +1,6 @@
 ===============================================================================
 
-The Apache Rave (inclubating) distribution includes a number of subcomponents
+The Apache Rave distribution includes a number of subcomponents
 with separate copyright notices and license terms. Your use of the
 code for the these subcomponents is subject to the terms and
 conditions of the following licenses.

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=1306632&r1=1306631&r2=1306632&view=diff
==============================================================================
--- rave/trunk/rave-providers/rave-w3c-provider/pom.xml (original)
+++ rave/trunk/rave-providers/rave-w3c-provider/pom.xml Wed Mar 28 22:55:06 2012
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>rave-providers</artifactId>
         <groupId>org.apache.rave</groupId>
-        <version>0.10-incubating-SNAPSHOT</version>
+        <version>0.10-SNAPSHOT</version>
     </parent>
 
     <artifactId>rave-w3c-provider</artifactId>