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

update parent pom

parent d04ccba0
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 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
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<artifactId>super-pom-java</artifactId> <artifactId>java-updated-versions</artifactId>
<groupId>fr.soleil</groupId> <groupId>fr.soleil.maven.parent</groupId>
<version>RELEASE</version> <version>0-SNAPSHOT</version>
</parent> </parent>
<groupId>fr.soleil.deviceservers</groupId> <groupId>fr.soleil.deviceservers</groupId>
<artifactId>Publisher</artifactId> <artifactId>Publisher</artifactId>
<version>2.0.9-SNAPSHOT</version> <version>2.0.9</version>
<name>Publisher</name> <name>Publisher</name>
<description>Publisher Device Server</description> <description>Publisher Device Server</description>
<developers> <developers>
...@@ -30,26 +33,7 @@ ...@@ -30,26 +33,7 @@
<developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/Calculation/Publisher/trunk/</developerConnection> <developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/Calculation/Publisher/trunk/</developerConnection>
<url>${scm.connection.svn.tango-ds}/DeviceClasses/Calculation/Publisher/trunk/</url> <url>${scm.connection.svn.tango-ds}/DeviceClasses/Calculation/Publisher/trunk/</url>
</scm> </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.tango.server.publisher.Publisher</mainClass>
</configuration>
</plugin>
</plugins>
</build>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.tango</groupId> <groupId>org.tango</groupId>
...@@ -58,7 +42,6 @@ ...@@ -58,7 +42,6 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.8.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment