diff options
author | christiangoudreau <christian.goudreau@arcbees.com> | 2015-03-08 13:03:22 -0400 |
---|---|---|
committer | christiangoudreau <christian.goudreau@arcbees.com> | 2015-03-08 13:03:22 -0400 |
commit | 62a6549f7dfc9c97004d66b473b93137badd915a (patch) | |
tree | b0be3ca99ea876b07b536df43545471a66e9801b | |
parent | 2c7901f58770a13de22612889374b74725bf6fbf (diff) | |
download | gwtquery-62a6549f7dfc9c97004d66b473b93137badd915a.tar.gz gwtquery-62a6549f7dfc9c97004d66b473b93137badd915a.zip |
Sample was still using 1.4.3
-rw-r--r-- | samples/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/pom.xml b/samples/pom.xml index 17152682..1c53000c 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.3-SNAPSHOT</version> + <version>1.4.4-SNAPSHOT</version> </parent> <name>GwtQuery Samples</name> |