]> source.dussan.org Git - gwtquery.git/commitdiff
[maven-release-plugin] prepare for next development iteration
authorRay Cromwell <cromwellian@gmail.com>
Wed, 4 Jun 2008 00:08:35 +0000 (00:08 +0000)
committerRay Cromwell <cromwellian@gmail.com>
Wed, 4 Jun 2008 00:08:35 +0000 (00:08 +0000)
gwtquery-core/pom.xml
pom.xml
samples/pom.xml

index 958111aa6c5be7eba227577e418d5dcfbc008c98..a458a93c9d785d6ae3c7d2760a04a6d3c05540f0 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>gwtquery</artifactId>
diff --git a/pom.xml b/pom.xml
index 06d49eecf264e4eda15e27f324629785ca011bda..39885342ff726facf7cfd0dc65d2ca358fa217e8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   <groupId>gwtquery</groupId>
   <artifactId>gwtquery-project</artifactId>
   <packaging>pom</packaging>
-  <version>0.2</version>
+  <version>0.3-SNAPSHOT</version>
   <name>GwtQuery Project</name>
   <url>http://gwtquery.com</url>
   <description>GwtQuery is a jQuery clone written in GWT.</description>
@@ -27,9 +27,9 @@
   </developers>
 
   <scm>
-    <connection>scm:svn:http://gwtquery.googlecode.com/svn/tags/gwtquery-project-0.2</connection>
-    <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/gwtquery-project-0.2</developerConnection>
-    <url>http://code.google.com/p/gwtquery/source/browse/tags/gwtquery-project-0.2</url>
+    <connection>scm:svn:http://gwtquery.googlecode.com/svn/trunk</connection>
+    <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/trunk</developerConnection>
+    <url>http://code.google.com/p/gwtquery/source/browse/trunk</url>
   </scm>
 
   <modules>
index feff264042d256d448521483116dfa72eaddec36..9fe806c9e65a72c0a76df456dec5d58feb27e1e4 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
   </parent>
 
   <name>GwtQuery Samples</name>