]> source.dussan.org Git - gwtquery.git/commitdiff
Changing versio so as we can release 1.4.1
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Mon, 10 Mar 2014 07:32:44 +0000 (08:32 +0100)
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Mon, 10 Mar 2014 07:32:44 +0000 (08:32 +0100)
archetype/pom.xml
archetype/src/main/resources/archetype-resources/pom.xml
devtest/pom.xml
gwtquery-core/pom.xml
jsquery/pom.xml
pom.xml
samples/pom.xml

index 94d53b52a41dc8e6f0b9b6c5c63659054dbd9589..aeefd7c932de70d5460d2e20ef926cded1f28691 100644 (file)
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.googlecode.gwtquery</groupId>
   <artifactId>gquery-archetype</artifactId>
-  <version>1.4.1-SNAPSHOT</version>
+  <version>1.4.1</version>
   <packaging>maven-archetype</packaging>
   <name>GwtQuery Archetype</name>
 
index f61084a993e0c5e45da1d7602486598c330bdda4..da695ebf133ed26fafac95551a74b259cd227fa0 100644 (file)
@@ -12,7 +12,7 @@
       <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
       <maven.compiler.source>1.6</maven.compiler.source>
       <maven.compiler.target>1.6</maven.compiler.target>
-      <gQueryVersion>1.4.1-SNAPSHOT</gQueryVersion>
+      <gQueryVersion>1.4.1</gQueryVersion>
       <gwtversion>2.5.1</gwtversion>
       <gwtmaven>2.5.1</gwtmaven>
     </properties>
index 64ec23e6ddcbd2716aff399db2bf877786d98227..4da27e99496f5a70d11143ccb0a8c55dd1e62c8d 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.4.1-SNAPSHOT</version>
+        <version>1.4.1</version>
     </parent>
 
     <artifactId>devtest</artifactId>
index 1514e2e596dc0f4ba61b8becc0d93708b7074ec8..31aede2daea16164374c5a8cfa5f9f60c9250671 100644 (file)
@@ -3,12 +3,12 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.4.1-SNAPSHOT</version>
+        <version>1.4.1</version>
     </parent>
 
     <artifactId>gwtquery</artifactId>
     <packaging>jar</packaging>
-    <version>1.4.1-SNAPSHOT</version>
+    <version>1.4.1</version>
     <name>Gwt Query Core API</name>
     <url>http://gquery.org</url>
     <dependencies>
index 6feb3851cacc9800142fcaaad6eba9a0d8bc32c0..d71041cfe910849e27e6172ffa6b163d273fe86d 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.4.1-SNAPSHOT</version>
+        <version>1.4.1</version>
     </parent>
 
     <name>JsQuery</name>
diff --git a/pom.xml b/pom.xml
index e0ad1c67b3458bf47e8ed28fc4aaf975004b5da1..ccf7fc60ace4cfefbb1ba271e486a270172ffde4 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.4.1-SNAPSHOT</version>
+    <version>1.4.1</version>
     <name>Gwt Query Project</name>
     <url>http://gwtquery.com</url>
     <description>GwtQuery is a jQuery clone written in GWT.</description>
index 18c15f14ce8673f731c773c25e543009c65783be..c648e28b76b8068febb2c193bfb95ff06fc06f9f 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.4.1-SNAPSHOT</version>
+        <version>1.4.1</version>
     </parent>
 
     <name>GwtQuery Samples</name>