You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/09/07 11:19:11 UTC

svn commit: r993295 - in /shindig/branches/2.0.x: assembly/pom.xml extras/pom.xml features/pom.xml java/common/pom.xml java/gadgets/pom.xml java/samples/pom.xml java/server/pom.xml java/social-api/pom.xml pom.xml

Author: lindner
Date: Tue Sep  7 09:19:09 2010
New Revision: 993295

URL: http://svn.apache.org/viewvc?rev=993295&view=rev
Log:
[maven-release-plugin] prepare release shindig-project-2.0.0

Modified:
    shindig/branches/2.0.x/assembly/pom.xml
    shindig/branches/2.0.x/extras/pom.xml
    shindig/branches/2.0.x/features/pom.xml
    shindig/branches/2.0.x/java/common/pom.xml
    shindig/branches/2.0.x/java/gadgets/pom.xml
    shindig/branches/2.0.x/java/samples/pom.xml
    shindig/branches/2.0.x/java/server/pom.xml
    shindig/branches/2.0.x/java/social-api/pom.xml
    shindig/branches/2.0.x/pom.xml

Modified: shindig/branches/2.0.x/assembly/pom.xml
URL: http://svn.apache.org/viewvc/shindig/branches/2.0.x/assembly/pom.xml?rev=993295&r1=993294&r2=993295&view=diff
==============================================================================
--- shindig/branches/2.0.x/assembly/pom.xml (original)
+++ shindig/branches/2.0.x/assembly/pom.xml Tue Sep  7 09:19:09 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -33,11 +33,11 @@
   <description>Assembles the Java/PHP code base into a deployment package.</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/trunk/assembly
+    <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.0.0
     </connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/trunk/assembly
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.0.0
     </developerConnection>
-    <url>http://svn.apache.org/viewvc/shindig/trunk/assembly</url>
+    <url>http://svn.apache.org/viewvc/shindig/tags/shindig-project-2.0.0</url>
   </scm>
 
   <build>

Modified: shindig/branches/2.0.x/extras/pom.xml
URL: http://svn.apache.org/viewvc/shindig/branches/2.0.x/extras/pom.xml?rev=993295&r1=993294&r2=993295&view=diff
==============================================================================
--- shindig/branches/2.0.x/extras/pom.xml (original)
+++ shindig/branches/2.0.x/extras/pom.xml Tue Sep  7 09:19:09 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -33,9 +33,9 @@
   <description>Provides extra, deprecated or extended functionality. The items here have unstable APIs and could change at any time.</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/branches/2.0.x/java/extras</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/branches/2.0.x/java/extras</developerConnection>
-    <url>http://svn.apache.org/viewvc/shindig/branches/2.0.x/java/extras</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.0.0/java/extras</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.0.0/java/extras</developerConnection>
+    <url>http://svn.apache.org/viewvc/shindig/tags/shindig-project-2.0.0/java/extras</url>
   </scm>
 
   <build>

Modified: shindig/branches/2.0.x/features/pom.xml
URL: http://svn.apache.org/viewvc/shindig/branches/2.0.x/features/pom.xml?rev=993295&r1=993294&r2=993295&view=diff
==============================================================================
--- shindig/branches/2.0.x/features/pom.xml (original)
+++ shindig/branches/2.0.x/features/pom.xml Tue Sep  7 09:19:09 2010
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -36,9 +36,9 @@
   </description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/branches/2.0.x/features</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/branches/2.0.x/features</developerConnection>
-    <url>http://svn.apache.org/viewvc/shindig/branches/2.0.x/features</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.0.0/features</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.0.0/features</developerConnection>
+    <url>http://svn.apache.org/viewvc/shindig/tags/shindig-project-2.0.0/features</url>
   </scm>
 
   <pluginRepositories>

Modified: shindig/branches/2.0.x/java/common/pom.xml
URL: http://svn.apache.org/viewvc/shindig/branches/2.0.x/java/common/pom.xml?rev=993295&r1=993294&r2=993295&view=diff
==============================================================================
--- shindig/branches/2.0.x/java/common/pom.xml (original)
+++ shindig/branches/2.0.x/java/common/pom.xml Tue Sep  7 09:19:09 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -33,9 +33,9 @@
   <description>Common java code for Shindig</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/branches/2.0.x/java/common</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/branches/2.0.x/java/common</developerConnection>
-    <url>http://svn.apache.org/viewvc/shindig/branches/2.0.x/java/common</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.0.0/java/common</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.0.0/java/common</developerConnection>
+    <url>http://svn.apache.org/viewvc/shindig/tags/shindig-project-2.0.0/java/common</url>
   </scm>
 
   <build>

