Start migration of Commons to Distribution v1.3.0
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 21 Jun 2012 13:53:56 +0000 (13:53 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 21 Jun 2012 13:53:56 +0000 (13:53 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@5337 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

pom.xml

diff --git a/pom.xml b/pom.xml
index ad54f9e31613b8496911aff2ad23f4d257f8c37f..a47ab6d6ad29fd0708215421470d9af198bc7795 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,11 +1,6 @@
 <?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">
        <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>1.1.1-SNAPSHOT</version>
@@ -15,7 +10,7 @@
        <properties>
                <developmentCycle>1.1</developmentCycle>
                <developmentCycle.startDate>2012-06-19</developmentCycle.startDate>
-               <version.argeo-distribution>1.2.0</version.argeo-distribution>
+               <version.argeo-distribution>1.3.0</version.argeo-distribution>
                <version.argeo-commons>1.1.1-SNAPSHOT</version.argeo-commons>
                <!-- distribution -->
                <site.repoBase>file:///srv/projects/www/commons/site</site.repoBase>
                <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>
@@ -65,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>
@@ -383,8 +386,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,7 +397,7 @@ limitations under the License.
        <repositories>
                <repository>
                        <id>argeo</id>
-                       <url>http://maven.argeo.org/argeo</url>
+                       <url>http://dev.argeo.org/org.argeo.jcr.webapp/public/java/argeo-tp-1-staging</url>
                        <releases>
                                <enabled>true</enabled>
                                <updatePolicy>daily</updatePolicy>