Skip to content
Snippets Groups Projects
Commit 7865f70b authored by Raphael GIRARDOT's avatar Raphael GIRARDOT Committed by Patrick MADELA
Browse files

maven3 compatible pom

parent 84de2c4f
No related branches found
No related tags found
No related merge requests found
...@@ -2,16 +2,19 @@ ...@@ -2,16 +2,19 @@
<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" <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"> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<artifactId>super-pom-java</artifactId> <groupId>fr.soleil.maven.parent</groupId>
<groupId>fr.soleil</groupId> <artifactId>java-updated-versions</artifactId>
<version>RELEASE</version> <version>0-SNAPSHOT</version>
</parent> </parent>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>DockingInfoNode</artifactId> <artifactId>DockingInfoNode</artifactId>
<version>1.1.1-SNAPSHOT</version> <version>1.1.1-SNAPSHOT</version>
<name>Docking InfoNode</name> <name>Docking InfoNode</name>
<description>InfoNode implementation of DockingCore</description> <description>InfoNode implementation of DockingCore</description>
<developers> <developers>
<developer> <developer>
<id>girardot</id> <id>girardot</id>
...@@ -36,11 +39,13 @@ ...@@ -36,11 +39,13 @@
<timezone>1</timezone> <timezone>1</timezone>
</developer> </developer>
</developers> </developers>
<scm> <scm>
<connection>scm:svn:https://svn.code.sf.net/p/comete/code/trunk/DockingInfoNode</connection> <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> <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> <url>https://svn.code.sf.net/p/comete/code/trunk/DockingInfoNode</url>
</scm> </scm>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
...@@ -57,6 +62,7 @@ ...@@ -57,6 +62,7 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
...@@ -67,6 +73,7 @@ ...@@ -67,6 +73,7 @@
<artifactId>idw-gpl</artifactId> <artifactId>idw-gpl</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties> </properties>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment