Skip to content
Snippets Groups Projects
Commit c5336c82 authored by Gwenaelle ABEILLE's avatar Gwenaelle ABEILLE
Browse files

remove 3rd parties version

parent 82e2c55c
Branches
No related tags found
No related merge requests found
......@@ -3,14 +3,16 @@
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.gui</groupId>
<artifactId>bensikinArchivingGUI</artifactId>
<version>1.8.4-SNAPSHOT</version>
<version>1.8.5</version>
<name>Bensikin</name>
<developers>
<developer>
......@@ -41,26 +43,7 @@
<developerConnection>${scm.developerConnection.svn.tango-cs}:archiving/tool/snap/bensikinArchivingGUI/trunk</developerConnection>
<url>${scm.url.svn.tango-cs}/archiving/tool/snap/bensikinArchivingGUI/trunk</url>
</scm>
<build>
<plugins>
<plugin>
<groupId>fr.soleil.maven.plugins</groupId>
<artifactId>maven-script-plugin</artifactId>
<executions>
<execution>
<id>install</id>
<phase>install</phase>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
<configuration>
<mainClass>fr.soleil.bensikin.Bensikin</mainClass>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>fr.soleil.lib</groupId>
......@@ -117,7 +100,6 @@
<dependency>
<groupId>net.sf.transmorph</groupId>
<artifactId>transmorph</artifactId>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment