]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - pom.xml
[maven-release-plugin] prepare release argeo-commons-0.4.0
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index dd4abe9345b772b0725a2cbde3336aa53b43b016..27b8bfaea2b2fadb9686797310b975c175308784 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,15 +8,15 @@
        </parent>
        <groupId>org.argeo.commons</groupId>
        <artifactId>argeo-commons</artifactId>
-       <version>0.3.4-SNAPSHOT</version>
+       <version>0.4.0</version>
        <name>Argeo Commons</name>
        <description>Generic layers integrating free / open source technologies in order to quickly develop custom enterprise systems: security, JCR, user interface, monitoring</description>
        <packaging>pom</packaging>
        <properties>
-               <developmentCycle>0.3</developmentCycle>
-               <developmentCycle.startDate>2011-03-24</developmentCycle.startDate>
-               <version.argeo-distribution>1.1.7</version.argeo-distribution>
-               <version.argeo-commons>0.3.4</version.argeo-commons>
+               <developmentCycle>0.4</developmentCycle>
+               <developmentCycle.startDate>2012-06-19</developmentCycle.startDate>
+               <version.argeo-distribution>1.2.0</version.argeo-distribution>
+               <version.argeo-commons>0.4.0</version.argeo-commons>
                <!-- distribution -->
                <site.repoBase>file:///srv/projects/www/commons/site</site.repoBase>
                <site.urlBase>http://projects.argeo.org/commons/site</site.urlBase>
                <module>server</module>
                <module>eclipse</module>
                <module>security</module>
-               <module>demo</module>
-               <module>doc</module>
        </modules>
        <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
+               <connection>scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-0.4.0</connection>
+               <developerConnection>scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-0.4.0
                </developerConnection>
-               <url>https://svn.argeo.org/commons/trunk</url>
+               <url>https://svn.argeo.org/commons/tags/argeo-commons-0.4.0</url>
        </scm>
        <inceptionYear>2007</inceptionYear>
        <licenses>
@@ -149,6 +146,10 @@ limitations under the License.
                                        <artifactId>maven-resources-plugin</artifactId>
                                        <version>2.5</version>
                                </plugin>
+                               <plugin>
+                                       <artifactId>maven-dependency-plugin</artifactId>
+                                       <version>2.4</version>
+                               </plugin>
                                <plugin>
                                        <artifactId>maven-release-plugin</artifactId>
                                        <version>2.2.2</version>
@@ -439,5 +440,11 @@ limitations under the License.
                                </rpm.stagingRepository>
                        </properties>
                </profile>
+               <profile>
+                       <id>doc</id>
+                       <modules>
+                               <module>doc</module>
+                       </modules>
+               </profile>
        </profiles>
 </project>
\ No newline at end of file