diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-03-02 09:31:39 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-03-02 09:31:39 +0000 |
commit | 4903c8972d9762b240f490ebaca77224b4247bcc (patch) | |
tree | 9e2ee0e73acbf73bf2df4ef4db83dae43e305ea5 /devtest | |
parent | 21e3f2dc709deb13f656371d20b38a8d5b958963 (diff) | |
download | gwtquery-4903c8972d9762b240f490ebaca77224b4247bcc.tar.gz gwtquery-4903c8972d9762b240f490ebaca77224b4247bcc.zip |
adding gwt-maven version to pom
Diffstat (limited to 'devtest')
-rw-r--r-- | devtest/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devtest/pom.xml b/devtest/pom.xml index 7c4e5e9c..4a212515 100644 --- a/devtest/pom.xml +++ b/devtest/pom.xml @@ -52,6 +52,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>gwt-maven-plugin</artifactId> + <version>${gwtmaven}</version> <configuration> <!-- <style>PRETTY</style> --> <gwtVersion>${gwtversion}</gwtVersion> |