]> source.dussan.org Git - gwtquery.git/commitdiff
[maven-release-plugin] prepare for next development iteration
authorManolo Carrasco <manolo@apache.org>
Tue, 3 May 2011 11:09:43 +0000 (11:09 +0000)
committerManolo Carrasco <manolo@apache.org>
Tue, 3 May 2011 11:09:43 +0000 (11:09 +0000)
gwtquery-core-2.0.1/pom.xml
gwtquery-core-2.1.0/pom.xml
gwtquery-core/pom.xml
pom.xml
samples/pom.xml

index b2e78f5ed0c683e27a1c579d87c96b8dbffbc260..7639130b43eb30d16fd79e9eabe27e3c8caad74e 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
   </parent>
 
   <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
index 8ee68a5ae3fb67efb0145acccbf5f29ba92d6d98..d46dd3c6b609af93ce3a8fd7ef582bc6bf77ab0c 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
   </parent>
 
   <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
index 9b71a6be81a84ce3d047ffd80e163e8b4c361a08..2d8559ab47b8835aa8797abd9efd1934c8e30e7d 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>gwtquery</artifactId>
diff --git a/pom.xml b/pom.xml
index ee2d3c0fc1492df079141c113cd69f6dfec51490..2a2f4d7c8f07b6d60cde830f2baff87ed0c543d3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
     <packaging>pom</packaging>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
     <name>Gwt Query Project</name>
     <url>http://gwtquery.com</url>
     <description>GwtQuery is a jQuery clone written in GWT.</description>
     </developers>
 
     <scm>
-        <connection>scm:svn:http://gwtquery.googlecode.com/svn/tags/gwtquery-project-1.0.0
+        <connection>scm:svn:http://gwtquery.googlecode.com/svn/trunk
         </connection>
-        <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/gwtquery-project-1.0.0
+        <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/trunk
         </developerConnection>
-        <url>http://code.google.com/p/gwtquery/source/browse/tags/gwtquery-project-1.0.0</url>
+        <url>http://code.google.com/p/gwtquery/source/browse/trunk</url>
     </scm>
 
     <modules>
index 7220e459f59695c7a67d77f9d966cfdc734a853d..7df5f14e1445fdf6dc904affe8c2ff61de87f9b5 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
 
     <name>GwtQuery Samples</name>