diff --git a/dockinginfonode/pom.xml b/dockinginfonode/pom.xml index 105415fabe77b2259e711ff3d952157c43e8daab..388233a527406baac651bcc405fd76ec30f78255 100644 --- a/dockinginfonode/pom.xml +++ b/dockinginfonode/pom.xml @@ -1,21 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> - <parent> <artifactId>super-pom-java</artifactId> <groupId>fr.soleil</groupId> <version>RELEASE</version> </parent> - <groupId>fr.soleil.lib</groupId> <artifactId>DockingInfoNode</artifactId> - <version>1.0.7-SNAPSHOT</version> - + <version>1.0.7</version> <name>Docking InfoNode</name> <description>InfoNode implementation of DockingCore</description> - <developers> <developer> <id>girardot</id> @@ -40,13 +36,11 @@ <timezone>1</timezone> </developer> </developers> - <scm> <connection>scm:svn:https://svn.code.sf.net/p/comete/code/trunk/DockingInfoNode</connection> <developerConnection>scm:svn:https://svn.code.sf.net/p/comete/code/trunk/DockingInfoNode</developerConnection> <url>https://svn.code.sf.net/p/comete/code/trunk/DockingInfoNode</url> </scm> - <build> <plugins> <plugin> @@ -63,7 +57,6 @@ </plugin> </plugins> </build> - <dependencies> <dependency> <groupId>fr.soleil.lib</groupId> @@ -74,7 +67,7 @@ <artifactId>idw-gpl</artifactId> </dependency> </dependencies> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> </project>