Author: lindner
Date: Thu May 13 14:05:55 2010
New Revision: 943890
URL: http://svn.apache.org/viewvc?rev=943890&view=rev
Log:
bump versions to 2.0.0-SNAPSHOT
Modified:
shindig/trunk/UPGRADING
shindig/trunk/assembly/pom.xml
shindig/trunk/features/pom.xml
shindig/trunk/java/common/pom.xml
shindig/trunk/java/gadgets/pom.xml
shindig/trunk/java/samples/pom.xml
shindig/trunk/java/server/pom.xml
shindig/trunk/java/social-api/pom.xml
shindig/trunk/pom.xml
Modified: shindig/trunk/UPGRADING
URL:
http://svn.apache.org/viewvc/shindig/trunk/UPGRADING?rev=943890&r1=943889&r2=943890&view=diff
==============================================================================
--- shindig/trunk/UPGRADING (original)
+++ shindig/trunk/UPGRADING Thu May 13 14:05:55 2010
@@ -1,7 +1,7 @@
-FROM 1.0.x TO 1.1.x
+FROM 1.0.x TO 2.0.x
===================
-Almost all interfaces have been updated from 1.0.x -> 1.1.x. The
+Almost all interfaces have been updated from 1.0.x -> 2.0.x. The
following information is not complete.
@@ -46,7 +46,7 @@ encode tokens as well as decode them.
== Java Guice Changes ==
-1.1.x uses Guice 2.0 which allows for @Provides annotations and much more.
+2.0.x uses Guice 2.0 which allows for @Provides annotations and much more.
* TemplateModule
Modified: shindig/trunk/assembly/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/assembly/pom.xml?rev=943890&r1=943889&r2=943890&view=diff
==============================================================================
--- shindig/trunk/assembly/pom.xml (original)
+++ shindig/trunk/assembly/pom.xml Thu May 13 14:05:55 2010
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.1-BETA6-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: shindig/trunk/features/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/features/pom.xml?rev=943890&r1=943889&r2=943890&view=diff
==============================================================================
--- shindig/trunk/features/pom.xml (original)
+++ shindig/trunk/features/pom.xml Thu May 13 14:05:55 2010
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.1-BETA6-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: shindig/trunk/java/common/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/java/common/pom.xml?rev=943890&r1=943889&r2=943890&view=diff
==============================================================================
--- shindig/trunk/java/common/pom.xml (original)
+++ shindig/trunk/java/common/pom.xml Thu May 13 14:05:55 2010
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.1-BETA6-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: shindig/trunk/java/gadgets/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/java/gadgets/pom.xml?rev=943890&r1=943889&r2=943890&view=diff
==============================================================================
--- shindig/trunk/java/gadgets/pom.xml (original)
+++ shindig/trunk/java/gadgets/pom.xml Thu May 13 14:05:55 2010
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.1-BETA6-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: shindig/trunk/java/samples/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/java/samples/pom.xml?rev=943890&r1=943889&r2=943890&view=diff
==============================================================================
--- shindig/trunk/java/samples/pom.xml (original)
+++ shindig/trunk/java/samples/pom.xml Thu May 13 14:05:55 2010
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.1-BETA6-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: shindig/trunk/java/server/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/java/server/pom.xml?rev=943890&r1=943889&r2=943890&view=diff
==============================================================================
--- shindig/trunk/java/server/pom.xml (original)
+++ shindig/trunk/java/server/pom.xml Thu May 13 14:05:55 2010
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.1-BETA6-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: shindig/trunk/java/social-api/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/java/social-api/pom.xml?rev=943890&r1=943889&r2=943890&view=diff
==============================================================================
--- shindig/trunk/java/social-api/pom.xml (original)
+++ shindig/trunk/java/social-api/pom.xml Thu May 13 14:05:55 2010
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.1-BETA6-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: shindig/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=943890&r1=943889&r2=943890&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Thu May 13 14:05:55 2010
@@ -28,7 +28,7 @@
<groupId>org.apache.shindig</groupId>
<artifactId>shindig-project</artifactId>
- <version>1.1-BETA6-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Shindig Project</name>
@@ -73,10 +73,10 @@
<!-- D I S T R I B U T I O N M A N A G E M E N T
-->
<!-- ======================================================================
-->
<distributionManagement>
- <!-- This is the technical website for Shindig 1.1.x -->
+ <!-- This is the technical website for Shindig 2.0.x -->
<site>
<id>apache.website</id>
- <url>scp://people.apache.org/www/shindig.apache.org/shindig-1.1.x</url>
+ <url>scp://people.apache.org/www/shindig.apache.org/shindig-2.0.x</url>
</site>
</distributionManagement>