Skip to content
Snippets Groups Projects
Commit 1a54c3f9 authored by Raphael GIRARDOT's avatar Raphael GIRARDOT
Browse files

maven3 compatible pom

parent d704b464
No related branches found
No related tags found
No related merge requests found
......@@ -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"
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>
<groupId>fr.soleil.maven.parent</groupId>
<artifactId>java-updated-versions</artifactId>
<version>0-SNAPSHOT</version>
</parent>
<groupId>fr.soleil.lib</groupId>
<artifactId>DockingVl</artifactId>
<version>1.1.1-SNAPSHOT</version>
<name>Docking VL</name>
<description>VL Docking implementation of DockingCore</description>
<developers>
<developer>
<id>girardot</id>
......@@ -36,11 +39,13 @@
<timezone>1</timezone>
</developer>
</developers>
<scm>
<connection>scm:svn:https://svn.code.sf.net/p/comete/code/trunk/DockingVl</connection>
<developerConnection>scm:svn:https://svn.code.sf.net/p/comete/code/trunk/DockingVl</developerConnection>
<url>https://svn.code.sf.net/p/comete/code/trunk/DockingVl</url>
</scm>
<build>
<plugins>
<plugin>
......@@ -57,6 +62,7 @@
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>fr.soleil.lib</groupId>
......@@ -68,6 +74,7 @@
<version>3.0.2</version>
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment