diff options
author | Manolo Carrasco <manolo@apache.org> | 2011-05-03 10:07:29 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2011-05-03 10:07:29 +0000 |
commit | 85c816cf7695882bf68b0e7feb1195c0d1e73981 (patch) | |
tree | f6f812587b76e1149cef783fa7c6b4c1693b1cc3 /samples/pom.xml | |
parent | 86ad3f84b0d4cc48081a0b0bdab4846321a5c638 (diff) | |
download | gwtquery-85c816cf7695882bf68b0e7feb1195c0d1e73981.tar.gz gwtquery-85c816cf7695882bf68b0e7feb1195c0d1e73981.zip |
remove classifier in samples
Diffstat (limited to 'samples/pom.xml')
-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 ba47e9a5..905407af 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -16,7 +16,7 @@ <groupId>${groupId}</groupId> <artifactId>gwtquery</artifactId> <version>${version}</version> - <classifier>2.0.1</classifier> + <!-- <classifier>2.0.1</classifier> --> <type>jar</type> <scope>provided</scope> </dependency> |