Modified: shindig/branches/2.0.x/java/gadgets/pom.xml
URL: http://svn.apache.org/viewvc/shindig/branches/2.0.x/java/gadgets/pom.xml?rev=993295&r1=993294&r2=993295&view=diff
==============================================================================
--- shindig/branches/2.0.x/java/gadgets/pom.xml (original)
+++ shindig/branches/2.0.x/java/gadgets/pom.xml Tue Sep  7 09:19:09 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -34,9 +34,9 @@
     all javascript required by the OpenSocial specification.</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/branches/2.0.x/java/gadgets</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/branches/2.0.x/java/gadgets</developerConnection>
-    <url>http://svn.apache.org/viewvc/shindig/branches/2.0.x/java/gadgets</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.0.0/java/gadgets</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.0.0/java/gadgets</developerConnection>
+    <url>http://svn.apache.org/viewvc/shindig/tags/shindig-project-2.0.0/java/gadgets</url>
   </scm>
 
   <build>

Modified: shindig/branches/2.0.x/java/samples/pom.xml
URL: http://svn.apache.org/viewvc/shindig/branches/2.0.x/java/samples/pom.xml?rev=993295&r1=993294&r2=993295&view=diff
==============================================================================
--- shindig/branches/2.0.x/java/samples/pom.xml (original)
+++ shindig/branches/2.0.x/java/samples/pom.xml Tue Sep  7 09:19:09 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -33,9 +33,9 @@
   <description>Provides Sample implementations of the SPI and API's inside the core of Shindig.</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/trunk/java/samples</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/trunk/java/samples</developerConnection>
-    <url>http://svn.apache.org/viewvc/shindig/trunk/java/samples</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.0.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.0.0</developerConnection>
+    <url>http://svn.apache.org/viewvc/shindig/tags/shindig-project-2.0.0</url>
   </scm>
 
   <repositories>

Modified: shindig/branches/2.0.x/java/server/pom.xml
URL: http://svn.apache.org/viewvc/shindig/branches/2.0.x/java/server/pom.xml?rev=993295&r1=993294&r2=993295&view=diff
==============================================================================
--- shindig/branches/2.0.x/java/server/pom.xml (original)
+++ shindig/branches/2.0.x/java/server/pom.xml Tue Sep  7 09:19:09 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -33,9 +33,9 @@
   <description>Default server war containing both the gadget rendering code and the social api code.</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/branches/2.0.x/java/server</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/branches/2.0.x/java/server</developerConnection>
-    <url>http://svn.apache.org/viewvc/shindig/branches/2.0.x/java/server</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.0.0/java/server</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.0.0/java/server</developerConnection>
+    <url>http://svn.apache.org/viewvc/shindig/tags/shindig-project-2.0.0/java/server</url>
   </scm>
 
   <build>

Modified: shindig/branches/2.0.x/java/social-api/pom.xml
URL: http://svn.apache.org/viewvc/shindig/branches/2.0.x/java/social-api/pom.xml?rev=993295&r1=993294&r2=993295&view=diff
==============================================================================
--- shindig/branches/2.0.x/java/social-api/pom.xml (original)
+++ shindig/branches/2.0.x/java/social-api/pom.xml Tue Sep  7 09:19:09 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -33,9 +33,9 @@
   <description>Serves OpenSocial Data and the RESTful APIs.</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/branches/2.0.x/java/social-api</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/branches/2.0.x/java/social-api</developerConnection>
-    <url>http://svn.apache.org/viewvc/shindig/branches/2.0.x/java/social-api</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.0.0/java/social-api</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.0.0/java/social-api</developerConnection>
+    <url>http://svn.apache.org/viewvc/shindig/tags/shindig-project-2.0.0/java/social-api</url>
   </scm>
 
   <build>

Modified: shindig/branches/2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/shindig/branches/2.0.x/pom.xml?rev=993295&r1=993294&r2=993295&view=diff
==============================================================================
--- shindig/branches/2.0.x/pom.xml (original)
+++ shindig/branches/2.0.x/pom.xml Tue Sep  7 09:19:09 2010
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.shindig</groupId>
   <artifactId>shindig-project</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.0.0</version>
   <packaging>pom</packaging>
 
   <name>Apache Shindig Project</name>
@@ -48,9 +48,9 @@
   <!-- S C M                                                                  -->
   <!-- ====================================================================== -->
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/branches/2.0.x</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/branches/2.0.x</developerConnection>
-    <url>http://svn.apache.org/viewvc/shindig/branches/2.0.x</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.0.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/shindig/tags/shindig-project-2.0.0</developerConnection>
+    <url>http://svn.apache.org/viewvc/shindig/tags/shindig-project-2.0.0</url>
   </scm>
 
   <!-- ====================================================================== -->