]> source.dussan.org Git - gwtquery.git/commitdiff
Changing version so as we can release gquery 1.3.2
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Fri, 15 Mar 2013 15:33:06 +0000 (16:33 +0100)
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Fri, 15 Mar 2013 15:33:06 +0000 (16:33 +0100)
archetype/pom.xml
devtest/pom.xml
gwtquery-core-2.0.1/pom.xml
gwtquery-core-2.1.0/pom.xml
gwtquery-core/pom.xml
jsquery/pom.xml
pom.xml
samples/pom.xml

index 1af510a626297875250f996ea0d053c93e3dd3c7..1636a2fac68de6e068c5825ed4a59bc6ae74f55a 100644 (file)
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.googlecode.gwtquery</groupId>
   <artifactId>gquery-archetype</artifactId>
-  <version>1.3.2-SNAPSHOT</version>
+  <version>1.3.2</version>
   <packaging>maven-archetype</packaging>
   <name>GwtQuery Archetype</name>
 
index 3f73740f4c5fd224973407f9c005761439c51d99..a9741a61198c5d19afbaccb623c57cb7f673195b 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.3.2-SNAPSHOT</version>
+        <version>1.3.2</version>
     </parent>
 
     <artifactId>devtest</artifactId>
index 5812ec0f01566b3f2004776ae3d6337759af00eb..6737307b65f1f2d84a81eebe69e490f4a3fd37d6 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>1.3.2-SNAPSHOT</version>
+    <version>1.3.2</version>
   </parent>
 
   <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
index e823818110b30d1f35d0523656c55f5bf0fd1ad4..6af637b1fe59be7d0d8760d6ff14f76235a5c780 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>1.3.2-SNAPSHOT</version>
+    <version>1.3.2</version>
   </parent>
 
   <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
index 38a404d615b5f31bbeacd08bceddf8c7436eeb3d..2d5c76f3765f74f140f5261880d8318213e79358 100644 (file)
@@ -3,12 +3,12 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.3.2-SNAPSHOT</version>
+        <version>1.3.2</version>
     </parent>
 
     <artifactId>gwtquery</artifactId>
     <packaging>jar</packaging>
-    <version>1.3.2-SNAPSHOT</version>
+    <version>1.3.2</version>
     <name>Gwt Query Core API</name>
     <url>http://gwtquery.com</url>
     <dependencies>
index ad30ddff19d7b17a82b195622c46be4b8d786669..a09bfb5ad1bc027c0c54b375198743904a7ba605 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.3.2-SNAPSHOT</version>
+        <version>1.3.2</version>
     </parent>
 
     <name>JsQuery</name>
diff --git a/pom.xml b/pom.xml
index 54d5584edccc877ff88d48104d73b5b7b62c2d19..9712d5cf014710922d8b731f4803cd789a465cc2 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.3.2-SNAPSHOT</version>
+    <version>1.3.2</version>
     <name>Gwt Query Project</name>
     <url>http://gwtquery.com</url>
     <description>GwtQuery is a jQuery clone written in GWT.</description>
index 18a91e260b54971b8d0c63d83b04a73ad4b3da23..35fb75075a496d1f27c939a81aaf9bef3da28cb6 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.3.2-SNAPSHOT</version>
+        <version>1.3.2</version>
     </parent>
 
     <name>GwtQuery Samples</name>