[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 27042643cc982b9f2f9494bb9a3b0f0432780e7a..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,7 +8,7 @@
        </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>
@@ -24,9 +23,9 @@
        </properties>
        <url>${site.urlBase}/${developmentCycle}</url>
        <scm>
-               <connection>scm:svn:https://svn.argeo.org/commons/trunk</connection>
-               <developerConnection>scm:svn:https://svn.argeo.org/commons/trunk</developerConnection>
-               <url>https://svn.argeo.org/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.
@@ -179,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>