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/04/15 12:12:03 UTC

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

Author: ieb
Date: Wed Apr 15 10:12:02 2009
New Revision: 765113

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

Modified:
    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/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/features/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/features/pom.xml?rev=765113&r1=765112&r2=765113&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/features/pom.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/features/pom.xml Wed Apr 15 10:12:02 2009
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-parent</artifactId>
-    <version>1.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.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.0-incubating/features</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0.0-incubating/features</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/shindig/tags/shindig-project-1.0.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=765113&r1=765112&r2=765113&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 Wed Apr 15 10:12:02 2009
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-parent</artifactId>
-    <version>1.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.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.0-incubating/java/common</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0.0-incubating/java/common</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/shindig/tags/shindig-project-1.0.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=765113&r1=765112&r2=765113&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 Wed Apr 15 10:12:02 2009
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-parent</artifactId>
-    <version>1.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.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.0-incubating/java/gadgets</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0.0-incubating/java/gadgets</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/shindig/tags/shindig-project-1.0.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=765113&r1=765112&r2=765113&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/java/pom.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/java/pom.xml Wed Apr 15 10:12:02 2009
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>1.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.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.0-incubating/java</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0.0-incubating/java</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/shindig/tags/shindig-project-1.0.0-incubating/java</url>
   </scm>
 
   <properties>

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=765113&r1=765112&r2=765113&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 Wed Apr 15 10:12:02 2009
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-parent</artifactId>
-    <version>1.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.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.0-incubating/java/server</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0.0-incubating/java/server</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/shindig/tags/shindig-project-1.0.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=765113&r1=765112&r2=765113&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 Wed Apr 15 10:12:02 2009
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-parent</artifactId>
-    <version>1.0.0-incubating-SNAPSHOT</version>
+    <version>1.0.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.0-incubating/java/social-api</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0.0-incubating/java/social-api</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/shindig/tags/shindig-project-1.0.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=765113&r1=765112&r2=765113&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/pom.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/pom.xml Wed Apr 15 10:12:02 2009
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.shindig</groupId>
   <artifactId>shindig-project</artifactId>
-  <version>1.0.0-incubating-SNAPSHOT</version>
+  <version>1.0.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.0-incubating</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.0.0-incubating</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/shindig/tags/shindig-project-1.0.0-incubating</url>
   </scm>
 
   <!-- ====================================================================== -->