diff options
author | Mike Conway <mikeconway@Mike-Conways-MacBook-Pro.local> | 2011-02-09 15:18:46 (GMT) |
---|---|---|
committer | Mike Conway <mikeconway@Mike-Conways-MacBook-Pro.local> | 2011-02-09 15:18:46 (GMT) |
commit | 62964deb2de64ffdf80ec108e278e3e5f7a2ad41 (patch) | |
tree | 686fcaaddc30a9cf14348b1dd23354673aeceb69 /idrop-swing/pom.xml | |
parent | 52a56f8acd4041b3f04c2fb2cb668bb98802eeaf (diff) | |
download | QCG-Data-62964deb2de64ffdf80ec108e278e3e5f7a2ad41.zip QCG-Data-62964deb2de64ffdf80ec108e278e3e5f7a2ad41.tar.gz QCG-Data-62964deb2de64ffdf80ec108e278e3e5f7a2ad41.tar.bz2 |
update for changes to mvn artifacts
Diffstat (limited to 'idrop-swing/pom.xml')
-rw-r--r-- | idrop-swing/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/idrop-swing/pom.xml b/idrop-swing/pom.xml index fb767a7..31dc719 100644 --- a/idrop-swing/pom.xml +++ b/idrop-swing/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.irods</groupId> <artifactId>irods-idrop</artifactId> - <version>0.9.0-SNAPSHOT</version> + <version>0.9.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.irods</groupId> @@ -86,7 +86,7 @@ </configuration> </plugin> </plugins> - </build> + </build> <dependencies> <dependency> @@ -95,7 +95,7 @@ <version>1.0.3</version> </dependency> <dependency> - <groupId>org.irods</groupId> + <groupId>org.irods.jargon</groupId> <artifactId>jargon-security</artifactId> </dependency> </dependencies> |