]> source.dussan.org Git - gwtquery.git/commitdiff
prepare 1.1.0.rc1 to be deployed to central maven repo
authorManolo Carrasco <manolo@apache.org>
Sun, 28 Aug 2011 00:36:22 +0000 (00:36 +0000)
committerManolo Carrasco <manolo@apache.org>
Sun, 28 Aug 2011 00:36:22 +0000 (00:36 +0000)
archetype/pom.xml
devtest/pom.xml
gwtquery-core-2.0.1/pom.xml
gwtquery-core-2.1.0/pom.xml
gwtquery-core-2.2.0/pom.xml
gwtquery-core/pom.xml
pom.xml
samples/pom.xml

index 9219a8ed947bf5be2cab79c79e3c9619dc96d91d..378dda555ea96f2c70389f44f42c12bb01f1a4f2 100644 (file)
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.googlecode.gwtquery</groupId>
   <artifactId>gquery-archetype</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.1.0.rc1-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
   <name>GwtQuery Archetype</name>
   <description>This archetype generates a Gwt-2.2.0 project with all set to use GwtQuery and its plugins</description>
index 14604e62428c888575c4dc9e464b59cfb4d2e4a6..a648882d3f0ec48002f97fda2d17162b142d5fcd 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.1.0.rc1-SNAPSHOT</version>
     </parent>
 
     <artifactId>devtest</artifactId>
index b6053088a4c06886329714f22f3b00a1a4a15652..c02789c5a018ac1dee8f82ab560eeba53baff859 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0.rc1-SNAPSHOT</version>
   </parent>
 
   <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
index 30d2c179a35911b1c9f51a2be9c131ca1c664005..7a1b76a3f86c9922405362702885c8e5bc66c618 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0.rc1-SNAPSHOT</version>
   </parent>
 
   <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
index 07b71c287ff55cd8f9fbd518b9b49d8c8fdbc388..98830da1d230f5927abf0cfa9c9bf38f145c0d60 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0.rc1-SNAPSHOT</version>
   </parent>
 
   <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
index d70226f0458612a9eed3105657dd2d9af56518d5..b0d31d8479cd81e18d2bc61ba38f97e77d478831 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.1.0.rc1-SNAPSHOT</version>
     </parent>
 
 
diff --git a/pom.xml b/pom.xml
index 5fe268c1157ba8c9ccd10314b2431ef420419ff6..5eb07e8c6688e8c0f62f92804fa9f509ce7ef8bf 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.1.0-SNAPSHOT</version>
+    <version>1.1.0.rc1-SNAPSHOT</version>
     <name>Gwt Query Project</name>
     <url>http://gwtquery.com</url>
     <description>GwtQuery is a jQuery clone written in GWT.</description>
         <system>Google Code</system>
         <url>http://code.google.com/p/gwtquery/issues/list</url>
     </issueManagement>
-<!--
     <parent>
       <groupId>org.sonatype.oss</groupId>
       <artifactId>oss-parent</artifactId>
       <version>3</version>
     </parent>
--->
 
     <distributionManagement>
       <snapshotRepository>
index 0af9e8ae22a85d52b3d3daf9aa710c92769c54d4..217eb89e76caddaa96a0ed43d44e336d3d35e014 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.1.0.rc1-SNAPSHOT</version>
     </parent>
 
     <name>GwtQuery Samples</name>