[maven-release-plugin] prepare release argeo-commons-2.1.91
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 446687adf52fdaf9f9af034fa09d074cb895a498..7df72d78e10ad4380ab15285e387667339ff8d3e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
        </parent>
        <groupId>org.argeo.commons</groupId>
        <artifactId>argeo-commons</artifactId>
-       <version>2.1.89-SNAPSHOT</version>
+       <version>2.1.91</version>
        <name>Argeo Commons</name>
        <packaging>pom</packaging>
        <!-- <url>http://repo.argeo.org/data/docs/argeo-2.1/site/argeo-commons/</url> -->
                <version.argeo-tp>2.1.27</version.argeo-tp>
                <!-- RPM -->
                <argeo.rpm.release>7</argeo.rpm.release>
-               <argeo.rpm.stagingRepository>/srv/rpmfactory/argeo-osgi-2/el7</argeo.rpm.stagingRepository>
+               <argeo.rpm.stagingRepository>/srv/rpmfactory/argeo-osgi-2/argeo</argeo.rpm.stagingRepository>
                <project.scm.id>code.argeo.org</project.scm.id>
        </properties>
        <modules>
                <!-- Base -->
-               <module>org.argeo.util</module>
                <module>org.argeo.enterprise</module>
                <module>org.argeo.jcr</module>
                <module>org.argeo.osgi.boot</module>
                <module>org.argeo.cms</module>
                <module>org.argeo.cms.ui.theme</module>
                <module>org.argeo.cms.ui</module>
+               <module>org.argeo.cms.ui.rap</module>
                <!-- CMS E4 -->
                <module>org.argeo.cms.e4</module>
                <module>org.argeo.cms.e4.rap</module>
-               <!-- Third Parties Extensions -->
-               <module>org.argeo.ext.jackrabbit</module>
-               <module>org.argeo.ext.equinox.jetty</module>
                <!-- Distribution -->
                <module>dep</module>
                <module>demo</module>
-               <module>doc</module>
                <module>dist</module>
        </modules>
        <scm>
-               <connection>scm:git:http://git.argeo.org/apache2/argeo-commons.git</connection>
-               <url>http://git.argeo.org/?p=apache2/argeo-commons.git;a=summary</url>
-               <developerConnection>scm:git:https://code.argeo.org/git/apache2/argeo-commons.git</developerConnection>
-               <tag>HEAD</tag>
+               <connection>scm:git:http://git.argeo.org/lgpl/argeo-commons.git</connection>
+               <url>http://git.argeo.org/?p=lgpl/argeo-commons.git;a=summary</url>
+               <developerConnection>scm:git:https://code.argeo.org/git/lgpl/argeo-commons.git</developerConnection>
+               <tag>argeo-commons-2.1.91</tag>
        </scm>
-       <inceptionYear>2007</inceptionYear>
+       <organization>
+               <name>Argeo GmbH</name>
+       </organization>
+       <inceptionYear>2009</inceptionYear>
        <licenses>
                <license>
-                       <name>Apache 2</name>
-                       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+                       <name>LGPL-3.0-or-later</name>
+                       <url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
                        <distribution>repo</distribution>
-                       <comments><![CDATA[
-Argeo Commons Enterprise Framework
-                          
-Copyright (C) 2007-2016 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.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-]]>
-                       </comments>
                </license>
        </licenses>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>license-maven-plugin</artifactId>
+                               <version>2.0.0</version>
+                               <configuration>
+                                       <projectName>Argeo Commons</projectName>
+                                       <licenseName>lgpl_v3</licenseName>
+                                       <excludes>
+                                               <exclude>**/springutil/*</exclude>
+                                               <exclude>**/org/argeo/jcr/fs/Text.java</exclude>
+                                       </excludes>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
        <dependencies>
                <dependency>
                        <groupId>org.argeo.tp</groupId>