Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release 0.12
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/rave/trunk@1344846 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jashaj committed May 31, 2012
1 parent 28f8111 commit 0e6420d
Show file tree
Hide file tree
Showing 21 changed files with 37 additions and 42 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -568,7 +568,7 @@
</goals>
</pluginExecutionFilter>
<action>
<execute/>
<execute />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -581,7 +581,7 @@
</goals>
</pluginExecutionFilter>
<action>
<execute/>
<execute />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -594,7 +594,7 @@
</goals>
</pluginExecutionFilter>
<action>
<execute/>
<execute />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -608,7 +608,7 @@
</goals>
</pluginExecutionFilter>
<action>
<execute/>
<execute />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down
2 changes: 1 addition & 1 deletion rave-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion rave-components/rave-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion rave-components/rave-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion rave-components/rave-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion rave-demo-gadgets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
13 changes: 6 additions & 7 deletions rave-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -205,7 +204,7 @@
<includes>
<include>**/*Stories.java</include>
</includes>
<excludes/>
<excludes />
<generateViewAfterStories>true</generateViewAfterStories>
<ignoreFailureInStories>true</ignoreFailureInStories>
<ignoreFailureInView>true</ignoreFailureInView>
Expand Down Expand Up @@ -240,7 +239,7 @@
<configuration>
<target>
<delete>
<fileset dir="/tmp" includes="rave_db*"/>
<fileset dir="/tmp" includes="rave_db*" />
</delete>
</target>
</configuration>
Expand Down
5 changes: 2 additions & 3 deletions rave-integration-tests/rave-admin-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

Expand Down
5 changes: 2 additions & 3 deletions rave-integration-tests/rave-core-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

Expand Down
5 changes: 2 additions & 3 deletions rave-integration-tests/rave-default-account-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

Expand Down
5 changes: 2 additions & 3 deletions rave-integration-tests/rave-newuser-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion rave-portal-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion rave-portal-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion rave-portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion rave-providers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion rave-providers/rave-opensocial-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion rave-providers/rave-w3c-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0e6420d

Please sign in to comment.