[maven-release-plugin] prepare release argeo-commons-2.3.2
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 66b7b760b0a877e28d10b8c4bdf9d2dea1250f52..bb0b488ff935eb5da81c7d4c968aad96e4ef4b86 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,18 +4,17 @@
        <parent>
                <groupId>org.argeo.maven</groupId>
                <artifactId>argeo-osgi-parent</artifactId>
-               <version>2.1.4</version>
+               <version>2.1.5</version>
        </parent>
        <groupId>org.argeo.commons</groupId>
        <artifactId>argeo-commons</artifactId>
-       <version>2.3-SNAPSHOT</version>
+       <version>2.3.2</version>
        <name>Argeo Commons</name>
        <packaging>pom</packaging>
        <url>http://www.argeo.org/</url>
        <properties>
                <version.context>unstable</version.context>
                <version.argeo-tp>2.1.27</version.argeo-tp>
-               <project.scm.id>code.argeo.org</project.scm.id>
        </properties>
        <modules>
                <!-- Base -->
@@ -46,7 +45,8 @@
                <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>
-       </scm>
+         <tag>argeo-commons-2.3.2</tag>
+  </scm>
        <organization>
                <name>Argeo GmbH</name>
        </organization>
                        </plugin>
                </plugins>
        </reporting>
-       <profiles>
-               <profile>
-                       <id>localrepo</id>
-                       <repositories>
-                               <repository>
-                                       <id>argeo</id>
-                                       <url>http://localhost:7080/data/java/argeo-2.3</url>
-                                       <releases>
-                                               <enabled>true</enabled>
-                                               <updatePolicy>daily</updatePolicy>
-                                               <checksumPolicy>warn</checksumPolicy>
-                                       </releases>
-                               </repository>
-                       </repositories>
-                       <distributionManagement>
-                               <repository>
-                                       <id>staging</id>
-                                       <url>dav:http://localhost:7080/data/java/argeo-2.3/</url>
-                                       <uniqueVersion>false</uniqueVersion>
-                               </repository>
-                       </distributionManagement>
-               </profile>
-       </profiles>
 </project>