]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - pom.xml
[maven-release-plugin] prepare release argeo-commons-1.1.2
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index fbf9001d0cfb88fb9e4c5243d40b02d7422b76de..c5836eb9b64631755e399108caa610d1f87a68c9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,10 +1,9 @@
 <?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>
        <groupId>org.argeo.commons</groupId>
        <artifactId>argeo-commons</artifactId>
-       <version>1.1.1-SNAPSHOT</version>
+       <version>1.1.2</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>
@@ -12,7 +11,7 @@
                <developmentCycle>1.1</developmentCycle>
                <developmentCycle.startDate>2012-06-19</developmentCycle.startDate>
                <version.argeo-distribution>1.3.1</version.argeo-distribution>
-               <version.argeo-commons>1.1.1</version.argeo-commons>
+               <version.argeo-commons>1.1.2</version.argeo-commons>
                <!-- distribution -->
                <site.repoBase>file:///srv/projects/www/commons/site</site.repoBase>
                <site.urlBase>http://projects.argeo.org/commons/site</site.urlBase>
        </organization>
        <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-1.1.2</connection>
+               <developerConnection>scm:svn:https://svn.argeo.org/commons/tags/argeo-commons-1.1.2
                </developerConnection>
-               <url>https://svn.argeo.org/commons/trunk</url>
+               <url>https://svn.argeo.org/commons/tags/argeo-commons-1.1.2</url>
        </scm>
        <inceptionYear>2007</inceptionYear>
        <licenses>
@@ -357,6 +356,7 @@ limitations under the License.
                        <plugin>
                                <artifactId>maven-release-plugin</artifactId>
                                <configuration>
+                                       <goals>deploy</goals>
                                        <releaseProfiles>rpmbuild,rpmbuild-tp,el5</releaseProfiles>
                                </configuration>
                        </plugin>
@@ -410,9 +410,11 @@ limitations under the License.
                                <checksumPolicy>fail</checksumPolicy>
                        </snapshots>
                </repository>
-               <repository>
-                       <id>argeo-commons</id>
-                       <url>http://dev.argeo.org/org.argeo.jcr.webapp/public/java/org.argeo.commons-1.1.1</url>
+       </repositories>
+       <pluginRepositories>
+               <pluginRepository>
+                       <id>central</id>
+                       <url>http://repo1.maven.org/maven2</url>
                        <releases>
                                <enabled>true</enabled>
                                <updatePolicy>daily</updatePolicy>
@@ -423,9 +425,7 @@ limitations under the License.
                                <updatePolicy>never</updatePolicy>
                                <checksumPolicy>fail</checksumPolicy>
                        </snapshots>
-               </repository>
-       </repositories>
-       <pluginRepositories>
+               </pluginRepository>
                <pluginRepository>
                        <id>argeo</id>
                        <url>http://maven.argeo.org/argeo</url>