From 5b33221750db6d9f82759d95f5c14fed2ea75ca2 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Sat, 1 Aug 2009 18:33:42 +0000 Subject: [PATCH] [maven-release-plugin] copy for tag argeo-slc-0.12.0 git-svn-id: https://svn.argeo.org/slc/tags/argeo-slc-0.12.0@2871 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- archetypes/org.argeo.slc.archetype.basic/pom.xml | 2 +- archetypes/pom.xml | 2 +- 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 | 5 ++--- 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 | 11 +++++------ runtime/org.argeo.slc.core/pom.xml | 2 +- runtime/org.argeo.slc.detached.launcher/pom.xml | 2 +- runtime/org.argeo.slc.detached/pom.xml | 5 ++--- runtime/org.argeo.slc.launcher/pom.xml | 5 ++--- 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 | 5 ++--- runtime/org.argeo.slc.unit/pom.xml | 5 ++--- runtime/pom.xml | 2 +- server/org.argeo.slc.ria/pom.xml | 2 +- server/pom.xml | 2 +- 35 files changed, 44 insertions(+), 50 deletions(-) diff --git a/archetypes/org.argeo.slc.archetype.basic/pom.xml b/archetypes/org.argeo.slc.archetype.basic/pom.xml index 9df72e236..865faa885 100644 --- a/archetypes/org.argeo.slc.archetype.basic/pom.xml +++ b/archetypes/org.argeo.slc.archetype.basic/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc archetype - 0.11.5-SNAPSHOT + 0.12.0 .. org.argeo.slc.archetypes diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 3fb57c9e6..5451ee366 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.11.5-SNAPSHOT + 0.12.0 .. org.argeo.slc diff --git a/demo/pom.xml b/demo/pom.xml index 5e99953b4..8391f69c9 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.11.5-SNAPSHOT + 0.12.0 .. org.argeo.slc diff --git a/demo/site/pom.xml b/demo/site/pom.xml index 8f5487433..a216fa575 100644 --- a/demo/site/pom.xml +++ b/demo/site/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc demo - 0.11.5-SNAPSHOT + 0.12.0 .. 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 44158d43e..847922bfc 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.11.5-SNAPSHOT + 0.12.0 .. 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 34805ab35..9f14ea202 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.11.5-SNAPSHOT + 0.12.0 .. 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 d1b9b456d..a2591aa4e 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.11.5-SNAPSHOT + 0.12.0 .. org.argeo.slc.dep diff --git a/dep/pom.xml b/dep/pom.xml index 954ad8ffe..d9acd6642 100644 --- a/dep/pom.xml +++ b/dep/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.argeo.slc argeo-slc - 0.11.5-SNAPSHOT + 0.12.0 .. 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 8a3573402..712e6e24d 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.11.5-SNAPSHOT + 0.12.0 org.argeo.slc.it org.argeo.slc.it.webapp diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index c48b31a62..c689be740 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.11.5-SNAPSHOT + 0.12.0 .. org.argeo.slc diff --git a/modules/agent/pom.xml b/modules/agent/pom.xml index 922592c0a..994b7d4fa 100644 --- a/modules/agent/pom.xml +++ b/modules/agent/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc modules - 0.11.5-SNAPSHOT + 0.12.0 .. org.argeo.slc.modules diff --git a/modules/pom.xml b/modules/pom.xml index be31213ea..f6af1f258 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.11.5-SNAPSHOT + 0.12.0 .. modules diff --git a/modules/server/pom.xml b/modules/server/pom.xml index 2f5b6c546..cafa0c9f1 100644 --- a/modules/server/pom.xml +++ b/modules/server/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc modules - 0.11.5-SNAPSHOT + 0.12.0 .. org.argeo.slc.modules diff --git a/pom.xml b/pom.xml index e3b970dca..b89ae3cc1 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.argeo.slc argeo-slc pom Argeo SLC - 0.11.5-SNAPSHOT + 0.12.0 runtime dep @@ -37,9 +36,9 @@ ${site.urlBase}/${developmentCycle} - 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 + scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-0.12.0 + scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-0.12.0 + https://www.argeo.org/svn/slc/tags/argeo-slc-0.12.0 Bugzilla diff --git a/runtime/org.argeo.slc.core/pom.xml b/runtime/org.argeo.slc.core/pom.xml index aaa7cfaf6..5fc2d47de 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.11.5-SNAPSHOT + 0.12.0 .. 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 ba18c4d8c..eca56446e 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.11.5-SNAPSHOT + 0.12.0 .. org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.detached/pom.xml b/runtime/org.argeo.slc.detached/pom.xml index 423258dab..84d38a238 100644 --- a/runtime/org.argeo.slc.detached/pom.xml +++ b/runtime/org.argeo.slc.detached/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.argeo.slc runtime - 0.11.5-SNAPSHOT + 0.12.0 .. org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.launcher/pom.xml b/runtime/org.argeo.slc.launcher/pom.xml index 524f7d457..b8256f046 100644 --- a/runtime/org.argeo.slc.launcher/pom.xml +++ b/runtime/org.argeo.slc.launcher/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.argeo.slc runtime - 0.11.5-SNAPSHOT + 0.12.0 .. 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 186149a7d..26a361b66 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.11.5-SNAPSHOT + 0.12.0 .. org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.osgiboot/pom.xml b/runtime/org.argeo.slc.osgiboot/pom.xml index 9640c9aed..0a2138cb9 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.11.5-SNAPSHOT + 0.12.0 .. org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.server/pom.xml b/runtime/org.argeo.slc.server/pom.xml index 4b11b62ea..6a0444913 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.11.5-SNAPSHOT + 0.12.0 .. org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.specs/pom.xml b/runtime/org.argeo.slc.specs/pom.xml index e7c7ef971..36ec95839 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.11.5-SNAPSHOT + 0.12.0 .. 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 945003d02..c83318000 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.11.5-SNAPSHOT + 0.12.0 .. 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 18815e9c4..35d66cda7 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.11.5-SNAPSHOT + 0.12.0 .. 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 50e43ce0b..b12a25e9e 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.11.5-SNAPSHOT + 0.12.0 .. 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 83827b8c3..e6e76507c 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.11.5-SNAPSHOT + 0.12.0 .. 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 1e3d56f4d..187d9b81d 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.11.5-SNAPSHOT + 0.12.0 .. 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 f012e0a35..7be585f8d 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.11.5-SNAPSHOT + 0.12.0 .. 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 91389531b..145e17246 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.11.5-SNAPSHOT + 0.12.0 .. 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 83ada1a86..1b0acc675 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.11.5-SNAPSHOT + 0.12.0 .. 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 ea8c975be..88cac7b61 100644 --- a/runtime/org.argeo.slc.support.simple/pom.xml +++ b/runtime/org.argeo.slc.support.simple/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.argeo.slc runtime - 0.11.5-SNAPSHOT + 0.12.0 .. org.argeo.slc.runtime diff --git a/runtime/org.argeo.slc.unit/pom.xml b/runtime/org.argeo.slc.unit/pom.xml index 9d8bed7fd..841042ba7 100644 --- a/runtime/org.argeo.slc.unit/pom.xml +++ b/runtime/org.argeo.slc.unit/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.argeo.slc runtime - 0.11.5-SNAPSHOT + 0.12.0 .. org.argeo.slc.runtime diff --git a/runtime/pom.xml b/runtime/pom.xml index 4da5ecec1..bcdcd203a 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.11.5-SNAPSHOT + 0.12.0 .. org.argeo.slc diff --git a/server/org.argeo.slc.ria/pom.xml b/server/org.argeo.slc.ria/pom.xml index 3e03b8e85..c3714216d 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.11.5-SNAPSHOT + 0.12.0 .. org.argeo.slc.server diff --git a/server/pom.xml b/server/pom.xml index c7ae86752..438d90015 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -3,7 +3,7 @@ org.argeo.slc argeo-slc - 0.11.5-SNAPSHOT + 0.12.0 .. org.argeo.slc -- 2.39.2