You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by ie...@apache.org on 2009/05/07 11:23:43 UTC

svn commit: r772564 - in /incubator/shindig/branches/1.0.x-incubating: assembly/pom.xml features/pom.xml java/common/pom.xml java/gadgets/pom.xml java/pom.xml java/samples/pom.xml java/server/pom.xml java/social-api/pom.xml pom.xml

Author: ieb
Date: Thu May  7 09:23:42 2009
New Revision: 772564

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

Modified:
    incubator/shindig/branches/1.0.x-incubating/assembly/pom.xml
    incubator/shindig/branches/1.0.x-incubating/features/pom.xml
    incubator/shindig/branches/1.0.x-incubating/java/common/pom.xml
    incubator/shindig/branches/1.0.x-incubating/java/gadgets/pom.xml
    incubator/shindig/branches/1.0.x-incubating/java/pom.xml
    incubator/shindig/branches/1.0.x-incubating/java/samples/pom.xml
    incubator/shindig/branches/1.0.x-incubating/java/server/pom.xml
    incubator/shindig/branches/1.0.x-incubating/java/social-api/pom.xml
    incubator/shindig/branches/1.0.x-incubating/pom.xml

Modified: incubator/shindig/branches/1.0.x-incubating/assembly/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/assembly/pom.xml?rev=772564&r1=772563&r2=772564&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/assembly/pom.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/assembly/pom.xml Thu May  7 09:23:42 2009
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-parent</artifactId>
-    <version>1.0-incubating-SNAPSHOT</version>
+    <version>1.0-incubating</version>
     <relativePath>../java/pom.xml</relativePath>
   </parent>
 
@@ -33,9 +33,9 @@
   <description>Assembles the PHP code base into a deployment package.</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/assembly</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/assembly</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/assembly</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0-incubating/assembly</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0-incubating/assembly</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/shindig/tags/shindig-project-1.0-incubating/assembly</url>
   </scm>
 
   <build>

Modified: incubator/shindig/branches/1.0.x-incubating/features/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/features/pom.xml?rev=772564&r1=772563&r2=772564&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/features/pom.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/features/pom.xml Thu May  7 09:23:42 2009
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-parent</artifactId>
-    <version>1.0-incubating-SNAPSHOT</version>
+    <version>1.0-incubating</version>
     <relativePath>../java/pom.xml</relativePath>
   </parent>
 
@@ -35,9 +35,9 @@
   </description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/features</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/features</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/features</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0-incubating/features</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0-incubating/features</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/shindig/tags/shindig-project-1.0-incubating/features</url>
   </scm>
 
   <build>

Modified: incubator/shindig/branches/1.0.x-incubating/java/common/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java/common/pom.xml?rev=772564&r1=772563&r2=772564&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/java/common/pom.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/java/common/pom.xml Thu May  7 09:23:42 2009
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-parent</artifactId>
-    <version>1.0-incubating-SNAPSHOT</version>
+    <version>1.0-incubating</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/incubator/shindig/branches/1.0.x-incubating/java/common</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/java/common</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java/common</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0-incubating/java/common</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0-incubating/java/common</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/shindig/tags/shindig-project-1.0-incubating/java/common</url>
   </scm>
 
   <build>

Modified: incubator/shindig/branches/1.0.x-incubating/java/gadgets/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java/gadgets/pom.xml?rev=772564&r1=772563&r2=772564&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/java/gadgets/pom.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/java/gadgets/pom.xml Thu May  7 09:23:42 2009
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-parent</artifactId>
-    <version>1.0-incubating-SNAPSHOT</version>
+    <version>1.0-incubating</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/incubator/shindig/branches/1.0.x-incubating/java/gadgets</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/java/gadgets</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java/gadgets</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0-incubating/java/gadgets</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0-incubating/java/gadgets</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/shindig/tags/shindig-project-1.0-incubating/java/gadgets</url>
   </scm>
 
   <build>

Modified: incubator/shindig/branches/1.0.x-incubating/java/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java/pom.xml?rev=772564&r1=772563&r2=772564&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/java/pom.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/java/pom.xml Thu May  7 09:23:42 2009
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>1.0-incubating-SNAPSHOT</version>
+    <version>1.0-incubating</version>
   </parent>
 
   <artifactId>shindig-parent</artifactId>
@@ -40,9 +40,9 @@
   </modules>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/java</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/java</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0-incubating/java</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0-incubating/java</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/shindig/tags/shindig-project-1.0-incubating/java</url>
   </scm>
 
   <properties>

Modified: incubator/shindig/branches/1.0.x-incubating/java/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java/samples/pom.xml?rev=772564&r1=772563&r2=772564&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/java/samples/pom.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/java/samples/pom.xml Thu May  7 09:23:42 2009
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-parent</artifactId>
-    <version>1.0-incubating-SNAPSHOT</version>
+    <version>1.0-incubating</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/incubator/shindig/branches/1.0.x-incubating/java/samples</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/java/samples</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java/samples</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0-incubating/java/samples</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0-incubating/java/samples</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/shindig/tags/shindig-project-1.0-incubating/java/samples</url>
   </scm>
 
   <repositories>

Modified: incubator/shindig/branches/1.0.x-incubating/java/server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java/server/pom.xml?rev=772564&r1=772563&r2=772564&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/java/server/pom.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/java/server/pom.xml Thu May  7 09:23:42 2009
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-parent</artifactId>
-    <version>1.0-incubating-SNAPSHOT</version>
+    <version>1.0-incubating</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/incubator/shindig/branches/1.0.x-incubating/java/server</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/java/server</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java/server</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0-incubating/java/server</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0-incubating/java/server</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/shindig/tags/shindig-project-1.0-incubating/java/server</url>
   </scm>
 
   <properties>

Modified: incubator/shindig/branches/1.0.x-incubating/java/social-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java/social-api/pom.xml?rev=772564&r1=772563&r2=772564&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/java/social-api/pom.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/java/social-api/pom.xml Thu May  7 09:23:42 2009
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-parent</artifactId>
-    <version>1.0-incubating-SNAPSHOT</version>
+    <version>1.0-incubating</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/incubator/shindig/branches/1.0.x-incubating/java/social-api</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/java/social-api</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/java/social-api</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0-incubating/java/social-api</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0-incubating/java/social-api</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/shindig/tags/shindig-project-1.0-incubating/java/social-api</url>
   </scm>
 
   <build>

Modified: incubator/shindig/branches/1.0.x-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/pom.xml?rev=772564&r1=772563&r2=772564&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/pom.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/pom.xml Thu May  7 09:23:42 2009
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.shindig</groupId>
   <artifactId>shindig-project</artifactId>
-  <version>1.0-incubating-SNAPSHOT</version>
+  <version>1.0-incubating</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/incubator/shindig/branches/1.0.x-incubating</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0-incubating</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0-incubating</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/shindig/tags/shindig-project-1.0-incubating</url>
   </scm>
 
   <!-- ====================================================================== -->