Guys, what happened to this commit? Somehow the angular branch is now set back to version 0.23-SNAPSHOT. This is a really bad thing because people who work in both trunk and the angular branch could very easily wind up with a mis-matched build. This could also be part of the problem other people are seeing with compile errors (speculation).
Chris ---------- Forwarded message ---------- From: <[email protected]> Date: Thu, Jul 11, 2013 at 2:44 PM Subject: svn commit: r1502378 - in /rave/branches/angular: ./ rave-components/ rave-components/rave-commons/ rave-components/rave-core-api/ rave-components/rave-core/ rave-components/rave-jpa/ rave-components/rave-mongodb/ rave-components/rave-web/ rave-custom-... To: [email protected] Author: mfranklin Date: Thu Jul 11 21:44:18 2013 New Revision: 1502378 URL: http://svn.apache.org/r1502378 Log: Modified POM version for branch to not collide with trunk Modified: rave/branches/angular/pom.xml rave/branches/angular/rave-components/pom.xml rave/branches/angular/rave-components/rave-commons/pom.xml rave/branches/angular/rave-components/rave-core-api/pom.xml rave/branches/angular/rave-components/rave-core/pom.xml rave/branches/angular/rave-components/rave-jpa/pom.xml rave/branches/angular/rave-components/rave-mongodb/pom.xml rave/branches/angular/rave-components/rave-web/pom.xml rave/branches/angular/rave-custom-project-archetype/pom.xml rave/branches/angular/rave-demo-gadgets/pom.xml rave/branches/angular/rave-integration-tests/pom.xml rave/branches/angular/rave-integration-tests/rave-admin-tests/pom.xml rave/branches/angular/rave-integration-tests/rave-core-tests/pom.xml rave/branches/angular/rave-integration-tests/rave-default-account-tests/pom.xml rave/branches/angular/rave-integration-tests/rave-newuser-tests/pom.xml rave/branches/angular/rave-portal-dependencies/pom.xml rave/branches/angular/rave-portal-resources/pom.xml rave/branches/angular/rave-portal/pom.xml rave/branches/angular/rave-providers/pom.xml rave/branches/angular/rave-providers/rave-opensocial-provider/pom.xml rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-client/pom.xml rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-core/pom.xml rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-server/pom.xml rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-dependencies/pom.xml rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-resources/pom.xml rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml rave/branches/angular/rave-providers/rave-w3c-provider/pom.xml Modified: rave/branches/angular/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/pom.xml (original) +++ rave/branches/angular/pom.xml Thu Jul 11 21:44:18 2013 @@ -33,7 +33,7 @@ <name>Apache Rave :: rave-project</name> <description>Apache Rave Project</description> <packaging>pom</packaging> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/rave/trunk </connection> Modified: rave/branches/angular/rave-components/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-components/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-components/pom.xml (original) +++ rave/branches/angular/rave-components/pom.xml Thu Jul 11 21:44:18 2013 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rave</groupId> <artifactId>rave-project</artifactId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> </parent> <artifactId>rave-components</artifactId> Modified: rave/branches/angular/rave-components/rave-commons/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-components/rave-commons/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-components/rave-commons/pom.xml (original) +++ rave/branches/angular/rave-components/rave-commons/pom.xml Thu Jul 11 21:44:18 2013 @@ -24,7 +24,7 @@ <parent> <artifactId>rave-components</artifactId> <groupId>org.apache.rave</groupId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> </parent> <artifactId>rave-commons</artifactId> Modified: rave/branches/angular/rave-components/rave-core-api/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-components/rave-core-api/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-components/rave-core-api/pom.xml (original) +++ rave/branches/angular/rave-components/rave-core-api/pom.xml Thu Jul 11 21:44:18 2013 @@ -22,7 +22,7 @@ <parent> <artifactId>rave-components</artifactId> <groupId>org.apache.rave</groupId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -52,4 +52,4 @@ </dependency> </dependencies> -</project> \ No newline at end of file +</project> Modified: rave/branches/angular/rave-components/rave-core/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-components/rave-core/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-components/rave-core/pom.xml (original) +++ rave/branches/angular/rave-components/rave-core/pom.xml Thu Jul 11 21:44:18 2013 @@ -24,7 +24,7 @@ <parent> <artifactId>rave-components</artifactId> <groupId>org.apache.rave</groupId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> </parent> <artifactId>rave-core</artifactId> Modified: rave/branches/angular/rave-components/rave-jpa/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-components/rave-jpa/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-components/rave-jpa/pom.xml (original) +++ rave/branches/angular/rave-components/rave-jpa/pom.xml Thu Jul 11 21:44:18 2013 @@ -24,7 +24,7 @@ <parent> <artifactId>rave-components</artifactId> <groupId>org.apache.rave</groupId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> </parent> <artifactId>rave-jpa</artifactId> Modified: rave/branches/angular/rave-components/rave-mongodb/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-components/rave-mongodb/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-components/rave-mongodb/pom.xml (original) +++ rave/branches/angular/rave-components/rave-mongodb/pom.xml Thu Jul 11 21:44:18 2013 @@ -22,7 +22,7 @@ <parent> <artifactId>rave-components</artifactId> <groupId>org.apache.rave</groupId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: rave/branches/angular/rave-components/rave-web/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-components/rave-web/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-components/rave-web/pom.xml (original) +++ rave/branches/angular/rave-components/rave-web/pom.xml Thu Jul 11 21:44:18 2013 @@ -26,7 +26,7 @@ <parent> <artifactId>rave-components</artifactId> <groupId>org.apache.rave</groupId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> </parent> <artifactId>rave-web</artifactId> Modified: rave/branches/angular/rave-custom-project-archetype/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-custom-project-archetype/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-custom-project-archetype/pom.xml (original) +++ rave/branches/angular/rave-custom-project-archetype/pom.xml Thu Jul 11 21:44:18 2013 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.rave</groupId> <artifactId>rave-project</artifactId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> </parent> <artifactId>rave-custom-project-archetype</artifactId> Modified: rave/branches/angular/rave-demo-gadgets/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-demo-gadgets/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-demo-gadgets/pom.xml (original) +++ rave/branches/angular/rave-demo-gadgets/pom.xml Thu Jul 11 21:44:18 2013 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.rave</groupId> <artifactId>rave-project</artifactId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> </parent> <artifactId>rave-demo-gadgets</artifactId> Modified: rave/branches/angular/rave-integration-tests/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-integration-tests/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-integration-tests/pom.xml (original) +++ rave/branches/angular/rave-integration-tests/pom.xml Thu Jul 11 21:44:18 2013 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rave</groupId> <artifactId>rave-project</artifactId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> Modified: rave/branches/angular/rave-integration-tests/rave-admin-tests/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-integration-tests/rave-admin-tests/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-integration-tests/rave-admin-tests/pom.xml (original) +++ rave/branches/angular/rave-integration-tests/rave-admin-tests/pom.xml Thu Jul 11 21:44:18 2013 @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.rave.integration-tests</groupId> <artifactId>rave-integration-tests</artifactId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> Modified: rave/branches/angular/rave-integration-tests/rave-core-tests/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-integration-tests/rave-core-tests/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-integration-tests/rave-core-tests/pom.xml (original) +++ rave/branches/angular/rave-integration-tests/rave-core-tests/pom.xml Thu Jul 11 21:44:18 2013 @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.rave.integration-tests</groupId> <artifactId>rave-integration-tests</artifactId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> Modified: rave/branches/angular/rave-integration-tests/rave-default-account-tests/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-integration-tests/rave-default-account-tests/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-integration-tests/rave-default-account-tests/pom.xml (original) +++ rave/branches/angular/rave-integration-tests/rave-default-account-tests/pom.xml Thu Jul 11 21:44:18 2013 @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.rave.integration-tests</groupId> <artifactId>rave-integration-tests</artifactId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> Modified: rave/branches/angular/rave-integration-tests/rave-newuser-tests/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-integration-tests/rave-newuser-tests/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-integration-tests/rave-newuser-tests/pom.xml (original) +++ rave/branches/angular/rave-integration-tests/rave-newuser-tests/pom.xml Thu Jul 11 21:44:18 2013 @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.rave.integration-tests</groupId> <artifactId>rave-integration-tests</artifactId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> Modified: rave/branches/angular/rave-portal-dependencies/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-portal-dependencies/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-portal-dependencies/pom.xml (original) +++ rave/branches/angular/rave-portal-dependencies/pom.xml Thu Jul 11 21:44:18 2013 @@ -26,7 +26,7 @@ <parent> <artifactId>rave-project</artifactId> <groupId>org.apache.rave</groupId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> </parent> <artifactId>rave-portal-dependencies</artifactId> Modified: rave/branches/angular/rave-portal-resources/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-portal-resources/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-portal-resources/pom.xml (original) +++ rave/branches/angular/rave-portal-resources/pom.xml Thu Jul 11 21:44:18 2013 @@ -24,7 +24,7 @@ <parent> <artifactId>rave-project</artifactId> <groupId>org.apache.rave</groupId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> </parent> <artifactId>rave-portal-resources</artifactId> Modified: rave/branches/angular/rave-portal/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-portal/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-portal/pom.xml (original) +++ rave/branches/angular/rave-portal/pom.xml Thu Jul 11 21:44:18 2013 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.rave</groupId> <artifactId>rave-project</artifactId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> </parent> <artifactId>rave-portal</artifactId> Modified: rave/branches/angular/rave-providers/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-providers/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-providers/pom.xml (original) +++ rave/branches/angular/rave-providers/pom.xml Thu Jul 11 21:44:18 2013 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.rave</groupId> <artifactId>rave-project</artifactId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> </parent> <artifactId>rave-providers</artifactId> Modified: rave/branches/angular/rave-providers/rave-opensocial-provider/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-providers/rave-opensocial-provider/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-providers/rave-opensocial-provider/pom.xml (original) +++ rave/branches/angular/rave-providers/rave-opensocial-provider/pom.xml Thu Jul 11 21:44:18 2013 @@ -26,7 +26,7 @@ <parent> <artifactId>rave-providers</artifactId> <groupId>org.apache.rave</groupId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> </parent> <artifactId>rave-opensocial-provider</artifactId> Modified: rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-client/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-client/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-client/pom.xml (original) +++ rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-client/pom.xml Thu Jul 11 21:44:18 2013 @@ -26,7 +26,7 @@ <parent> <artifactId>rave-opensocial-provider</artifactId> <groupId>org.apache.rave</groupId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> </parent> <artifactId>rave-opensocial-client</artifactId> Modified: rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-core/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-core/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-core/pom.xml (original) +++ rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-core/pom.xml Thu Jul 11 21:44:18 2013 @@ -26,7 +26,7 @@ <parent> <artifactId>rave-opensocial-provider</artifactId> <groupId>org.apache.rave</groupId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> </parent> <artifactId>rave-opensocial-core</artifactId> Modified: rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-server/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-server/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-server/pom.xml (original) +++ rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-server/pom.xml Thu Jul 11 21:44:18 2013 @@ -26,7 +26,7 @@ <parent> <artifactId>rave-opensocial-provider</artifactId> <groupId>org.apache.rave</groupId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> </parent> <artifactId>rave-opensocial-server</artifactId> Modified: rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-dependencies/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-dependencies/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-dependencies/pom.xml (original) +++ rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-dependencies/pom.xml Thu Jul 11 21:44:18 2013 @@ -26,7 +26,7 @@ <parent> <artifactId>rave-opensocial-server</artifactId> <groupId>org.apache.rave</groupId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> </parent> <artifactId>rave-shindig-dependencies</artifactId> Modified: rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-resources/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-resources/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-resources/pom.xml (original) +++ rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig-resources/pom.xml Thu Jul 11 21:44:18 2013 @@ -26,7 +26,7 @@ <parent> <artifactId>rave-opensocial-server</artifactId> <groupId>org.apache.rave</groupId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> </parent> <artifactId>rave-shindig-resources</artifactId> Modified: rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml (original) +++ rave/branches/angular/rave-providers/rave-opensocial-provider/rave-opensocial-server/rave-shindig/pom.xml Thu Jul 11 21:44:18 2013 @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.rave</groupId> <artifactId>rave-opensocial-server</artifactId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> </parent> <artifactId>rave-shindig</artifactId> Modified: rave/branches/angular/rave-providers/rave-w3c-provider/pom.xml URL: http://svn.apache.org/viewvc/rave/branches/angular/rave-providers/rave-w3c-provider/pom.xml?rev=1502378&r1=1502377&r2=1502378&view=diff ============================================================================== --- rave/branches/angular/rave-providers/rave-w3c-provider/pom.xml (original) +++ rave/branches/angular/rave-providers/rave-w3c-provider/pom.xml Thu Jul 11 21:44:18 2013 @@ -26,7 +26,7 @@ <parent> <artifactId>rave-providers</artifactId> <groupId>org.apache.rave</groupId> - <version>0.22-SNAPSHOT</version> + <version>0.23-ANGULAR-SNAPSHOT</version> </parent> <artifactId>rave-w3c-provider</artifactId>
