From 992d73bcfa3e30cb55e78f75614b9865f2d5a650 Mon Sep 17 00:00:00 2001 From: qa-soleil <qa-soleil@synchrotron-soleil.fr> Date: Fri, 16 May 2014 11:44:11 +0000 Subject: [PATCH] prepare release --- dockingvl/pom.xml | 152 ++++++++++++++++++++++------------------------ 1 file changed, 72 insertions(+), 80 deletions(-) diff --git a/dockingvl/pom.xml b/dockingvl/pom.xml index d1d3a7f..933c448 100644 --- a/dockingvl/pom.xml +++ b/dockingvl/pom.xml @@ -1,82 +1,74 @@ <?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" 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> - </parent> - - <groupId>fr.soleil.lib</groupId> - <artifactId>DockingVl</artifactId> - <version>1.0.5-SNAPSHOT</version> - - <name>Docking VL</name> - <description>VL Docking implementation of DockingCore</description> - - <developers> - <developer> - <id>girardot</id> - <name>Raphaël GIRARDOT</name> - <email>raphael.girardot@synchrotron-soleil.fr</email> - <organization>SOLEIL</organization> - <organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl> - <roles> - <role>Manager</role> - </roles> - <timezone>1</timezone> - </developer> - <developer> - <id>viguier</id> - <name>Grégory VIGUIER</name> - <email>gregory.viguier@synchrotron-soleil.fr</email> - <organization>SOLEIL</organization> - <organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl> - <roles> - <role>Java Developer</role> - </roles> - <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> - <artifactId>maven-resources-plugin</artifactId> - <configuration> - <encoding>${project.build.sourceEncoding}</encoding> - </configuration> - </plugin> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <encoding>${project.build.sourceEncoding}</encoding> - </configuration> - </plugin> - </plugins> - </build> - - <dependencies> - <dependency> - <groupId>fr.soleil.lib</groupId> - <artifactId>DockingCore</artifactId> - </dependency> - <dependency> - <groupId>com.vlsolutions</groupId> - <artifactId>vldocking</artifactId> - <version>3.0.2</version> - </dependency> - </dependencies> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> +<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> + </parent> + <groupId>fr.soleil.lib</groupId> + <artifactId>DockingVl</artifactId> + <version>1.0.5</version> + <name>Docking VL</name> + <description>VL Docking implementation of DockingCore</description> + <developers> + <developer> + <id>girardot</id> + <name>Raphaël GIRARDOT</name> + <email>raphael.girardot@synchrotron-soleil.fr</email> + <organization>SOLEIL</organization> + <organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl> + <roles> + <role>Manager</role> + </roles> + <timezone>1</timezone> + </developer> + <developer> + <id>viguier</id> + <name>Grégory VIGUIER</name> + <email>gregory.viguier@synchrotron-soleil.fr</email> + <organization>SOLEIL</organization> + <organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl> + <roles> + <role>Java Developer</role> + </roles> + <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> + <artifactId>maven-resources-plugin</artifactId> + <configuration> + <encoding>${project.build.sourceEncoding}</encoding> + </configuration> + </plugin> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <encoding>${project.build.sourceEncoding}</encoding> + </configuration> + </plugin> + </plugins> + </build> + <dependencies> + <dependency> + <groupId>fr.soleil.lib</groupId> + <artifactId>DockingCore</artifactId> + </dependency> + <dependency> + <groupId>com.vlsolutions</groupId> + <artifactId>vldocking</artifactId> + <version>3.0.2</version> + </dependency> + </dependencies> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> </project> -- GitLab