Author: ieb
Date: Thu Nov 20 17:07:54 2008
New Revision: 719437
URL: http://svn.apache.org/viewvc?rev=719437&view=rev
Log:
[maven-release-plugin] prepare branch 0.8.1-x
Modified:
incubator/shindig/trunk/features/pom.xml
incubator/shindig/trunk/java/common/pom.xml
incubator/shindig/trunk/java/gadgets/pom.xml
incubator/shindig/trunk/java/pom.xml
incubator/shindig/trunk/java/server/pom.xml
incubator/shindig/trunk/java/social-api/pom.xml
incubator/shindig/trunk/pom.xml
Modified: incubator/shindig/trunk/features/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/pom.xml?rev=719437&r1=719436&r2=719437&view=diff
==============================================================================
--- incubator/shindig/trunk/features/pom.xml (original)
+++ incubator/shindig/trunk/features/pom.xml Thu Nov 20 17:07:54 2008
@@ -1,31 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements. See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership. The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License. You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied. See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>0.8.1-1-SNAPSHOT</version>
<relativePath>../java/pom.xml</relativePath>
</parent>
@@ -38,11 +17,9 @@
</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk/features
- </connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/trunk/features
- </developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/shindig/trunk/features</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/branches/0.8.1-x/features</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/branches/0.8.1-x/features</developerConnection>
+
<url>http://svn.apache.org/viewvc/incubator/shindig/branches/0.8.1-x/features</url>
</scm>
<build>
@@ -174,5 +151,5 @@
</resources>
</build>
- <dependencies/>
-</project>
+ <dependencies />
+</project>
\ No newline at end of file
Modified: incubator/shindig/trunk/java/common/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/common/pom.xml?rev=719437&r1=719436&r2=719437&view=diff
==============================================================================
--- incubator/shindig/trunk/java/common/pom.xml (original)
+++ incubator/shindig/trunk/java/common/pom.xml Thu Nov 20 17:07:54 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>0.8.1-1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -34,9 +34,9 @@
<description>Common java code for Shindig</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk/java/common</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/trunk/java/common</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/shindig/trunk/java/common</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/branches/0.8.1-x/java/common</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/branches/0.8.1-x/java/common</developerConnection>
+
<url>http://svn.apache.org/viewvc/incubator/shindig/branches/0.8.1-x/java/common</url>
</scm>
<build>
Modified: incubator/shindig/trunk/java/gadgets/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/gadgets/pom.xml?rev=719437&r1=719436&r2=719437&view=diff
==============================================================================
--- incubator/shindig/trunk/java/gadgets/pom.xml (original)
+++ incubator/shindig/trunk/java/gadgets/pom.xml Thu Nov 20 17:07:54 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>0.8.1-1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -35,9 +35,9 @@
all javascript required by the OpenSocial specification.</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk/java/gadgets</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/trunk/java/gadgets</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/shindig/trunk/java/gadgets</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/branches/0.8.1-x/java/gadgets</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/branches/0.8.1-x/java/gadgets</developerConnection>
+
<url>http://svn.apache.org/viewvc/incubator/shindig/branches/0.8.1-x/java/gadgets</url>
</scm>
<build>
Modified: incubator/shindig/trunk/java/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/pom.xml?rev=719437&r1=719436&r2=719437&view=diff
==============================================================================
--- incubator/shindig/trunk/java/pom.xml (original)
+++ incubator/shindig/trunk/java/pom.xml Thu Nov 20 17:07:54 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>0.8.1-1-SNAPSHOT</version>
</parent>
<artifactId>shindig-parent</artifactId>
@@ -41,8 +41,8 @@
</modules>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk/java</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/trunk/java</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/shindig/trunk/java</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/branches/0.8.1-x/java</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/branches/0.8.1-x/java</developerConnection>
+
<url>http://svn.apache.org/viewvc/incubator/shindig/branches/0.8.1-x/java</url>
</scm>
</project>
Modified: incubator/shindig/trunk/java/server/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/server/pom.xml?rev=719437&r1=719436&r2=719437&view=diff
==============================================================================
--- incubator/shindig/trunk/java/server/pom.xml (original)
+++ incubator/shindig/trunk/java/server/pom.xml Thu Nov 20 17:07:54 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>0.8.1-1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -34,9 +34,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/trunk/java/server</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/trunk/java/server</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/shindig/trunk/java/server</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/branches/0.8.1-x/java/server</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/branches/0.8.1-x/java/server</developerConnection>
+
<url>http://svn.apache.org/viewvc/incubator/shindig/branches/0.8.1-x/java/server</url>
</scm>
<properties>
Modified: incubator/shindig/trunk/java/social-api/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/social-api/pom.xml?rev=719437&r1=719436&r2=719437&view=diff
==============================================================================
--- incubator/shindig/trunk/java/social-api/pom.xml (original)
+++ incubator/shindig/trunk/java/social-api/pom.xml Thu Nov 20 17:07:54 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>0.8.1-1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -34,9 +34,9 @@
<description>Serves OpenSocial Data and the RESTful APIs.</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk/java/social-api</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/trunk/java/social-api</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/shindig/trunk/java/social-api</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/branches/0.8.1-x/java/social-api</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/branches/0.8.1-x/java/social-api</developerConnection>
+
<url>http://svn.apache.org/viewvc/incubator/shindig/branches/0.8.1-x/java/social-api</url>
</scm>
<build>
Modified: incubator/shindig/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=719437&r1=719436&r2=719437&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Thu Nov 20 17:07:54 2008
@@ -28,7 +28,7 @@
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>0.8.1-1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Shindig Project</name>
@@ -45,9 +45,9 @@
</prerequisites>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/trunk</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/shindig/trunk</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/branches/0.8.1-x</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/branches/0.8.1-x</developerConnection>
+ <url>http://svn.apache.org/viewvc/incubator/shindig/branches/0.8.1-x</url>
</scm>
<issueManagement>
@@ -877,27 +877,27 @@
<dependency>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-features</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>0.8.1-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-common</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>0.8.1-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-gadgets</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>0.8.1-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-server</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>0.8.1-1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-social-api</artifactId>
- <version>1-SNAPSHOT</version>
+ <version>0.8.1-1-SNAPSHOT</version>
</dependency>
<!-- external dependencies -->