aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2014-06-12 10:46:43 +0200
committerManolo Carrasco <manolo@apache.org>2014-06-12 10:54:37 +0200
commit65101f27def521a6c1081da057916b50a290c444 (patch)
treeee8651c34eda5df5d964a97474cfd3919a583bda
parente2a92239286341564538ac498d32c913e22be4e5 (diff)
downloadgwtquery-65101f27def521a6c1081da057916b50a290c444.tar.gz
gwtquery-65101f27def521a6c1081da057916b50a290c444.zip
Increase snapshot versions. Include archetype module so as we deploy it at the same time than gquery.
-rw-r--r--archetype/pom.xml2
-rw-r--r--archetype/src/main/resources/archetype-resources/pom.xml4
-rw-r--r--change_version.sh2
-rw-r--r--devtest/pom.xml2
-rw-r--r--gwtquery-core/pom.xml3
-rw-r--r--jsquery/pom.xml2
-rw-r--r--pom.xml3
-rw-r--r--samples/pom.xml2
8 files changed, 10 insertions, 10 deletions
diff --git a/archetype/pom.xml b/archetype/pom.xml
index f222e5a2..d910e050 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.2</version>
+ <version>1.4.3-SNAPSHOT</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 5080b62c..d92dd68b 100644
--- a/archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetype/src/main/resources/archetype-resources/pom.xml
@@ -12,9 +12,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
- <gQueryVersion>1.4.2</gQueryVersion>
+ <gQueryVersion>1.4.3-SNAPSHOT</gQueryVersion>
<gwtversion>2.6.1</gwtversion>
- <gwtmaven>2.6.0</gwtmaven>
+ <gwtmaven>2.6.1</gwtmaven>
</properties>
<repositories>
diff --git a/change_version.sh b/change_version.sh
index a64af76d..9e6400b9 100644
--- a/change_version.sh
+++ b/change_version.sh
@@ -8,5 +8,5 @@ do
echo $V $i
done
-perl -pi -e "s;<gQueryVersion>$V</gQueryVersion>;<gQueryVersion>$1</gQueryVersion>;" \
+perl -pi -e "s;<gQueryVersion>.+</gQueryVersion>;<gQueryVersion>$1</gQueryVersion>;" \
archetype/src/main/resources/archetype-resources/pom.xml
diff --git a/devtest/pom.xml b/devtest/pom.xml
index 4da27e99..2ba90061 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.1</version>
+ <version>1.4.3-SNAPSHOT</version>
</parent>
<artifactId>devtest</artifactId>
diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml
index 1ef308f8..62ad370c 100644
--- a/gwtquery-core/pom.xml
+++ b/gwtquery-core/pom.xml
@@ -3,12 +3,11 @@
<parent>
<groupId>com.googlecode.gwtquery</groupId>
<artifactId>gwtquery-project</artifactId>
- <version>1.4.1</version>
+ <version>1.4.3-SNAPSHOT</version>
</parent>
<artifactId>gwtquery</artifactId>
<packaging>jar</packaging>
- <version>1.4.2-SNAPSHOT</version>
<name>Gwt Query Core API</name>
<url>http://gquery.org</url>
<dependencies>
diff --git a/jsquery/pom.xml b/jsquery/pom.xml
index d71041cf..b70d18f4 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.1</version>
+ <version>1.4.3-SNAPSHOT</version>
</parent>
<name>JsQuery</name>
diff --git a/pom.xml b/pom.xml
index c1b358dd..881ee51a 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.2-SNAPSHOT</version>
+ <version>1.4.3-SNAPSHOT</version>
<name>Gwt Query Project</name>
<url>http://gwtquery.com</url>
<description>GwtQuery is a jQuery clone written in GWT.</description>
@@ -64,6 +64,7 @@
<modules>
<module>gwtquery-core</module>
+ <module>archetype</module>
</modules>
<pluginRepositories>
diff --git a/samples/pom.xml b/samples/pom.xml
index 222222d9..17152682 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.1</version>
+ <version>1.4.3-SNAPSHOT</version>
</parent>
<name>GwtQuery Samples</name>