[maven-release-plugin] copy for tag argeo-commons-0.2.1
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 3cff8c67db8ae64e57963b6307edacddddb86edc..8e524c929382950f586d62d37f1928e434117103 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo</groupId>
@@ -9,24 +8,24 @@
        </parent>
        <groupId>org.argeo.commons</groupId>
        <artifactId>argeo-commons</artifactId>
-       <version>0.2.1-SNAPSHOT</version>
+       <version>0.2.1</version>
        <name>Argeo Commons</name>
        <packaging>pom</packaging>
        <properties>
                <developmentCycle>0.2</developmentCycle>
-               <version.argeo-distribution>1.1.0-SNAPSHOT</version.argeo-distribution>
+               <version.argeo-distribution>1.1.0</version.argeo-distribution>
                <version.argeo-ria>0.12.4</version.argeo-ria>
-               <version.maven-argeo-osgi>0.1.29-SNAPSHOT</version.maven-argeo-osgi>
+               <version.maven-argeo-osgi>0.1.29</version.maven-argeo-osgi>
                <version.maven-bundle-plugin>2.0.1</version.maven-bundle-plugin>
-               <version.maven-argeo-qooxdoo>1.1.0-SNAPSHOT</version.maven-argeo-qooxdoo>
-               <site.repoBase>file:///var/argeo/projects/commons/www/site</site.repoBase>
-               <site.urlBase>http://www.argeo.org/projects/commons/site</site.urlBase>
+               <version.maven-argeo-qooxdoo>1.1.0</version.maven-argeo-qooxdoo>
+               <site.repoBase>file:///srv/projects/www/commons/site</site.repoBase>
+               <site.urlBase>http://projects.argeo.org/commons/site</site.urlBase>
        </properties>
        <url>${site.urlBase}/${developmentCycle}</url>
        <scm>
-               <connection>scm:svn:https://www.argeo.org/svn/commons/trunk</connection>
-               <developerConnection>scm:svn:https://www.argeo.org/svn/commons/trunk</developerConnection>
-               <url>https://www.argeo.org/svn/commons/trunk</url>
+               <connection>scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-0.2.1</connection>
+               <developerConnection>scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-0.2.1</developerConnection>
+               <url>https://svn.argeo.org/commons/tags/argeo-commons-0.2.1</url>
        </scm>
        <licenses>
                <license>
@@ -36,7 +35,7 @@
                        <comments><![CDATA[
 SLC - Software LifeCycle framework
                           
-Copyright 2008 Mathieu Baudier - Argeo e.U.
+Copyright 2010 Mathieu Baudier
 
 Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
 you may not use this file except in compliance with the License.
@@ -165,6 +164,7 @@ limitations under the License.
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-site-plugin</artifactId>
+                               <version>2.1.1</version>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
@@ -178,6 +178,7 @@ limitations under the License.
                        <plugin>
                                <groupId>com.mycila.maven-license-plugin</groupId>
                                <artifactId>maven-license-plugin</artifactId>
+                               <version>1.8.0</version>
                                <configuration>
                                        <header>license-apache2-header.txt</header>
                                        <failIfMissing>true</failIfMissing>