]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
[maven-release-plugin] prepare release argeo-slc-2.1.14
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8d45c8143813a0fa27774b43e8a7f88aca2cc5ca..2fb5f13f25ad4ad7eb2d065716dba257be3ebb7d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,26 +1,19 @@
-<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.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.74-SNAPSHOT</version>
+               <version>2.1.75</version>
        </parent>
        <groupId>org.argeo.slc</groupId>
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>2.1.14-SNAPSHOT</version>
+       <version>2.1.14</version>
        <properties>
+               <version.slc>2.1.14</version.slc>
                <developmentCycle.startDate>2015-02-12</developmentCycle.startDate>
-               <version.slc>2.1.14-SNAPSHOT</version.slc>
                <developmentCycle.slc>2.1</developmentCycle.slc>
-
-               <!-- <version.argeo-rcp>2.1.17-SNAPSHOT</version.argeo-rcp> -->
-               <!-- <version.equinox>3.12.50.v20170928-1321</version.equinox> -->
-               <!-- Embedded Maven -->
-               <!-- <version.maven>3.2.5</version.maven> -->
        </properties>
        <modules>
                <!-- Runtime -->
@@ -28,7 +21,6 @@
                <module>org.argeo.slc.core</module>
                <module>org.argeo.slc.unit</module>
                <module>org.argeo.slc.support</module>
-               <!-- <module>org.argeo.slc.support.maven</module> -->
                <module>org.argeo.slc.repo</module>
                <module>org.argeo.slc.factory</module>
                <module>org.argeo.slc.launcher</module>
@@ -48,7 +40,6 @@
 
                <module>lib</module>
                <module>dep</module>
-               <!-- <module>ide</module> -->
                <module>dist</module>
                <module>demo</module>
        </modules>
@@ -57,7 +48,7 @@
                <connection>scm:git:http://git.argeo.org/apache2/argeo-slc.git</connection>
                <url>http://git.argeo.org/?p=apache2/argeo-slc.git;a=summary</url>
                <developerConnection>scm:git:https://code.argeo.org/git/apache2/argeo-slc.git</developerConnection>
-               <tag>HEAD</tag>
+               <tag>argeo-slc-2.1.14</tag>
        </scm>
        <inceptionYear>2007</inceptionYear>
        <licenses>
@@ -68,7 +59,7 @@
                        <comments><![CDATA[
 SLC (Software Life Cycle) framework
                           
-Copyright (C) 2007-2012 Argeo GmbH
+Copyright (C) 2007-2018 Argeo GmbH
 
 Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
 you may not use this file except in compliance with the License.
@@ -109,23 +100,6 @@ limitations under the License.
                        </roles>
                </developer>
        </developers>
-<!--   <build> -->
-<!--           <plugins> -->
-<!--                   <plugin> -->
-<!--                           <artifactId>maven-site-plugin</artifactId> -->
-<!--                           <inherited>false</inherited> -->
-<!--                           <configuration> -->
-<!--                                   <skip>false</skip> -->
-<!--                           </configuration> -->
-<!--                   </plugin> -->
-<!--                   <plugin> -->
-<!--                           <artifactId>maven-javadoc-plugin</artifactId> -->
-<!--                           <configuration> -->
-<!--                                   <skip>true</skip> -->
-<!--                           </configuration> -->
-<!--                   </plugin> -->
-<!--           </plugins> -->
-<!--   </build> -->
        <repositories>
                <repository>
                        <id>argeo</id>
@@ -136,27 +110,6 @@ limitations under the License.
                                <checksumPolicy>warn</checksumPolicy>
                        </releases>
                </repository>
-<!--           <repository> -->
-<!--                   <id>argeo-rcp</id> -->
-<!--                   <url>http://repo.argeo.org/data/java/argeo-rcp-2.1</url> -->
-<!--                   <releases> -->
-<!--                           <enabled>true</enabled> -->
-<!--                           <updatePolicy>daily</updatePolicy> -->
-<!--                           <checksumPolicy>warn</checksumPolicy> -->
-<!--                   </releases> -->
-<!--           </repository> -->
-
-               <!-- Disable Maven default repository -->
-<!--           <repository> -->
-<!--                   <id>central</id> -->
-<!--                   <url>http://repo1.maven.org/maven2</url> -->
-<!--                   <releases> -->
-<!--                           <enabled>false</enabled> -->
-<!--                   </releases> -->
-<!--                   <snapshots> -->
-<!--                           <enabled>false</enabled> -->
-<!--                   </snapshots> -->
-<!--           </repository> -->
        </repositories>
        <reporting>
                <plugins>
@@ -202,7 +155,7 @@ limitations under the License.
                                        </reportSet>
                                        <reportSet>
                                                <id>javadoc</id>
-                                               <reports></reports>
+                                               <reports />
                                        </reportSet>
                                </reportSets>
                        </plugin>
@@ -219,7 +172,7 @@ limitations under the License.
                                        </reportSet>
                                        <reportSet>
                                                <id>jxr</id>
-                                               <reports></reports>
+                                               <reports />
                                        </reportSet>
                                </reportSets>
                        </plugin>
@@ -228,18 +181,7 @@ limitations under the License.
        <distributionManagement>
                <site>
                        <id>staging</id>
-                       <url>dav:https://forge.argeo.org/data/docs/argeo-2.1/site/argeo-slc/</url>
+                       <url>file:///srv/docfactory/argeo-2.1/site/argeo-slc/</url>
                </site>
        </distributionManagement>
-       <profiles>
-               <profile>
-                       <id>localrepo</id>
-                       <distributionManagement>
-                               <site>
-                                       <id>staging</id>
-                                       <url>dav:http://localhost:7080/data/docs/argeo-2.1/site/argeo-slc/</url>
-                               </site>
-                       </distributionManagement>
-               </profile>
-       </profiles>
 </project>