diff options
-rw-r--r-- | archetype/pom.xml | 2 | ||||
-rw-r--r-- | archetype/src/main/resources/archetype-resources/pom.xml | 4 | ||||
-rw-r--r-- | change_version.sh | 2 | ||||
-rw-r--r-- | devtest/pom.xml | 2 | ||||
-rw-r--r-- | gwtquery-core/pom.xml | 3 | ||||
-rw-r--r-- | jsquery/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 3 | ||||
-rw-r--r-- | samples/pom.xml | 2 |
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> @@ -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> |