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

index e15e73033a4cf32220a49380a06bfc3f830b69a5..958111aa6c5be7eba227577e418d5dcfbc008c98 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
   </parent>
 
   <artifactId>gwtquery</artifactId>
diff --git a/pom.xml b/pom.xml
index 0c564a5f6e7cc8a127cb6c2131f471c1c2eb3051..06d49eecf264e4eda15e27f324629785ca011bda 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-SNAPSHOT</version>
+  <version>0.2</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/trunk</connection>
-    <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/trunk</developerConnection>
-    <url>http://code.google.com/p/gwtquery/source/browse/trunk</url>
+    <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>
   </scm>
 
   <modules>
index 583ae86259b914569543be9e59c518a0da00fa07..feff264042d256d448521483116dfa72eaddec36 100644 (file)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
   </parent>
 
   <name>GwtQuery Samples</name>