]> source.dussan.org Git - gwtquery.git/commitdiff
Setting pom version to last stable one so as we can tag it
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Thu, 7 Feb 2013 11:32:44 +0000 (12:32 +0100)
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Thu, 7 Feb 2013 11:32:44 +0000 (12:32 +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 7e41f68b318df7fc33219736dded94d57b83b4f1..32443b7af7c6bf48c557f09ba67313ec3bf1eba0 100644 (file)
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.googlecode.gwtquery</groupId>
   <artifactId>gquery-archetype</artifactId>
-  <version>1.1.4-SNAPSHOT</version>
+  <version>1.3.1</version>
   <packaging>maven-archetype</packaging>
   <name>GwtQuery Archetype</name>
 
index 5ae88756c35bf4fd149007199739c662fb56241d..810c0e07466b4cd57e82f477f551974659c6a1df 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.3.1</version>
     </parent>
 
     <artifactId>devtest</artifactId>
index bb54d8fe4abd9240ab6a9075e0bae2f94c9a413f..05e93fa9c173bbc5dd5b8f634f801fb9a2d6beb7 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.3.1</version>
   </parent>
 
   <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
index 47c401456f8ad4524c619ede663021d06bf821f0..383dda0ee506d0caa2fa1e27c5bcee7b7bdaed17 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.googlecode.gwtquery</groupId>
     <artifactId>gwtquery-project</artifactId>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.3.1</version>
   </parent>
 
   <description>Generates an artifact compiled with a concrete gwt version specified in the artifactId</description>
index 88bf45d69e50a12036aba70ee291d9492ffd4125..e6ac1316d6d4887d08cc2b724ac962527e7d9e41 100644 (file)
@@ -3,12 +3,12 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.3.1</version>
     </parent>
 
     <artifactId>gwtquery</artifactId>
     <packaging>jar</packaging>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.3.1</version>
     <name>Gwt Query Core API</name>
     <url>http://gwtquery.com</url>
     <dependencies>
index 9ac9e72bf1583403712743213fb4fc3047f622dc..ca5957d058b7426f869e19df9beae2c009eb1e39 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.3.1</version>
     </parent>
 
     <name>JsQuery</name>
diff --git a/pom.xml b/pom.xml
index f6a47a6d49fd3cec17011f6c6ccc4749989c11e8..25933769ef6e89b31da1b29e763034ced98fc9fd 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.2.1-SNAPSHOT</version>
+    <version>1.3.1</version>
     <name>Gwt Query Project</name>
     <url>http://gwtquery.com</url>
     <description>GwtQuery is a jQuery clone written in GWT.</description>
index 7d737fe6b6da3125d8e6195579121bf97ea8ab84..68eeeef2556bf975b4a1e446af075523bd0afb1f 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.3.1</version>
     </parent>
 
     <name>GwtQuery Samples</name>