Mercurial > dive4elements > river
diff flys-client/pom.xml @ 5835:821a02bbfb4e
Fixed internal java dependencies
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Thu, 25 Apr 2013 13:12:15 +0200 |
parents | d3193a336ddd |
children | 795218cf62eb |
line wrap: on
line diff
--- a/flys-client/pom.xml Thu Apr 25 12:31:32 2013 +0200 +++ b/flys-client/pom.xml Thu Apr 25 13:12:15 2013 +0200 @@ -4,11 +4,11 @@ <!-- POM file generated with GWT webAppCreator --> <modelVersion>4.0.0</modelVersion> - <groupId>de.intevation.flys.client</groupId> - <artifactId>FLYS</artifactId> + <groupId>org.dive4elements.river.client</groupId> + <artifactId>client</artifactId> <packaging>war</packaging> <version>1.0-SNAPSHOT</version> - <name>de.intevation.flys.client.FLYS</name> + <name>org.dive4elements.river.client</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -43,12 +43,12 @@ <version>3.0</version> </dependency> <dependency> - <groupId>de.intevation.artifacts.common</groupId> + <groupId>org.dive4elements</groupId> <artifactId>artifacts-common</artifactId> <version>1.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>de.intevation.artifacts.httpclient</groupId> + <groupId>org.dive4elements</groupId> <artifactId>http-client</artifactId> <version>1.0-SNAPSHOT</version> </dependency> @@ -234,5 +234,3 @@ </repository> </repositories> </project> - -