]> source.dussan.org Git - gwtquery.git/commitdiff
[maven-release-plugin] prepare release gwtquery-project-1.0.0
authorManolo Carrasco <manolo@apache.org>
Tue, 3 May 2011 11:09:26 +0000 (11:09 +0000)
committerManolo Carrasco <manolo@apache.org>
Tue, 3 May 2011 11:09:26 +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 3870c51c1408b197de2dacbac9960192ef92c09a..b2e78f5ed0c683e27a1c579d87c96b8dbffbc260 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
index 9ffe475f4d3ac82d8ff607fb919ad312a6c999f2..8ee68a5ae3fb67efb0145acccbf5f29ba92d6d98 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
index c3f114582000be25be3864ed0732e405e4be3f2a..9b71a6be81a84ce3d047ffd80e163e8b4c361a08 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <artifactId>gwtquery</artifactId>
diff --git a/pom.xml b/pom.xml
index 0745a70851b7fd9a71a850df0e7e30b29df6c14f..ee2d3c0fc1492df079141c113cd69f6dfec51490 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-SNAPSHOT</version>
+    <version>1.0.0</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/trunk
+        <connection>scm:svn:http://gwtquery.googlecode.com/svn/tags/gwtquery-project-1.0.0
         </connection>
-        <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/trunk
+        <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/tags/gwtquery-project-1.0.0
         </developerConnection>
-        <url>http://code.google.com/p/gwtquery/source/browse/trunk</url>
+        <url>http://code.google.com/p/gwtquery/source/browse/tags/gwtquery-project-1.0.0</url>
     </scm>
 
     <modules>
     <properties>
         <gwtversion>2.2.0</gwtversion>
         <gwtmaven>2.2.0</gwtmaven>
-        <gqueryclassifier></gqueryclassifier>
+        <gqueryclassifier />
         <gwt.loglevel>INFO</gwt.loglevel>
         <gwt.outputstyle>OBF</gwt.outputstyle>
         <gwt.modulesuffix />
index f8513dbaf2917a085ec28809a7b6a7232c4afbdd..7220e459f59695c7a67d77f9d966cfdc734a853d 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <name>GwtQuery Samples</name>