diff options
author | Manuel Carrasco Moñino <manuel.carrasco.m@gmail.com> | 2013-02-07 12:32:44 +0100 |
---|---|---|
committer | Manuel Carrasco Moñino <manuel.carrasco.m@gmail.com> | 2013-02-07 12:32:44 +0100 |
commit | b9f01a1e0a782d030794a85e6cdac69d4f41308c (patch) | |
tree | d793b5f2da9dedbcdaa36d14b94c1e49c40e8ea6 /archetype | |
parent | d3412c8671f65b78f145f8547ef7f0c5197f3d56 (diff) | |
download | gwtquery-b9f01a1e0a782d030794a85e6cdac69d4f41308c.tar.gz gwtquery-b9f01a1e0a782d030794a85e6cdac69d4f41308c.zip |
Setting pom version to last stable one so as we can tag it
Diffstat (limited to 'archetype')
-rw-r--r-- | archetype/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archetype/pom.xml b/archetype/pom.xml index 7e41f68b..32443b7a 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.1.4-SNAPSHOT</version> + <version>1.3.1</version> <packaging>maven-archetype</packaging> <name>GwtQuery Archetype</name> |