diff options
-rw-r--r-- | archetype/pom.xml | 2 | ||||
-rw-r--r-- | gwtquery-core/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/archetype/pom.xml b/archetype/pom.xml index d910e050..77d8e765 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.3-SNAPSHOT</version> + <version>1.4.3</version> <packaging>maven-archetype</packaging> <name>GwtQuery Archetype</name> diff --git a/gwtquery-core/pom.xml b/gwtquery-core/pom.xml index 0a56bc8c..9c725eea 100644 --- a/gwtquery-core/pom.xml +++ b/gwtquery-core/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> - <version>1.4.3-SNAPSHOT</version> + <version>1.4.3</version> </parent> @@ -11,7 +11,7 @@ <!-- valid emulations are FF17 IE8 IE9 Chrome, but only FF17 works. --> <gwt.test.htmlunit>FF17</gwt.test.htmlunit> <gwt.test.default>-ea -out ${basedir}/target/gwt-junit -checkAssertions</gwt.test.default> - <gwt.args></gwt.args> + <gwt.args /> </properties> <profiles> <profile> @@ -3,7 +3,7 @@ <groupId>com.googlecode.gwtquery</groupId> <artifactId>gwtquery-project</artifactId> <packaging>pom</packaging> - <version>1.4.3-SNAPSHOT</version> + <version>1.4.3</version> <name>Gwt Query Project</name> <url>http://gwtquery.com</url> <description>GwtQuery is a jQuery clone written in GWT.</description> |