[maven-release-plugin] prepare release 0.23 git-svn-id: https://svn.apache.org/repos/asf/rave/trunk@1553215 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/0749f61d Tree: http://git-wip-us.apache.org/repos/asf/rave/tree/0749f61d Diff: http://git-wip-us.apache.org/repos/asf/rave/diff/0749f61d Branch: refs/heads/angular Commit: 0749f61d5787e31bcce94d959816f765c50bcc66 Parents: 34b040d Author: Matthew B. Franklin <[email protected]> Authored: Mon Dec 23 21:18:40 2013 +0000 Committer: Matthew B. Franklin <[email protected]> Committed: Mon Dec 23 21:18:40 2013 +0000 ---------------------------------------------------------------------- pom.xml | 10 +++++----- 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-client/pom.xml | 2 +- .../rave-opensocial-provider/rave-opensocial-core/pom.xml | 2 +- .../rave-opensocial-server/pom.xml | 2 +- .../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, 31 insertions(+), 31 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6e63382..7e7daba 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rave</groupId> <artifactId>rave-master</artifactId> - <version>0.23-SNAPSHOT</version> + <version>0.23</version> <relativePath>../rave-master-pom/pom.xml</relativePath> </parent> @@ -32,12 +32,12 @@ <name>Apache Rave :: rave-project</name> <description>Apache Rave Project</description> <packaging>pom</packaging> - <version>0.23-SNAPSHOT</version> + <version>0.23</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.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> </scm> <properties> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/rave-components/pom.xml ---------------------------------------------------------------------- diff --git a/rave-components/pom.xml b/rave-components/pom.xml index 578e04e..b04fdce 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-SNAPSHOT</version> + <version>0.23</version> </parent> <artifactId>rave-components</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/rave-components/rave-commons/pom.xml ---------------------------------------------------------------------- diff --git a/rave-components/rave-commons/pom.xml b/rave-components/rave-commons/pom.xml index 3ef9582..3b1134c 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-SNAPSHOT</version> + <version>0.23</version> </parent> <artifactId>rave-commons</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/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 3f5fc8e..2802d93 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-SNAPSHOT</version> + <version>0.23</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/rave-components/rave-core/pom.xml ---------------------------------------------------------------------- diff --git a/rave-components/rave-core/pom.xml b/rave-components/rave-core/pom.xml index 9ac88b3..474fd90 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-SNAPSHOT</version> + <version>0.23</version> </parent> <artifactId>rave-core</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/rave-components/rave-jpa/pom.xml ---------------------------------------------------------------------- diff --git a/rave-components/rave-jpa/pom.xml b/rave-components/rave-jpa/pom.xml index 0c180df..54e170c 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-SNAPSHOT</version> + <version>0.23</version> </parent> <artifactId>rave-jpa</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/rave-components/rave-mongodb/pom.xml ---------------------------------------------------------------------- diff --git a/rave-components/rave-mongodb/pom.xml b/rave-components/rave-mongodb/pom.xml index b9c2d30..12a0c37 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-SNAPSHOT</version> + <version>0.23</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/rave-components/rave-web/pom.xml ---------------------------------------------------------------------- diff --git a/rave-components/rave-web/pom.xml b/rave-components/rave-web/pom.xml index 55daab3..333ea8c 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-SNAPSHOT</version> + <version>0.23</version> </parent> <artifactId>rave-web</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/rave-custom-project-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/rave-custom-project-archetype/pom.xml b/rave-custom-project-archetype/pom.xml index 16e3069..5941dc2 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-SNAPSHOT</version> + <version>0.23</version> </parent> <artifactId>rave-custom-project-archetype</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/rave-demo-gadgets/pom.xml ---------------------------------------------------------------------- diff --git a/rave-demo-gadgets/pom.xml b/rave-demo-gadgets/pom.xml index c255449..029923b 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-SNAPSHOT</version> + <version>0.23</version> </parent> <artifactId>rave-demo-gadgets</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/rave-integration-tests/pom.xml ---------------------------------------------------------------------- diff --git a/rave-integration-tests/pom.xml b/rave-integration-tests/pom.xml index 95054e9..032a46f 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-SNAPSHOT</version> + <version>0.23</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/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 3c96322..ba33443 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-SNAPSHOT</version> + <version>0.23</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/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 b65d563..8063d51 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-SNAPSHOT</version> + <version>0.23</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/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 7ea764d..479a1f9 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-SNAPSHOT</version> + <version>0.23</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/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 99ace83..8654fee 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-SNAPSHOT</version> + <version>0.23</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/rave-portal-dependencies/pom.xml ---------------------------------------------------------------------- diff --git a/rave-portal-dependencies/pom.xml b/rave-portal-dependencies/pom.xml index c731c93..7fcad46 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-SNAPSHOT</version> + <version>0.23</version> </parent> <artifactId>rave-portal-dependencies</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/rave-portal-resources/pom.xml ---------------------------------------------------------------------- diff --git a/rave-portal-resources/pom.xml b/rave-portal-resources/pom.xml index f202c1b..79cc071 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-SNAPSHOT</version> + <version>0.23</version> </parent> <artifactId>rave-portal-resources</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/rave-portal/pom.xml ---------------------------------------------------------------------- diff --git a/rave-portal/pom.xml b/rave-portal/pom.xml index 6ca2852..8219f57 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-SNAPSHOT</version> + <version>0.23</version> </parent> <artifactId>rave-portal</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/rave-providers/pom.xml ---------------------------------------------------------------------- diff --git a/rave-providers/pom.xml b/rave-providers/pom.xml index faf80ce..55f0306 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-SNAPSHOT</version> + <version>0.23</version> </parent> <artifactId>rave-providers</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/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 204d548..0c30b05 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-SNAPSHOT</version> + <version>0.23</version> </parent> <artifactId>rave-opensocial-provider</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/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 a6c8643..90a554a 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-SNAPSHOT</version> + <version>0.23</version> </parent> <artifactId>rave-opensocial-client</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/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 bdff0e8..b807da9 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-SNAPSHOT</version> + <version>0.23</version> </parent> <artifactId>rave-opensocial-core</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/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 daddaa9..ca50aa1 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-SNAPSHOT</version> + <version>0.23</version> </parent> <artifactId>rave-opensocial-server</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/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 4b7e6cf..e8d4fc2 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-SNAPSHOT</version> + <version>0.23</version> </parent> <artifactId>rave-shindig-dependencies</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/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 20f296c..4ac1030 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-SNAPSHOT</version> + <version>0.23</version> </parent> <artifactId>rave-shindig-resources</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/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 35bf951..c71406f 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-SNAPSHOT</version> + <version>0.23</version> </parent> <artifactId>rave-shindig</artifactId> http://git-wip-us.apache.org/repos/asf/rave/blob/0749f61d/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 6ee8868..b053f6e 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-SNAPSHOT</version> + <version>0.23</version> </parent> <artifactId>rave-w3c-provider</artifactId>
