]> 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 17f35b226efa4b0561605ba90004d3febfd53438..c5836eb9b64631755e399108caa610d1f87a68c9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,23 +1,17 @@
 <?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>
-       <parent>
-               <groupId>org.argeo</groupId>
-               <artifactId>parent</artifactId>
-               <version>1.2.0</version>
-       </parent>
        <groupId>org.argeo.commons</groupId>
        <artifactId>argeo-commons</artifactId>
-       <version>0.3.5-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>
        <properties>
-               <developmentCycle>0.4</developmentCycle>
+               <developmentCycle>1.1</developmentCycle>
                <developmentCycle.startDate>2012-06-19</developmentCycle.startDate>
-               <version.argeo-distribution>1.2.0</version.argeo-distribution>
-               <version.argeo-commons>0.4.0</version.argeo-commons>
+               <version.argeo-distribution>1.3.1</version.argeo-distribution>
+               <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>
                <module>eclipse</module>
                <module>security</module>
        </modules>
+       <organization>
+               <name>Argeo</name>
+               <url>http://www.argeo.org</url>
+       </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>
@@ -66,6 +64,10 @@ limitations under the License.
                        </comments>
                </license>
        </licenses>
+       <issueManagement>
+               <system>Bugzilla</system>
+               <url>https://bugzilla.argeo.org</url>
+       </issueManagement>
        <developers>
                <developer>
                        <id>mbaudier</id>
@@ -354,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>
@@ -384,8 +387,8 @@ limitations under the License.
        <dependencyManagement>
                <dependencies>
                        <dependency>
-                               <groupId>org.argeo.dep</groupId>
-                               <artifactId>versions-all</artifactId>
+                               <groupId>org.argeo.tp</groupId>
+                               <artifactId>binaries</artifactId>
                                <version>${version.argeo-distribution}</version>
                                <type>pom</type>
                                <scope>import</scope>
@@ -394,8 +397,8 @@ limitations under the License.
        </dependencyManagement>
        <repositories>
                <repository>
-                       <id>argeo</id>
-                       <url>http://maven.argeo.org/argeo</url>
+                       <id>argeo-tp</id>
+                       <url>http://dev.argeo.org/org.argeo.jcr.webapp/public/java/org.argeo.tp-1.3.1</url>
                        <releases>
                                <enabled>true</enabled>
                                <updatePolicy>daily</updatePolicy>
@@ -408,7 +411,43 @@ limitations under the License.
                        </snapshots>
                </repository>
        </repositories>
+       <pluginRepositories>
+               <pluginRepository>
+                       <id>central</id>
+                       <url>http://repo1.maven.org/maven2</url>
+                       <releases>
+                               <enabled>true</enabled>
+                               <updatePolicy>daily</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </releases>
+                       <snapshots>
+                               <enabled>false</enabled>
+                               <updatePolicy>never</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </snapshots>
+               </pluginRepository>
+               <pluginRepository>
+                       <id>argeo</id>
+                       <url>http://maven.argeo.org/argeo</url>
+                       <releases>
+                               <enabled>true</enabled>
+                               <updatePolicy>daily</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </releases>
+                       <snapshots>
+                               <enabled>false</enabled>
+                               <updatePolicy>never</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </snapshots>
+               </pluginRepository>
+       </pluginRepositories>
        <distributionManagement>
+               <repository>
+                       <uniqueVersion>false</uniqueVersion>
+                       <id>argeo-commons-restricted</id>
+                       <name>Argeo FOSS Repository</name>
+                       <url>dav:http://localhost:7080/org.argeo.jcr.webapp/webdav/java/org.argeo.commons-${version.argeo-commons}</url>
+               </repository>
                <site>
                        <id>argeo-commons-site</id>
                        <name>Argeo Commons Site</name>
@@ -428,8 +467,7 @@ limitations under the License.
                                <snapshotRepository>
                                        <id>localrepo.snapshots</id>
                                        <name>Internal Snapshot Repository</name>
-                                       <url>dav:http://localrepo:7080/org.argeo.jcr.webapp/webdav/node/main/repo
-                                       </url>
+                                       <url>dav:http://localhost:7070/org.argeo.jcr.webapp/webdav/java/org.argeo.commons-${version.argeo-commons}</url>
                                </snapshotRepository>
                        </distributionManagement>
                </profile>