Author: vsiveton
Date: Wed Apr 15 22:40:00 2009
New Revision: 765404
URL: http://svn.apache.org/viewvc?rev=765404&view=rev
Log:
o revert release forgot to make svn up
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=765404&r1=765403&r2=765404&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
22:40:00 2009
@@ -1,10 +1,28 @@
+<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-incubating</version>
+ <version>1.0-incubating-SNAPSHOT</version>
<relativePath>../java/pom.xml</relativePath>
</parent>
@@ -17,9 +35,9 @@
</description>
<scm>
-
<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>
+
<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>
</scm>
<build>
@@ -197,13 +215,18 @@
<configuration>
<tasks>
- <taskdef name="jsdoctoolkit"
classname="uk.co.darrenhurley.ant.tasks.JsDocToolkit" />
-
- <mkdir dir="${project.reporting.outputDirectory}/jsdoc" />
-
- <jsdoctoolkit
jsdochome="${project.build.directory}/jsdoc-toolkit/" template="jsdoc"
outputdir="${project.reporting.outputDirectory}/jsdoc">
+ <taskdef
+ name="jsdoctoolkit"
+ classname="uk.co.darrenhurley.ant.tasks.JsDocToolkit"/>
+
+ <mkdir dir="${project.reporting.outputDirectory}/jsdoc"/>
+
+ <jsdoctoolkit
+ jsdochome="${project.build.directory}/jsdoc-toolkit/"
+ template="jsdoc"
+ outputdir="${project.reporting.outputDirectory}/jsdoc">
<fileset dir="${basedir}/src/main/javascript/features">
- <include name="**/*.js" />
+ <include name="**/*.js"/>
</fileset>
</jsdoctoolkit>
@@ -237,4 +260,4 @@
</build>
</profile>
</profiles>
-</project>
\ No newline at end of file
+</project>
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=765404&r1=765403&r2=765404&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
22:40:00 2009
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-incubating</version>
+ <version>1.0-incubating-SNAPSHOT</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/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>
+
<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>
</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=765404&r1=765403&r2=765404&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
22:40:00 2009
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-incubating</version>
+ <version>1.0-incubating-SNAPSHOT</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/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>
+
<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>
</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=765404&r1=765403&r2=765404&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
22:40:00 2009
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.0-incubating</version>
+ <version>1.0-incubating-SNAPSHOT</version>
</parent>
<artifactId>shindig-parent</artifactId>
@@ -40,9 +40,9 @@
</modules>
<scm>
-
<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>
+
<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>
</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=765404&r1=765403&r2=765404&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
22:40:00 2009
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-incubating</version>
+ <version>1.0-incubating-SNAPSHOT</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/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>
+
<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>
</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=765404&r1=765403&r2=765404&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 22:40:00 2009
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-parent</artifactId>
- <version>1.0-incubating</version>
+ <version>1.0-incubating-SNAPSHOT</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/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>
+
<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>
</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=765404&r1=765403&r2=765404&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/pom.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/pom.xml Wed Apr 15 22:40:00 2009
@@ -28,7 +28,7 @@
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.0-incubating</version>
+ <version>1.0-incubating-SNAPSHOT</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/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>
+
<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>
</scm>
<!-- ======================================================================
-->