Author: lindner
Date: Tue Sep  7 13:36:58 2010
New Revision: 993353

URL: http://svn.apache.org/viewvc?rev=993353&view=rev
Log:
bump to 2.0 release plugin, move targets to 3.0.0-SNAPSHOT

Modified:
    shindig/trunk/extras/pom.xml
    shindig/trunk/features/pom.xml
    shindig/trunk/java/common/pom.xml
    shindig/trunk/java/gadgets/pom.xml
    shindig/trunk/java/server/pom.xml
    shindig/trunk/java/social-api/pom.xml
    shindig/trunk/pom.xml

Modified: shindig/trunk/extras/pom.xml
URL: 
http://svn.apache.org/viewvc/shindig/trunk/extras/pom.xml?rev=993353&r1=993352&r2=993353&view=diff
==============================================================================
--- shindig/trunk/extras/pom.xml (original)
+++ shindig/trunk/extras/pom.xml Tue Sep  7 13:36:58 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>3.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=993353&r1=993352&r2=993353&view=diff
==============================================================================
--- shindig/trunk/features/pom.xml (original)
+++ shindig/trunk/features/pom.xml Tue Sep  7 13:36:58 2010
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>3.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=993353&r1=993352&r2=993353&view=diff
==============================================================================
--- shindig/trunk/java/common/pom.xml (original)
+++ shindig/trunk/java/common/pom.xml Tue Sep  7 13:36:58 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>3.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=993353&r1=993352&r2=993353&view=diff
==============================================================================
--- shindig/trunk/java/gadgets/pom.xml (original)
+++ shindig/trunk/java/gadgets/pom.xml Tue Sep  7 13:36:58 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>3.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=993353&r1=993352&r2=993353&view=diff
==============================================================================
--- shindig/trunk/java/server/pom.xml (original)
+++ shindig/trunk/java/server/pom.xml Tue Sep  7 13:36:58 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>3.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=993353&r1=993352&r2=993353&view=diff
==============================================================================
--- shindig/trunk/java/social-api/pom.xml (original)
+++ shindig/trunk/java/social-api/pom.xml Tue Sep  7 13:36:58 2010
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-project</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>3.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=993353&r1=993352&r2=993353&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Tue Sep  7 13:36:58 2010
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.shindig</groupId>
   <artifactId>shindig-project</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Shindig Project</name>
@@ -1056,6 +1056,11 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.0</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
           <version>2.4.3</version>
         </plugin>


Reply via email to