You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by rb...@apache.org on 2013/03/13 02:13:26 UTC

svn commit: r1455769 - in /shindig/trunk: ./ assembly/ extras/ features/ java/common/ java/gadgets/ java/sample-container/ java/sample-maven-archetype/ java/samples/ java/server-dependencies/ java/server-resources/ java/server/ java/social-api/ java/ub...

Author: rbaxter85
Date: Wed Mar 13 01:13:25 2013
New Revision: 1455769

URL: http://svn.apache.org/r1455769
Log:
Fixing error in POMs caused by beta6 release

Modified:
    shindig/trunk/assembly/pom.xml
    shindig/trunk/extras/pom.xml
    shindig/trunk/features/pom.xml
    shindig/trunk/java/common/pom.xml
    shindig/trunk/java/gadgets/pom.xml
    shindig/trunk/java/sample-container/pom.xml
    shindig/trunk/java/sample-maven-archetype/pom.xml
    shindig/trunk/java/samples/pom.xml
    shindig/trunk/java/server-dependencies/pom.xml
    shindig/trunk/java/server-resources/pom.xml
    shindig/trunk/java/server/pom.xml
    shindig/trunk/java/social-api/pom.xml
    shindig/trunk/java/uber/pom.xml
    shindig/trunk/php/pom.xml
    shindig/trunk/pom.xml

Modified: shindig/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/assembly/pom.xml?rev=1455769&r1=1455768&r2=1455769&view=diff
==============================================================================
--- shindig/trunk/assembly/pom.xml (original)
+++ shindig/trunk/assembly/pom.xml Wed Mar 13 01:13:25 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>s2.5.0-SNAPSHOT</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: shindig/trunk/extras/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/extras/pom.xml?rev=1455769&r1=1455768&r2=1455769&view=diff
==============================================================================
--- shindig/trunk/extras/pom.xml (original)
+++ shindig/trunk/extras/pom.xml Wed Mar 13 01:13:25 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>s2.5.0-SNAPSHOT</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: shindig/trunk/features/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/features/pom.xml?rev=1455769&r1=1455768&r2=1455769&view=diff
==============================================================================
--- shindig/trunk/features/pom.xml (original)
+++ shindig/trunk/features/pom.xml Wed Mar 13 01:13:25 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>s2.5.0-SNAPSHOT</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: shindig/trunk/java/common/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/common/pom.xml?rev=1455769&r1=1455768&r2=1455769&view=diff
==============================================================================
--- shindig/trunk/java/common/pom.xml (original)
+++ shindig/trunk/java/common/pom.xml Wed Mar 13 01:13:25 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>s2.5.0-SNAPSHOT</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: shindig/trunk/java/gadgets/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/gadgets/pom.xml?rev=1455769&r1=1455768&r2=1455769&view=diff
==============================================================================
--- shindig/trunk/java/gadgets/pom.xml (original)
+++ shindig/trunk/java/gadgets/pom.xml Wed Mar 13 01:13:25 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>s2.5.0-SNAPSHOT</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: shindig/trunk/java/sample-container/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/sample-container/pom.xml?rev=1455769&r1=1455768&r2=1455769&view=diff
==============================================================================
--- shindig/trunk/java/sample-container/pom.xml (original)
+++ shindig/trunk/java/sample-container/pom.xml Wed Mar 13 01:13:25 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>s2.5.0-SNAPSHOT</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: shindig/trunk/java/sample-maven-archetype/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/sample-maven-archetype/pom.xml?rev=1455769&r1=1455768&r2=1455769&view=diff
==============================================================================
--- shindig/trunk/java/sample-maven-archetype/pom.xml (original)
+++ shindig/trunk/java/sample-maven-archetype/pom.xml Wed Mar 13 01:13:25 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>s2.5.0-SNAPSHOT</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: shindig/trunk/java/samples/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/samples/pom.xml?rev=1455769&r1=1455768&r2=1455769&view=diff
==============================================================================
--- shindig/trunk/java/samples/pom.xml (original)
+++ shindig/trunk/java/samples/pom.xml Wed Mar 13 01:13:25 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>s2.5.0-SNAPSHOT</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: shindig/trunk/java/server-dependencies/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/server-dependencies/pom.xml?rev=1455769&r1=1455768&r2=1455769&view=diff
==============================================================================
--- shindig/trunk/java/server-dependencies/pom.xml (original)
+++ shindig/trunk/java/server-dependencies/pom.xml Wed Mar 13 01:13:25 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>s2.5.0-SNAPSHOT</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: shindig/trunk/java/server-resources/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/server-resources/pom.xml?rev=1455769&r1=1455768&r2=1455769&view=diff
==============================================================================
--- shindig/trunk/java/server-resources/pom.xml (original)
+++ shindig/trunk/java/server-resources/pom.xml Wed Mar 13 01:13:25 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>s2.5.0-SNAPSHOT</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: shindig/trunk/java/server/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/server/pom.xml?rev=1455769&r1=1455768&r2=1455769&view=diff
==============================================================================
--- shindig/trunk/java/server/pom.xml (original)
+++ shindig/trunk/java/server/pom.xml Wed Mar 13 01:13:25 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>s2.5.0-SNAPSHOT</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: shindig/trunk/java/social-api/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/social-api/pom.xml?rev=1455769&r1=1455768&r2=1455769&view=diff
==============================================================================
--- shindig/trunk/java/social-api/pom.xml (original)
+++ shindig/trunk/java/social-api/pom.xml Wed Mar 13 01:13:25 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>s2.5.0-SNAPSHOT</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: shindig/trunk/java/uber/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/uber/pom.xml?rev=1455769&r1=1455768&r2=1455769&view=diff
==============================================================================
--- shindig/trunk/java/uber/pom.xml (original)
+++ shindig/trunk/java/uber/pom.xml Wed Mar 13 01:13:25 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>s2.5.0-SNAPSHOT</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: shindig/trunk/php/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/php/pom.xml?rev=1455769&r1=1455768&r2=1455769&view=diff
==============================================================================
--- shindig/trunk/php/pom.xml (original)
+++ shindig/trunk/php/pom.xml Wed Mar 13 01:13:25 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>s2.5.0-SNAPSHOT</version>
+    <version>2.5.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1455769&r1=1455768&r2=1455769&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Wed Mar 13 01:13:25 2013
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.shindig</groupId>
   <artifactId>shindig-project</artifactId>
-  <version>s2.5.0-SNAPSHOT</version>
+  <version>2.5.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Shindig Project</name>