[maven-release-plugin] copy for tag argeo-slc-all-0.10.1 svn/tags/argeo-slc-all-0.10.1
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 29 Aug 2008 16:35:16 +0000 (16:35 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 29 Aug 2008 16:35:16 +0000 (16:35 +0000)
git-svn-id: https://svn.argeo.org/slc/tags/argeo-slc-all-0.10.1@1572 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

eclipse/features/org.argeo.slc.ui.launch.feature/pom.xml
org.argeo.slc.agent/pom.xml
org.argeo.slc.core/pom.xml
org.argeo.slc.example/pom.xml
org.argeo.slc.hibernate/pom.xml
org.argeo.slc.server/pom.xml
org.argeo.slc.webapp/pom.xml
org.argeo.slc/pom.xml
pom.xml

index 796e73d4b077728b8f20f6c362d7680a67fab32b..58ba089eb3af94af328052736d0496b8a224bc4d 100644 (file)
@@ -1,11 +1,9 @@
-<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.slc</groupId>
         <artifactId>argeo-slc</artifactId>
-        <version>0.10.1-SNAPSHOT</version>
+        <version>0.10.1</version>
         <relativePath>../org.argeo.slc</relativePath>
     </parent>
     <artifactId>org.argeo.slc.ui.launch.feature</artifactId>
index 3ca84b05b82e4fc129f1763631dd4aece61eba27..840e4da907ed9f756aad0499321b1fd7023aac55 100644 (file)
@@ -3,14 +3,14 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.10.1-SNAPSHOT</version>
+               <version>0.10.1</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>argeo-slc-agent</artifactId>
        <name>Argeo SLC Agent</name>
        <scm>
-               <connection>scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc.agent</connection>
-         <url>https://www.argeo.org/svn/slc/trunk/org.argeo.slc/argeo-slc-agent</url>
+               <connection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.10.1/org.argeo.slc.agent</connection>
+         <url>https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.10.1/org.argeo.slc.agent</url>
   </scm>
        <build>
                <plugins>
index 70508d4cd1973cdb3e59876900714f122073604f..52504549cf64504129005234ad9a21889629ba6e 100644 (file)
@@ -3,15 +3,15 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.10.1-SNAPSHOT</version>
+               <version>0.10.1</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>argeo-slc-core</artifactId>
        <name>Argeo SLC Core</name>
        <description>SLC Core</description>
        <scm>
-               <connection>scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc.core</connection>
-               <url>https://www.argeo.org/svn/slc/trunk/org.argeo.slc.core</url>
+               <connection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.10.1/org.argeo.slc.core</connection>
+               <url>https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.10.1/org.argeo.slc.core</url>
        </scm>
        <build>
                <plugins>
index 06adcdf2b8eb146eba7d6ae84d90ecfe2519321d..d528bb2a319c303e3da5231c5a71ed985580ae6c 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.10.1-SNAPSHOT</version>
+               <version>0.10.1</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>argeo-slc-example</artifactId>
@@ -11,8 +11,8 @@
        <packaging>jar</packaging>
        <description>An Example SLC application</description>
        <scm>
-               <connection>scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc.example</connection>
-               <url>https://www.argeo.org/svn/slc/trunk/org.argeo.slc.example</url>
+               <connection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.10.1/org.argeo.slc.example</connection>
+               <url>https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.10.1/org.argeo.slc.example</url>
        </scm>
        <build>
                <plugins>
index f0770440d6a0f76ed92bac4e7f801fc58e7fd8b7..a1b1c2f004e9e772512bfc31288664a1379f1a92 100644 (file)
@@ -3,14 +3,14 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.10.1-SNAPSHOT</version>
+               <version>0.10.1</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>argeo-slc-hibernate</artifactId>
        <name>Argeo SLC Hibernate</name>
        <scm>
-               <connection>scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc.hibernate</connection>
-         <url>https://www.argeo.org/svn/slc/trunk/org.argeo.slc/argeo-slc-hibernate</url>
+               <connection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.10.1/org.argeo.slc.hibernate</connection>
+         <url>https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.10.1/org.argeo.slc.hibernate</url>
   </scm>
        <build>
                <plugins>
index b3ad59080d3ffecd389198bad8e60a89f8550c6b..10a7c118b3e269731826a5f1f9b2621e43964c01 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.10.1-SNAPSHOT</version>
+               <version>0.10.1</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>argeo-slc-server</artifactId>
index f6d4a956b5b07816023bb1ff9bd10b96cacc6718..0a3f1dfc93a4498e9037caa04b5851ea9f23e584 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.10.1-SNAPSHOT</version>
+               <version>0.10.1</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>org.argeo.slc.webapp</artifactId>
index 9281d08e6b8a9154c08aaea3f72399a450d15238..fce283883276aa77347c3d7768fc5c0a61f16a5b 100644 (file)
@@ -1,12 +1,10 @@
-<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.slc</groupId>
     <artifactId>argeo-slc</artifactId>
     <packaging>pom</packaging>
     <name>Argeo SLC</name>
-    <version>0.10.1-SNAPSHOT</version>
+    <version>0.10.1</version>
     <description>SLC Distribution</description>
     <url>
         http://www.argeo.org/projects/slc/${project.artfactId}/${project.version}
         <version.jetty>6.1.11</version.jetty>
     </properties>
     <scm>
-        <connection>
-            scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc
-        </connection>
-        <url>https://www.argeo.org/svn/slc/trunk/org.argeo.slc</url>
+        <connection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.10.1/org.argeo.slc</connection>
+        <url>https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.10.1/org.argeo.slc</url>
     </scm>
     <issueManagement>
         <system>Bugzilla</system>
                         <stopKey>stopKey</stopKey>
                         <stopPort>9091</stopPort>
                         <connectors>
-                            <connector
-                                implementation="org.mortbay.jetty.nio.SelectChannelConnector">
+                            <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
                                 <port>9090</port>
                                 <maxIdleTime>60000</maxIdleTime>
                             </connector>
diff --git a/pom.xml b/pom.xml
index ae3e359a8a89877becc6ed24280a14a07c9ea576..c860df81d4701189862c491b4ada14079c1c22d2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.10.1-SNAPSHOT</version>
+               <version>0.10.1</version>
                <relativePath>org.argeo.slc</relativePath>
        </parent>
        <artifactId>argeo-slc-all</artifactId>
@@ -20,8 +20,8 @@
                <module>org.argeo.slc.webapp</module>
        </modules>
        <scm>
-               <connection>scm:svn:https://www.argeo.org/svn/slc/trunk</connection>
-         <url>https://www.argeo.org/svn/slc/trunk/org.argeo.slc/argeo-slc-all</url>
+               <connection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.10.1</connection>
+         <url>https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.10.1</url>
   </scm>
        <build>
                <plugins>