Author: tchemit Date: 2009-05-17 21:58:01 +0000 (Sun, 17 May 2009) New Revision: 1474 Modified: topia-service/trunk/pom.xml Log: ready for first release Modified: topia-service/trunk/pom.xml =================================================================== --- topia-service/trunk/pom.xml 2009-05-17 21:11:21 UTC (rev 1473) +++ topia-service/trunk/pom.xml 2009-05-17 21:58:01 UTC (rev 1474) @@ -9,11 +9,11 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0-alpha-2</version> </parent> <artifactId>topia-service</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0-alpha-1-SNAPSHOT</version> <dependencies> @@ -28,7 +28,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0-alpha-1</version> <scope>compile</scope> </dependency> @@ -72,7 +72,8 @@ ToPIA Service est une librairie de ToPIA pour la gestion de services. </description> <inceptionYear>2006</inceptionYear> - + <url>http://www.nuiton.org/embedded/${project.artifactId}</url> + <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> <!-- ************************************************************* --> @@ -81,12 +82,8 @@ <properties> - <!-- a supprimer des qu'on pourra deployer les sites sur nuiton --> - <site.deploy.url>scpexe://labs.libre-entreprise.org/home/groups/topia/htdocs/nuiton</site.deploy.url> - - <topia.version>2.2.0-SNAPSHOT</topia.version> - - + <topia.version>2.2.0-alpha-1</topia.version> + </properties> <build> @@ -96,7 +93,7 @@ <plugin> <groupId>org.nuiton</groupId> <artifactId>maven-eugene-plugin</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0-alpha-1</version> <executions> <execution> <phase>generate-sources</phase> @@ -156,7 +153,7 @@ <pluginManagement> <plugins> - <plugin> + <!--plugin> <artifactId>maven-assembly-plugin</artifactId> <version>2.1</version> <configuration> @@ -177,7 +174,7 @@ <version>1.0.1</version> </dependency> </dependencies> - </plugin> + </plugin--> </plugins> </pluginManagement> </build> @@ -186,22 +183,19 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> - <!--Nuiton Repository : pourra etre supprimer lorsqu'on sera sur central --> - <repositories> - <repository> - <id>nuiton-repository</id> - <name>NuitonRepository</name> - <url>http://lutinbuilder.labs.libre-entreprise.org/maven2-nuiton</url> - <snapshots> - <enabled>true</enabled> - <checksumPolicy>warn</checksumPolicy> - </snapshots> - <releases> - <enabled>true</enabled> - <checksumPolicy>warn</checksumPolicy> - </releases> - </repository> - </repositories> + <!-- Source control management. --> + <scm> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/topia/topia-service/trunk</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/topia/topia-service/trunk</developerConnection> + <url>http://www.nuiton.org/repositories/browse/topia-service/trunk</url> + + <!-- a utiliser quand on sera sur nuiton --> + <!-- ne fonctionnera pas pour les multi-modules a cause de l'expansion de l'artifactId + il faudra alors remttre ces trois valeurs sur le pom parent du multi-module --> + <!--connection>scm:svn:http://svn.nuiton.org/svn/${project.artifactId}/trunk</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/${project.artifactId}/trunk</developerConnection> + <url>http://www.nuiton.org/repositories/browse/${project.artifactId}/trunk</url--> + </scm> <profiles> <profile> @@ -220,7 +214,7 @@ <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> - <id>attach-assembly</id> + <id>attach-assemblies</id> <phase>verify</phase> <goals> <goal>single</goal>