aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archetype/pom.xml2
-rw-r--r--archetype/src/main/resources/archetype-resources/pom.xml2
-rw-r--r--devtest/pom.xml2
-rw-r--r--gwtquery-core/pom.xml4
-rw-r--r--jsquery/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--samples/pom.xml2
7 files changed, 8 insertions, 8 deletions
diff --git a/archetype/pom.xml b/archetype/pom.xml
index a2d68804..02dc1773 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -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>
diff --git a/archetype/src/main/resources/archetype-resources/pom.xml b/archetype/src/main/resources/archetype-resources/pom.xml
index 89d33fb8..ea67aeb3 100644
--- a/archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetype/src/main/resources/archetype-resources/pom.xml
@@ -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>
diff --git a/devtest/pom.xml b/devtest/pom.xml
index 7c32ffee..8822f76a 100644
--- a/devtest/pom.xml
+++ b/devtest/pom.xml
@@ -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>
diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml
index 751755ce..03c4d88d 100644
--- a/gwtquery-core/pom.xml
+++ b/gwtquery-core/pom.xml
@@ -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>
diff --git a/jsquery/pom.xml b/jsquery/pom.xml
index 3d58fbca..8fd1335b 100644
--- a/jsquery/pom.xml
+++ b/jsquery/pom.xml
@@ -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 0a371f9c..35c6459b 100644
--- 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>
diff --git a/samples/pom.xml b/samples/pom.xml
index 9252cfd1..1b3d5c00 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -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>