Skip to content
Snippets Groups Projects
Commit 992d73bc authored by qa-soleil's avatar qa-soleil :sun_with_face: Committed by Patrick MADELA
Browse files

prepare release

parent cbad2b8e
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project <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"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
xmlns="http://maven.apache.org/POM/4.0.0" 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> <artifactId>super-pom-java</artifactId>
<groupId>fr.soleil</groupId> <groupId>fr.soleil</groupId>
<version>RELEASE</version> <version>RELEASE</version>
</parent> </parent>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>DockingVl</artifactId> <artifactId>DockingVl</artifactId>
<version>1.0.5-SNAPSHOT</version> <version>1.0.5</version>
<name>Docking VL</name> <name>Docking VL</name>
<description>VL Docking implementation of DockingCore</description> <description>VL Docking implementation of DockingCore</description>
<developers> <developers>
<developer> <developer>
<id>girardot</id> <id>girardot</id>
...@@ -41,13 +36,11 @@ ...@@ -41,13 +36,11 @@
<timezone>1</timezone> <timezone>1</timezone>
</developer> </developer>
</developers> </developers>
<scm> <scm>
<connection>scm:svn:https://svn.code.sf.net/p/comete/code/trunk/DockingVl</connection> <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> <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> <url>https://svn.code.sf.net/p/comete/code/trunk/DockingVl</url>
</scm> </scm>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
...@@ -64,7 +57,6 @@ ...@@ -64,7 +57,6 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment