[maven-release-plugin] prepare for next development iteration git-svn-id: https://svn.apache.org/repos/asf/rave/trunk@1553217 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/rave/repo Commit: http://git-wip-us.apache.org/repos/asf/rave/commit/89289452 Tree: http://git-wip-us.apache.org/repos/asf/rave/tree/89289452 Diff: http://git-wip-us.apache.org/repos/asf/rave/diff/89289452 Branch: refs/heads/angular Commit: 8928945214a34a0968c2e36a51776cd806610e55 Parents: 0749f61 Author: Matthew B. Franklin <[email protected]> Authored: Mon Dec 23 21:18:48 2013 +0000 Committer: Matthew B. Franklin <[email protected]> Committed: Mon Dec 23 21:18:48 2013 +0000 ---------------------------------------------------------------------- pom.xml | 8 ++++---- rave-components/pom.xml | 2 +- rave-components/rave-commons/pom.xml | 2 +- rave-components/rave-core-api/pom.xml | 2 +- rave-components/rave-core/pom.xml | 2 +- rave-components/rave-jpa/pom.xml | 2 +- rave-components/rave-mongodb/pom.xml | 2 +- rave-components/rave-web/pom.xml | 2 +- rave-custom-project-archetype/pom.xml | 2 +- rave-demo-gadgets/pom.xml | 2 +- rave-integration-tests/pom.xml | 2 +- rave-integration-tests/rave-admin-tests/pom.xml | 2 +- rave-integration-tests/rave-core-tests/pom.xml | 2 +- rave-integration-tests/rave-default-account-tests/pom.xml | 2 +- rave-integration-tests/rave-newuser-tests/pom.xml | 2 +- rave-portal-dependencies/pom.xml | 2 +- rave-portal-resources/pom.xml | 2 +- rave-portal/pom.xml | 2 +- rave-providers/pom.xml | 2 +- rave-providers/rave-opensocial-provider/pom.xml | 2 +- .../rave-opensocial-provider/rave-opensocial-client/pom.xml | 2 +- .../rave-opensocial-provider/rave-opensocial-core/pom.xml | 2 +- .../rave-opensocial-provider/rave-opensocial-server/pom.xml | 2 +- .../rave-opensocial-server/rave-shindig-dependencies/pom.xml | 2 +- .../rave-opensocial-server/rave-shindig-resources/pom.xml | 2 +- .../rave-opensocial-server/rave-shindig/pom.xml | 2 +- rave-providers/rave-w3c-provider/pom.xml | 2 +- 27 files changed, 30 insertions(+), 30 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7e7daba..c7ac54f 100644 --- a/pom.xml +++ b/pom.xml @@ -32,12 +32,12 @@ <name>Apache Rave :: rave-project</name> <description>Apache Rave Project</description> <packaging>pom</packaging> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/rave/tags/0.23</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/rave/tags/0.23</developerConnection> - <url>http://svn.apache.org/viewvc/rave/tags/0.23</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> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-components/pom.xml ---------------------------------------------------------------------- diff --git a/rave-components/pom.xml b/rave-components/pom.xml index b04fdce..ccea0cc 100644 --- a/rave-components/pom.xml +++ b/rave-components/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rave</groupId> <artifactId>rave-project</artifactId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> </parent> <artifactId>rave-components</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-components/rave-commons/pom.xml ---------------------------------------------------------------------- diff --git a/rave-components/rave-commons/pom.xml b/rave-components/rave-commons/pom.xml index 3b1134c..b30fb2a 100644 --- a/rave-components/rave-commons/pom.xml +++ b/rave-components/rave-commons/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>rave-components</artifactId> <groupId>org.apache.rave</groupId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> </parent> <artifactId>rave-commons</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-components/rave-core-api/pom.xml ---------------------------------------------------------------------- diff --git a/rave-components/rave-core-api/pom.xml b/rave-components/rave-core-api/pom.xml index 2802d93..1c31f6d 100644 --- a/rave-components/rave-core-api/pom.xml +++ b/rave-components/rave-core-api/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>rave-components</artifactId> <groupId>org.apache.rave</groupId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-components/rave-core/pom.xml ---------------------------------------------------------------------- diff --git a/rave-components/rave-core/pom.xml b/rave-components/rave-core/pom.xml index 474fd90..8bd4f43 100644 --- a/rave-components/rave-core/pom.xml +++ b/rave-components/rave-core/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>rave-components</artifactId> <groupId>org.apache.rave</groupId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> </parent> <artifactId>rave-core</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-components/rave-jpa/pom.xml ---------------------------------------------------------------------- diff --git a/rave-components/rave-jpa/pom.xml b/rave-components/rave-jpa/pom.xml index 54e170c..7a7c14c 100644 --- a/rave-components/rave-jpa/pom.xml +++ b/rave-components/rave-jpa/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>rave-components</artifactId> <groupId>org.apache.rave</groupId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> </parent> <artifactId>rave-jpa</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-components/rave-mongodb/pom.xml ---------------------------------------------------------------------- diff --git a/rave-components/rave-mongodb/pom.xml b/rave-components/rave-mongodb/pom.xml index 12a0c37..9310a63 100644 --- a/rave-components/rave-mongodb/pom.xml +++ b/rave-components/rave-mongodb/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>rave-components</artifactId> <groupId>org.apache.rave</groupId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-components/rave-web/pom.xml ---------------------------------------------------------------------- diff --git a/rave-components/rave-web/pom.xml b/rave-components/rave-web/pom.xml index 333ea8c..b79b28f 100644 --- a/rave-components/rave-web/pom.xml +++ b/rave-components/rave-web/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>rave-components</artifactId> <groupId>org.apache.rave</groupId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> </parent> <artifactId>rave-web</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-custom-project-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/rave-custom-project-archetype/pom.xml b/rave-custom-project-archetype/pom.xml index 5941dc2..769f778 100644 --- a/rave-custom-project-archetype/pom.xml +++ b/rave-custom-project-archetype/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.rave</groupId> <artifactId>rave-project</artifactId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> </parent> <artifactId>rave-custom-project-archetype</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-demo-gadgets/pom.xml ---------------------------------------------------------------------- diff --git a/rave-demo-gadgets/pom.xml b/rave-demo-gadgets/pom.xml index 029923b..b7981fb 100644 --- a/rave-demo-gadgets/pom.xml +++ b/rave-demo-gadgets/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rave</groupId> <artifactId>rave-project</artifactId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> </parent> <artifactId>rave-demo-gadgets</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-integration-tests/pom.xml ---------------------------------------------------------------------- diff --git a/rave-integration-tests/pom.xml b/rave-integration-tests/pom.xml index 032a46f..bcb7bd0 100644 --- a/rave-integration-tests/pom.xml +++ b/rave-integration-tests/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rave</groupId> <artifactId>rave-project</artifactId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-integration-tests/rave-admin-tests/pom.xml ---------------------------------------------------------------------- diff --git a/rave-integration-tests/rave-admin-tests/pom.xml b/rave-integration-tests/rave-admin-tests/pom.xml index ba33443..97cb10d 100644 --- a/rave-integration-tests/rave-admin-tests/pom.xml +++ b/rave-integration-tests/rave-admin-tests/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.rave.integration-tests</groupId> <artifactId>rave-integration-tests</artifactId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-integration-tests/rave-core-tests/pom.xml ---------------------------------------------------------------------- diff --git a/rave-integration-tests/rave-core-tests/pom.xml b/rave-integration-tests/rave-core-tests/pom.xml index 8063d51..70fa390 100644 --- a/rave-integration-tests/rave-core-tests/pom.xml +++ b/rave-integration-tests/rave-core-tests/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.rave.integration-tests</groupId> <artifactId>rave-integration-tests</artifactId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-integration-tests/rave-default-account-tests/pom.xml ---------------------------------------------------------------------- diff --git a/rave-integration-tests/rave-default-account-tests/pom.xml b/rave-integration-tests/rave-default-account-tests/pom.xml index 479a1f9..f99b535 100644 --- a/rave-integration-tests/rave-default-account-tests/pom.xml +++ b/rave-integration-tests/rave-default-account-tests/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.rave.integration-tests</groupId> <artifactId>rave-integration-tests</artifactId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-integration-tests/rave-newuser-tests/pom.xml ---------------------------------------------------------------------- diff --git a/rave-integration-tests/rave-newuser-tests/pom.xml b/rave-integration-tests/rave-newuser-tests/pom.xml index 8654fee..842c0e2 100644 --- a/rave-integration-tests/rave-newuser-tests/pom.xml +++ b/rave-integration-tests/rave-newuser-tests/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.rave.integration-tests</groupId> <artifactId>rave-integration-tests</artifactId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-portal-dependencies/pom.xml ---------------------------------------------------------------------- diff --git a/rave-portal-dependencies/pom.xml b/rave-portal-dependencies/pom.xml index 7fcad46..54a3afc 100644 --- a/rave-portal-dependencies/pom.xml +++ b/rave-portal-dependencies/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>rave-project</artifactId> <groupId>org.apache.rave</groupId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> </parent> <artifactId>rave-portal-dependencies</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-portal-resources/pom.xml ---------------------------------------------------------------------- diff --git a/rave-portal-resources/pom.xml b/rave-portal-resources/pom.xml index 79cc071..65a1ad0 100644 --- a/rave-portal-resources/pom.xml +++ b/rave-portal-resources/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>rave-project</artifactId> <groupId>org.apache.rave</groupId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> </parent> <artifactId>rave-portal-resources</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-portal/pom.xml ---------------------------------------------------------------------- diff --git a/rave-portal/pom.xml b/rave-portal/pom.xml index 8219f57..34df05a 100644 --- a/rave-portal/pom.xml +++ b/rave-portal/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rave</groupId> <artifactId>rave-project</artifactId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> </parent> <artifactId>rave-portal</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-providers/pom.xml ---------------------------------------------------------------------- diff --git a/rave-providers/pom.xml b/rave-providers/pom.xml index 55f0306..91b14df 100644 --- a/rave-providers/pom.xml +++ b/rave-providers/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.rave</groupId> <artifactId>rave-project</artifactId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> </parent> <artifactId>rave-providers</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-providers/rave-opensocial-provider/pom.xml ---------------------------------------------------------------------- diff --git a/rave-providers/rave-opensocial-provider/pom.xml b/rave-providers/rave-opensocial-provider/pom.xml index 0c30b05..63411bf 100644 --- a/rave-providers/rave-opensocial-provider/pom.xml +++ b/rave-providers/rave-opensocial-provider/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>rave-providers</artifactId> <groupId>org.apache.rave</groupId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> </parent> <artifactId>rave-opensocial-provider</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-providers/rave-opensocial-provider/rave-opensocial-client/pom.xml ---------------------------------------------------------------------- diff --git a/rave-providers/rave-opensocial-provider/rave-opensocial-client/pom.xml b/rave-providers/rave-opensocial-provider/rave-opensocial-client/pom.xml index 90a554a..68278e2 100644 --- a/rave-providers/rave-opensocial-provider/rave-opensocial-client/pom.xml +++ b/rave-providers/rave-opensocial-provider/rave-opensocial-client/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>rave-opensocial-provider</artifactId> <groupId>org.apache.rave</groupId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> </parent> <artifactId>rave-opensocial-client</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-providers/rave-opensocial-provider/rave-opensocial-core/pom.xml ---------------------------------------------------------------------- diff --git a/rave-providers/rave-opensocial-provider/rave-opensocial-core/pom.xml b/rave-providers/rave-opensocial-provider/rave-opensocial-core/pom.xml index b807da9..9b62b16 100644 --- a/rave-providers/rave-opensocial-provider/rave-opensocial-core/pom.xml +++ b/rave-providers/rave-opensocial-provider/rave-opensocial-core/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>rave-opensocial-provider</artifactId> <groupId>org.apache.rave</groupId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> </parent> <artifactId>rave-opensocial-core</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-providers/rave-opensocial-provider/rave-opensocial-server/pom.xml ---------------------------------------------------------------------- diff --git a/rave-providers/rave-opensocial-provider/rave-opensocial-server/pom.xml b/rave-providers/rave-opensocial-provider/rave-opensocial-server/pom.xml index ca50aa1..8ed21de 100644 --- a/rave-providers/rave-opensocial-provider/rave-opensocial-server/pom.xml +++ b/rave-providers/rave-opensocial-provider/rave-opensocial-server/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>rave-opensocial-provider</artifactId> <groupId>org.apache.rave</groupId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> </parent> <artifactId>rave-opensocial-server</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-dependencies/pom.xml ---------------------------------------------------------------------- diff --git a/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-dependencies/pom.xml b/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-dependencies/pom.xml index e8d4fc2..0e35f19 100644 --- a/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-dependencies/pom.xml +++ b/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-dependencies/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>rave-opensocial-server</artifactId> <groupId>org.apache.rave</groupId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> </parent> <artifactId>rave-shindig-dependencies</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-resources/pom.xml ---------------------------------------------------------------------- diff --git a/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-resources/pom.xml b/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-resources/pom.xml index 4ac1030..8ce3fff 100644 --- a/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-resources/pom.xml +++ b/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-resources/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>rave-opensocial-server</artifactId> <groupId>org.apache.rave</groupId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> </parent> <artifactId>rave-shindig-resources</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml ---------------------------------------------------------------------- diff --git a/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml b/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml index c71406f..4fdb4c6 100644 --- a/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml +++ b/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.rave</groupId> <artifactId>rave-opensocial-server</artifactId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> </parent> <artifactId>rave-shindig</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/89289452/rave-providers/rave-w3c-provider/pom.xml ---------------------------------------------------------------------- diff --git a/rave-providers/rave-w3c-provider/pom.xml b/rave-providers/rave-w3c-provider/pom.xml index b053f6e..8fbb6bf 100644 --- a/rave-providers/rave-w3c-provider/pom.xml +++ b/rave-providers/rave-w3c-provider/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>rave-providers</artifactId> <groupId>org.apache.rave</groupId> - <version>0.23</version> + <version>0.24-SNAPSHOT</version> </parent> <artifactId>rave-w3c-provider</artifactId>
