From 558f0c39e2a8165e92b9d06cf01b45ca58f38c94 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Sun, 17 Jan 2010 23:02:42 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration git-svn-id: https://svn.argeo.org/slc/trunk@3323 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- demo/pom.xml | 2 +- demo/site/pom.xml | 2 +- dep/org.argeo.slc.dep.agent/pom.xml | 2 +- dep/org.argeo.slc.dep.detached/pom.xml | 2 +- dep/org.argeo.slc.dep.server/pom.xml | 2 +- dep/pom.xml | 2 +- dist/org.argeo.slc.sdk/pom.xml | 2 +- dist/pom.xml | 2 +- integration-tests/org.argeo.slc.it.webapp/pom.xml | 2 +- integration-tests/pom.xml | 2 +- modules/agent/pom.xml | 2 +- modules/pom.xml | 2 +- modules/server/pom.xml | 2 +- pom.xml | 8 ++++---- runtime/org.argeo.slc.core/pom.xml | 2 +- runtime/org.argeo.slc.detached.launcher/pom.xml | 2 +- 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.osgiboot/pom.xml | 2 +- runtime/org.argeo.slc.server/pom.xml | 2 +- runtime/org.argeo.slc.specs/pom.xml | 2 +- runtime/org.argeo.slc.support.activemq/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.equinox/pom.xml | 2 +- runtime/org.argeo.slc.support.hibernate/pom.xml | 2 +- runtime/org.argeo.slc.support.jemmy/pom.xml | 2 +- runtime/org.argeo.slc.support.maven/pom.xml | 2 +- runtime/org.argeo.slc.support.osgi/pom.xml | 2 +- runtime/org.argeo.slc.support.simple/pom.xml | 2 +- runtime/org.argeo.slc.support.ws.client/pom.xml | 2 +- runtime/org.argeo.slc.unit/pom.xml | 2 +- runtime/pom.xml | 2 +- server/org.argeo.slc.ria/pom.xml | 2 +- server/pom.xml | 2 +- 36 files changed, 39 insertions(+), 39 deletions(-) diff --git a/demo/pom.xml b/demo/pom.xml index 09b674427..5859b7206 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc diff --git a/demo/site/pom.xml b/demo/site/pom.xml index d307ecb1b..9501b9bae 100644 --- a/demo/site/pom.xml +++ b/demo/site/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc demo - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc.demo diff --git a/dep/org.argeo.slc.dep.agent/pom.xml b/dep/org.argeo.slc.dep.agent/pom.xml index 4eee03fa3..4cdcbff1b 100644 --- a/dep/org.argeo.slc.dep.agent/pom.xml +++ b/dep/org.argeo.slc.dep.agent/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc dep - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc.dep diff --git a/dep/org.argeo.slc.dep.detached/pom.xml b/dep/org.argeo.slc.dep.detached/pom.xml index db81eabff..d0a4ba977 100644 --- a/dep/org.argeo.slc.dep.detached/pom.xml +++ b/dep/org.argeo.slc.dep.detached/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc dep - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc.dep diff --git a/dep/org.argeo.slc.dep.server/pom.xml b/dep/org.argeo.slc.dep.server/pom.xml index 3560dcf0c..44c1f8575 100644 --- a/dep/org.argeo.slc.dep.server/pom.xml +++ b/dep/org.argeo.slc.dep.server/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc dep - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc.dep diff --git a/dep/pom.xml b/dep/pom.xml index 581878e86..0b03cca7d 100644 --- a/dep/pom.xml +++ b/dep/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc diff --git a/dist/org.argeo.slc.sdk/pom.xml b/dist/org.argeo.slc.sdk/pom.xml index 3622be9a1..9caf13347 100644 --- a/dist/org.argeo.slc.sdk/pom.xml +++ b/dist/org.argeo.slc.sdk/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc dep - 0.12.1 + 0.12.2-SNAPSHOT org.argeo.slc.dist org.argeo.slc.sdk diff --git a/dist/pom.xml b/dist/pom.xml index 299ddcf39..d6cf77810 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc diff --git a/integration-tests/org.argeo.slc.it.webapp/pom.xml b/integration-tests/org.argeo.slc.it.webapp/pom.xml index 583cf5562..7afa3dea0 100644 --- a/integration-tests/org.argeo.slc.it.webapp/pom.xml +++ b/integration-tests/org.argeo.slc.it.webapp/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc integration-tests - 0.12.1 + 0.12.2-SNAPSHOT org.argeo.slc.it org.argeo.slc.it.webapp diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index bc37b116a..965d6d25f 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc diff --git a/modules/agent/pom.xml b/modules/agent/pom.xml index a5b45b04b..e679d0c2d 100644 --- a/modules/agent/pom.xml +++ b/modules/agent/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc modules - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc.modules diff --git a/modules/pom.xml b/modules/pom.xml index 4a3ad5380..e8a3406b7 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.12.1 + 0.12.2-SNAPSHOT .. modules diff --git a/modules/server/pom.xml b/modules/server/pom.xml index 9fd456d3d..b62fe0346 100644 --- a/modules/server/pom.xml +++ b/modules/server/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc modules - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc.modules diff --git a/pom.xml b/pom.xml index 0546caf93..19141ab59 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ argeo-slc pom Argeo SLC - 0.12.1 + 0.12.2-SNAPSHOT 0.12 1.0.3 @@ -34,9 +34,9 @@ ${site.urlBase}/${developmentCycle} - scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-0.12.1 - scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-0.12.1 - https://www.argeo.org/svn/slc/tags/argeo-slc-0.12.1 + scm:svn:https://www.argeo.org/svn/slc/trunk + scm:svn:https://www.argeo.org/svn/slc/trunk + https://www.argeo.org/svn/slc/trunk Bugzilla diff --git a/runtime/org.argeo.slc.core/pom.xml b/runtime/org.argeo.slc.core/pom.xml index 987b65063..982595c95 100644 --- a/runtime/org.argeo.slc.core/pom.xml +++ b/runtime/org.argeo.slc.core/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.detached.launcher/pom.xml b/runtime/org.argeo.slc.detached.launcher/pom.xml index 44f0f7981..0e5edbd1f 100644 --- a/runtime/org.argeo.slc.detached.launcher/pom.xml +++ b/runtime/org.argeo.slc.detached.launcher/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.detached/pom.xml b/runtime/org.argeo.slc.detached/pom.xml index 4343607b2..212b28219 100644 --- a/runtime/org.argeo.slc.detached/pom.xml +++ b/runtime/org.argeo.slc.detached/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.launcher/pom.xml b/runtime/org.argeo.slc.launcher/pom.xml index c2173f3ed..0fca99b09 100644 --- a/runtime/org.argeo.slc.launcher/pom.xml +++ b/runtime/org.argeo.slc.launcher/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.12.1 + 0.12.2-SNAPSHOT .. 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 61f4ee2d2..cb09fde2e 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 runtime - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.osgiboot/pom.xml b/runtime/org.argeo.slc.osgiboot/pom.xml index 5e1bda965..c2dedb5d6 100644 --- a/runtime/org.argeo.slc.osgiboot/pom.xml +++ b/runtime/org.argeo.slc.osgiboot/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.server/pom.xml b/runtime/org.argeo.slc.server/pom.xml index e8e08abe6..a083abb98 100644 --- a/runtime/org.argeo.slc.server/pom.xml +++ b/runtime/org.argeo.slc.server/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.specs/pom.xml b/runtime/org.argeo.slc.specs/pom.xml index 33c598759..1e7be8b6b 100644 --- a/runtime/org.argeo.slc.specs/pom.xml +++ b/runtime/org.argeo.slc.specs/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.support.activemq/pom.xml b/runtime/org.argeo.slc.support.activemq/pom.xml index bb3725fea..0782ee9ec 100644 --- a/runtime/org.argeo.slc.support.activemq/pom.xml +++ b/runtime/org.argeo.slc.support.activemq/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.12.1 + 0.12.2-SNAPSHOT .. 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 1339e05fc..b880a0cee 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 runtime - 0.12.1 + 0.12.2-SNAPSHOT .. 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 d2b739fcd..9c07c52e6 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 runtime - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.support.equinox/pom.xml b/runtime/org.argeo.slc.support.equinox/pom.xml index 091e043f0..7a92c9691 100644 --- a/runtime/org.argeo.slc.support.equinox/pom.xml +++ b/runtime/org.argeo.slc.support.equinox/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.12.1 + 0.12.2-SNAPSHOT .. 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 c7837ec21..1c82a6b89 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 runtime - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.support.jemmy/pom.xml b/runtime/org.argeo.slc.support.jemmy/pom.xml index 334b2921b..10775fe2d 100644 --- a/runtime/org.argeo.slc.support.jemmy/pom.xml +++ b/runtime/org.argeo.slc.support.jemmy/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.support.maven/pom.xml b/runtime/org.argeo.slc.support.maven/pom.xml index e3d4fdf35..d4fb72b92 100644 --- a/runtime/org.argeo.slc.support.maven/pom.xml +++ b/runtime/org.argeo.slc.support.maven/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.support.osgi/pom.xml b/runtime/org.argeo.slc.support.osgi/pom.xml index cbe97dc03..9f38f480c 100644 --- a/runtime/org.argeo.slc.support.osgi/pom.xml +++ b/runtime/org.argeo.slc.support.osgi/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.12.1 + 0.12.2-SNAPSHOT .. 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 dfe02cfef..2971b030b 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 runtime - 0.12.1 + 0.12.2-SNAPSHOT .. 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 6add9744c..3c0259234 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 runtime - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.unit/pom.xml b/runtime/org.argeo.slc.unit/pom.xml index 9ccf4db70..11c6859ca 100644 --- a/runtime/org.argeo.slc.unit/pom.xml +++ b/runtime/org.argeo.slc.unit/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc runtime - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc.runtime diff --git a/runtime/pom.xml b/runtime/pom.xml index c63c991af..e1eec52cc 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc diff --git a/server/org.argeo.slc.ria/pom.xml b/server/org.argeo.slc.ria/pom.xml index 59c33b362..084e2b67c 100644 --- a/server/org.argeo.slc.ria/pom.xml +++ b/server/org.argeo.slc.ria/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc server - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc.server diff --git a/server/pom.xml b/server/pom.xml index 5aeb38158..c8324e96d 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.12.1 + 0.12.2-SNAPSHOT .. org.argeo.slc -- 2.39.2