From 6843cb1fdaf4afed95a30f0bc29665aab5205d16 Mon Sep 17 00:00:00 2001 From: Vincent Hardion <vincent.hardion@synchrotron-soleil.fr> Date: Mon, 25 May 2009 14:31:16 +0000 Subject: [PATCH] finalize pom --- pom.xml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 0bcfc00..a3275e1 100644 --- a/pom.xml +++ b/pom.xml @@ -6,11 +6,11 @@ <parent> <groupId>fr.soleil</groupId> <artifactId>super-pom-C-CPP-tango</artifactId> - <version>1.0-SNAPSHOT</version> + <version>RELEASE</version> </parent> <groupId>fr.soleil.lib</groupId> - <artifactId>Electrometers</artifactId> + <artifactId>Electrometers-${aol}-${library}-${mode}</artifactId> <version>2.2.0</version> <packaging>nar</packaging> @@ -28,16 +28,6 @@ </url> </scm> - <!-- - You can override these properties from the command line - ex : mvn install -Dlibrary=static - --> - <properties> - <library>static</library> <!-- define the type of library by default --> - <!-- <DEBUG>true</DEBUG> uncomment if you build in debug by default --> - </properties> - - <build> <plugins> <plugin> -- GitLab