Author: thomas.heute(a)jboss.com
Date: 2010-10-19 09:27:05 -0400 (Tue, 19 Oct 2010)
New Revision: 4726
Modified:
components/shindig/trunk/assembly/pom.xml
components/shindig/trunk/features/pom.xml
components/shindig/trunk/java/common/pom.xml
components/shindig/trunk/java/gadgets/pom.xml
components/shindig/trunk/java/pom.xml
components/shindig/trunk/java/samples/pom.xml
components/shindig/trunk/java/server/pom.xml
components/shindig/trunk/java/social-api/pom.xml
components/shindig/trunk/pom.xml
Log:
Remove SCM from sub-modules
Modified: components/shindig/trunk/assembly/pom.xml
===================================================================
--- components/shindig/trunk/assembly/pom.xml 2010-10-19 13:12:17 UTC (rev 4725)
+++ components/shindig/trunk/assembly/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
@@ -31,12 +31,6 @@
<name>Apache Shindig Distribution assembly</name>
<description>Assembles the PHP code base into a deployment
package.</description>
- <scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/sh...
-
<
developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/componen...
-
<
url>http://fisheye.jboss.org/browse/gatein/components/shindig/trunk/as...
- </scm>
-
<build>
<filters>
<filter>src/main/assembly/binary-src/README</filter>
Modified: components/shindig/trunk/features/pom.xml
===================================================================
--- components/shindig/trunk/features/pom.xml 2010-10-19 13:12:17 UTC (rev 4725)
+++ components/shindig/trunk/features/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.0-r790473-Patch04-SNAPSHOT</version>
+ <version>1.0-r790473-Patch04</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -35,12 +35,6 @@
loading from the classpath
</description>
- <scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/sh...
-
<
developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/componen...
-
<
url>http://fisheye.jboss.org/browse/gatein/components/shindig/trunk/fe...
- </scm>
-
<build>
<resources>
<resource>
Modified: components/shindig/trunk/java/common/pom.xml
===================================================================
--- components/shindig/trunk/java/common/pom.xml 2010-10-19 13:12:17 UTC (rev 4725)
+++ components/shindig/trunk/java/common/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-r790473-Patch04-SNAPSHOT</version>
+ <version>1.0-r790473-Patch04</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -32,12 +32,6 @@
<name>Apache Shindig Common Code</name>
<description>Common java code for Shindig</description>
- <scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/sh...
-
<
developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/componen...
-
<
url>http://fisheye.jboss.org/browse/gatein/components/shindig/trunk/ja...
- </scm>
-
<build>
<resources>
<!--<resource>
Modified: components/shindig/trunk/java/gadgets/pom.xml
===================================================================
--- components/shindig/trunk/java/gadgets/pom.xml 2010-10-19 13:12:17 UTC (rev 4725)
+++ components/shindig/trunk/java/gadgets/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-r790473-Patch04-SNAPSHOT</version>
+ <version>1.0-r790473-Patch04</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -33,12 +33,6 @@
<description>Renders gadgets, provides the gadget metadata service, and serves
all javascript required by the OpenSocial specification.</description>
- <scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/sh...
-
<
developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/componen...
-
<
url>http://fisheye.jboss.org/browse/gatein/components/shindig/trunk/ja...
- </scm>
-
<build>
<plugins>
<plugin>
Modified: components/shindig/trunk/java/pom.xml
===================================================================
--- components/shindig/trunk/java/pom.xml 2010-10-19 13:12:17 UTC (rev 4725)
+++ components/shindig/trunk/java/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.0-r790473-Patch04-SNAPSHOT</version>
+ <version>1.0-r790473-Patch04</version>
</parent>
<artifactId>shindig-parent</artifactId>
@@ -39,12 +39,6 @@
<module>../features</module>
</modules>
- <scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/sh...
-
<
developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/componen...
-
<
url>http://fisheye.jboss.org/browse/gatein/components/shindig/trunk/ja...
- </scm>
-
<properties>
<java.util.logging.test.level>OFF</java.util.logging.test.level>
</properties>
Modified: components/shindig/trunk/java/samples/pom.xml
===================================================================
--- components/shindig/trunk/java/samples/pom.xml 2010-10-19 13:12:17 UTC (rev 4725)
+++ components/shindig/trunk/java/samples/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
@@ -31,12 +31,6 @@
<name>Apache Shindig Sample SPI and API Implementations</name>
<description>Provides Sample implementations of the SPI and API's inside the
core of Shindig.</description>
- <scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/sh...
-
<
developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/componen...
-
<
url>http://fisheye.jboss.org/browse/gatein/components/shindig/trunk/ja...
- </scm>
-
<repositories>
<repository>
<id>EclipseLink Repo</id>
Modified: components/shindig/trunk/java/server/pom.xml
===================================================================
--- components/shindig/trunk/java/server/pom.xml 2010-10-19 13:12:17 UTC (rev 4725)
+++ components/shindig/trunk/java/server/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-r790473-Patch04-SNAPSHOT</version>
+ <version>1.0-r790473-Patch04</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -32,12 +32,6 @@
<name>Apache Shindig Web App</name>
<description>Default server war containing both the gadget rendering code and the
social api code.</description>
- <scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/sh...
-
<
developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/componen...
-
<
url>http://fisheye.jboss.org/browse/gatein/components/shindig/trunk/ja...
- </scm>
-
<properties>
<runType>full</runType>
</properties>
Modified: components/shindig/trunk/java/social-api/pom.xml
===================================================================
--- components/shindig/trunk/java/social-api/pom.xml 2010-10-19 13:12:17 UTC (rev 4725)
+++ components/shindig/trunk/java/social-api/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-r790473-Patch04-SNAPSHOT</version>
+ <version>1.0-r790473-Patch04</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -32,12 +32,6 @@
<name>Apache Shindig Social API</name>
<description>Serves OpenSocial Data and the RESTful APIs.</description>
- <scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/sh...
-
<
developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/componen...
-
<
url>http://fisheye.jboss.org/browse/gatein/components/shindig/trunk/ja...
- </scm>
-
<build>
<plugins>
<plugin>
Modified: components/shindig/trunk/pom.xml
===================================================================
--- components/shindig/trunk/pom.xml 2010-10-19 13:12:17 UTC (rev 4725)
+++ components/shindig/trunk/pom.xml 2010-10-19 13:27:05 UTC (rev 4726)
@@ -28,7 +28,7 @@
<groupId>org.gatein.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.0-r790473-Patch04-SNAPSHOT</version>
+ <version>1.0-r790473-Patch04</version>
<packaging>pom</packaging>
<name>Apache Shindig Project</name>
@@ -48,9 +48,9 @@
<!-- S C M -->
<!-- ====================================================================== -->
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/sh...
-
<
developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/componen...
-
<
url>http://fisheye.jboss.org/browse/gatein/components/shindig/trunk<...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/sh...
+
<
developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/componen...
+
<
url>http://fisheye.jboss.org/browse/gatein/components/shindig/tags/1.0...
</scm>
<!-- ====================================================================== -->