]> source.dussan.org Git - gwtquery.git/commitdiff
Changing version for a new release
authorManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Tue, 10 Dec 2013 17:29:21 +0000 (18:29 +0100)
committerManuel Carrasco Moñino <manuel.carrasco.m@gmail.com>
Tue, 10 Dec 2013 17:29:21 +0000 (18:29 +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 a2d68804cb15bc383ab458cb571b36010e851f38..02dc177340e8e64241ee6392f14aae2a27ae8e0e 100644 (file)
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.googlecode.gwtquery</groupId>
   <artifactId>gquery-archetype</artifactId>
-  <version>1.4.0-SNAPSHOT</version>
+  <version>1.4.0</version>
   <packaging>maven-archetype</packaging>
   <name>GwtQuery Archetype</name>
 
index 89d33fb8a1b5b48fc82fca0622be7927bc831925..ea67aeb33ba45dd05885225c051d50a4ac988acf 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.0-SNAPSHOT</gQueryVersion>
+      <gQueryVersion>1.4.0</gQueryVersion>
       <gwtversion>2.5.1</gwtversion>
       <gwtmaven>2.5.1</gwtmaven>
     </properties>
index 7c32ffeeaa3de4c63fcd6ac6035dee2c5d85d251..8822f76a82557a35a24ab825afaf30582072455a 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0</version>
     </parent>
 
     <artifactId>devtest</artifactId>
index 751755ce1ddad79812a1be4b462f274d3de9b486..03c4d88dddfce6b611f9d74d8a94749e727355cd 100644 (file)
@@ -3,12 +3,12 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0</version>
     </parent>
 
     <artifactId>gwtquery</artifactId>
     <packaging>jar</packaging>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0</version>
     <name>Gwt Query Core API</name>
     <url>http://gquery.org</url>
     <dependencies>
index 3d58fbca9dcfcfb92c4dcf0e44f180b1e2f238a6..8fd1335b3c747f93d6e5aa67a611390b71d4a90e 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0</version>
     </parent>
 
     <name>JsQuery</name>
diff --git a/pom.xml b/pom.xml
index 0a371f9c7acfb394361f9856328ce75e3a3408be..35c6459b042533309f508b6e2dc20b4eab86b4c2 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.0-SNAPSHOT</version>
+    <version>1.4.0</version>
     <name>Gwt Query Project</name>
     <url>http://gwtquery.com</url>
     <description>GwtQuery is a jQuery clone written in GWT.</description>
index 9252cfd1321ea449a28db046d2ae615acbba0abe..1b3d5c001f345229e3eb238d3a9f3d1e3faddf09 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.googlecode.gwtquery</groupId>
         <artifactId>gwtquery-project</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.0</version>
     </parent>
 
     <name>GwtQuery Samples</name>