]> 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 27e08136075a07f5cb49f090d877b3ff57adb97e..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,32 +110,10 @@ 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>
                        <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-project-info-reports-plugin</artifactId>
                                <version>2.9</version>
                                <reportSets>
@@ -184,19 +136,13 @@ limitations under the License.
                                        <excludePackageNames>*.internal.*,org.eclipse.*</excludePackageNames>
                                        <encoding>UTF-8</encoding>
                                        <detectLinks>true</detectLinks>
-                                       <!-- <sourcepath>src</sourcepath> -->
                                        <links>
-                                               <!-- Java -->
                                                <link>http://docs.oracle.com/javase/8/docs/api</link>
-                                               <!-- OSGi -->
-                                               <link>http://www.osgi.org/javadoc/r5/core</link>
-                                               <link>http://www.osgi.org/javadoc/r5/enterprise</link>
-                                               <!-- Spring -->
+                                               <link>https://osgi.org/javadoc/r5/core</link>
+                                               <link>https://osgi.org/javadoc/r5/enterprise</link>
+                                               <link>https://docs.adobe.com/docs/en/spec/javax.jcr/javadocs/jcr-2.0</link>
+                                               <link>http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api</link>
                                                <link>http://docs.spring.io/spring/docs/3.2.x/javadoc-api</link>
-                                               <!-- JCR -->
-                                               <link>http://www.day.com/maven/javax.jcr/javadocs/jcr-2.0</link>
-                                               <!-- Eclipse -->
-                                               <link>http://help.eclipse.org/neon/topic/org.eclipse.platform.doc.isv/reference/api</link>
                                        </links>
                                </configuration>
                                <reportSets>
@@ -209,8 +155,7 @@ limitations under the License.
                                        </reportSet>
                                        <reportSet>
                                                <id>javadoc</id>
-                                               <reports>
-                                               </reports>
+                                               <reports />
                                        </reportSet>
                                </reportSets>
                        </plugin>
@@ -227,46 +172,16 @@ limitations under the License.
                                        </reportSet>
                                        <reportSet>
                                                <id>jxr</id>
-                                               <reports>
-                                               </reports>
+                                               <reports />
                                        </reportSet>
                                </reportSets>
                        </plugin>
                </plugins>
        </reporting>
-<!--   <profiles> -->
-<!--           <profile> -->
-<!--                   <id>localrepo</id> -->
-<!--                   <repositories> -->
-<!--                           <repository> -->
-<!--                                   <id>argeo-tp</id> -->
-<!--                                   <url>http://localhost:7070/data/java/argeo-${developmentCycle.argeo-commons}</url> -->
-<!--                                   <releases> -->
-<!--                                           <enabled>true</enabled> -->
-<!--                                           <updatePolicy>daily</updatePolicy> -->
-<!--                                           <checksumPolicy>warn</checksumPolicy> -->
-<!--                                   </releases> -->
-<!--                           </repository> -->
-<!--                           <repository> -->
-<!--                                   <id>argeo-commons</id> -->
-<!--                                   <url>http://localhost:7070/data/java/argeo-${developmentCycle.argeo-commons}</url> -->
-<!--                                   <releases> -->
-<!--                                           <enabled>true</enabled> -->
-<!--                                           <updatePolicy>daily</updatePolicy> -->
-<!--                                           <checksumPolicy>warn</checksumPolicy> -->
-<!--                                   </releases> -->
-<!--                           </repository> -->
-<!--                   </repositories> -->
-<!--                   <distributionManagement> -->
-<!--                           <repository> -->
-<!--                                   <id>staging</id> -->
-<!--                                   <url>dav:http://localhost:7070/data/java/argeo-slc-${developmentCycle.slc}</url> -->
-<!--                           </repository> -->
-<!--                           <site> -->
-<!--                                   <id>staging</id> -->
-<!--                                   <url>dav:http://localhost:7070/data/docs/argeo-slc-${developmentCycle.slc}</url> -->
-<!--                           </site> -->
-<!--                   </distributionManagement> -->
-<!--           </profile> -->
-<!--   </profiles> -->
+       <distributionManagement>
+               <site>
+                       <id>staging</id>
+                       <url>file:///srv/docfactory/argeo-2.1/site/argeo-slc/</url>
+               </site>
+       </distributionManagement>
 </project>