From 0ddf20ac30e984028cdf23a8c403f837260069b3 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Fri, 12 Dec 2008 18:39:58 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration git-svn-id: https://svn.argeo.org/slc/trunk@2033 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- org.argeo.slc.detached.launcher/pom.xml | 2 +- org.argeo.slc.webapp/pom.xml | 2 +- org.argeo.slc/pom.xml | 6 +++--- pom.xml | 6 +++--- runtime/org.argeo.slc.detached/pom.xml | 2 +- runtime/org.argeo.slc.launcher/pom.xml | 2 +- runtime/org.argeo.slc.lib.detached/pom.xml | 2 +- runtime/org.argeo.slc.server/pom.xml | 2 +- runtime/org.argeo.slc.specs/pom.xml | 2 +- runtime/org.argeo.slc.support.ant/pom.xml | 2 +- runtime/org.argeo.slc.support.castor/pom.xml | 2 +- runtime/org.argeo.slc.support.hibernate/pom.xml | 2 +- runtime/org.argeo.slc.support.simple/pom.xml | 2 +- runtime/org.argeo.slc.support.ws.client/pom.xml | 2 +- runtime/pom.xml | 2 +- 15 files changed, 19 insertions(+), 19 deletions(-) diff --git a/org.argeo.slc.detached.launcher/pom.xml b/org.argeo.slc.detached.launcher/pom.xml index a182694a6..813a0cc1b 100644 --- a/org.argeo.slc.detached.launcher/pom.xml +++ b/org.argeo.slc.detached.launcher/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.11.2 + 0.11.3-SNAPSHOT ../org.argeo.slc org.argeo.slc.detached.launcher diff --git a/org.argeo.slc.webapp/pom.xml b/org.argeo.slc.webapp/pom.xml index d7a2e1305..ffa856989 100644 --- a/org.argeo.slc.webapp/pom.xml +++ b/org.argeo.slc.webapp/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.11.2 + 0.11.3-SNAPSHOT ../org.argeo.slc org.argeo.slc.webapp diff --git a/org.argeo.slc/pom.xml b/org.argeo.slc/pom.xml index 7a992a517..d48735377 100644 --- a/org.argeo.slc/pom.xml +++ b/org.argeo.slc/pom.xml @@ -4,7 +4,7 @@ argeo-slc pom Argeo SLC - 0.11.2 + 0.11.3-SNAPSHOT SLC Distribution http://www.argeo.org/projects/slc/${project.artifactId}/${project.version} @@ -18,8 +18,8 @@ 1.4.3 - scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.11.2/org.argeo.slc - https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.11.2/org.argeo.slc + scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc + https://www.argeo.org/svn/slc/trunk/org.argeo.slc Bugzilla diff --git a/pom.xml b/pom.xml index 608ed6640..9cd4a6106 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.11.2 + 0.11.3-SNAPSHOT org.argeo.slc argeo-slc-all @@ -17,8 +17,8 @@ org.argeo.slc.webapp - scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.11.2 - https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.11.2 + scm:svn:https://www.argeo.org/svn/slc/trunk + https://www.argeo.org/svn/slc/trunk/org.argeo.slc/argeo-slc-all diff --git a/runtime/org.argeo.slc.detached/pom.xml b/runtime/org.argeo.slc.detached/pom.xml index d12f3911b..bbad98851 100644 --- a/runtime/org.argeo.slc.detached/pom.xml +++ b/runtime/org.argeo.slc.detached/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.11.2 + 0.11.3-SNAPSHOT ../../org.argeo.slc org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.launcher/pom.xml b/runtime/org.argeo.slc.launcher/pom.xml index 6c9bc9aa5..5057746a6 100644 --- a/runtime/org.argeo.slc.launcher/pom.xml +++ b/runtime/org.argeo.slc.launcher/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.11.2 + 0.11.3-SNAPSHOT ../../org.argeo.slc org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.lib.detached/pom.xml b/runtime/org.argeo.slc.lib.detached/pom.xml index 512c79c07..c2e7a8590 100644 --- a/runtime/org.argeo.slc.lib.detached/pom.xml +++ b/runtime/org.argeo.slc.lib.detached/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.11.2 + 0.11.3-SNAPSHOT ../../org.argeo.slc org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.server/pom.xml b/runtime/org.argeo.slc.server/pom.xml index ab4c8e4ee..78eb3375e 100644 --- a/runtime/org.argeo.slc.server/pom.xml +++ b/runtime/org.argeo.slc.server/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.11.2 + 0.11.3-SNAPSHOT ../../org.argeo.slc org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.specs/pom.xml b/runtime/org.argeo.slc.specs/pom.xml index 70417f293..22dbb32b5 100644 --- a/runtime/org.argeo.slc.specs/pom.xml +++ b/runtime/org.argeo.slc.specs/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.11.2 + 0.11.3-SNAPSHOT ../../org.argeo.slc org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.support.ant/pom.xml b/runtime/org.argeo.slc.support.ant/pom.xml index 649120386..4bccacead 100644 --- a/runtime/org.argeo.slc.support.ant/pom.xml +++ b/runtime/org.argeo.slc.support.ant/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.11.2 + 0.11.3-SNAPSHOT ../../org.argeo.slc org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.support.castor/pom.xml b/runtime/org.argeo.slc.support.castor/pom.xml index f01ee2179..4fe2a75ad 100644 --- a/runtime/org.argeo.slc.support.castor/pom.xml +++ b/runtime/org.argeo.slc.support.castor/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.11.2 + 0.11.3-SNAPSHOT ../../org.argeo.slc org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.support.hibernate/pom.xml b/runtime/org.argeo.slc.support.hibernate/pom.xml index 33aba18ae..4c8304a65 100644 --- a/runtime/org.argeo.slc.support.hibernate/pom.xml +++ b/runtime/org.argeo.slc.support.hibernate/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.11.2 + 0.11.3-SNAPSHOT ../../org.argeo.slc org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.support.simple/pom.xml b/runtime/org.argeo.slc.support.simple/pom.xml index 01932000f..e7f8914a3 100644 --- a/runtime/org.argeo.slc.support.simple/pom.xml +++ b/runtime/org.argeo.slc.support.simple/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.11.2 + 0.11.3-SNAPSHOT ../../org.argeo.slc org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.support.ws.client/pom.xml b/runtime/org.argeo.slc.support.ws.client/pom.xml index b4446831f..b720efb95 100644 --- a/runtime/org.argeo.slc.support.ws.client/pom.xml +++ b/runtime/org.argeo.slc.support.ws.client/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.11.2 + 0.11.3-SNAPSHOT ../../org.argeo.slc org.argeo.slc.runtime diff --git a/runtime/pom.xml b/runtime/pom.xml index 18b4c91fb..bdf32b7c6 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.11.2 + 0.11.3-SNAPSHOT ../org.argeo.slc argeo-slc-runtime -- 2.39.2