From 34b72e484d5ab88942f45ed98df927479777af73 Mon Sep 17 00:00:00 2001 From: Philippe Merle Date: Thu, 26 Jul 2012 05:13:09 +0000 Subject: [PATCH] * Moved to Apache CXF 2.5.4 This is required by the ANR SocEDA project. * Moved to SLF4J 1.6.2 This is required to ensure compatibility between SOAP and JSON-RPC bindings. * Move from groupId org.objectweb.fractal.bf to org.ow2.fractal.bf to use last Fractal Binding Factory artefacts. --- frascati/RELEASE_NOTES.txt | 4 ++-- frascati/frascati-studio/pom.xml | 2 +- frascati/intents/apache-cxf/pom.xml | 2 +- frascati/modules/frascati-binding-factory/pom.xml | 2 +- frascati/modules/frascati-binding-jms/pom.xml | 4 ++-- frascati/modules/frascati-binding-jsonrpc/pom.xml | 4 ++-- frascati/modules/frascati-binding-rest/pom.xml | 4 ++-- frascati/modules/frascati-binding-rmi/pom.xml | 4 ++-- frascati/modules/frascati-binding-ws/pom.xml | 4 ++-- frascati/modules/frascati-explorer/core/pom.xml | 10 +++++----- frascati/modules/frascati-fscript/core/pom.xml | 8 ++++---- .../modules/module-upnp/frascati-binding-upnp/pom.xml | 4 ++-- frascati/nuxeo/frascati-event-parser/pom.xml | 2 +- frascati/nuxeo/frascati-isolated/pom.xml | 4 ++-- frascati/nuxeo/frascati-nuxeo/pom.xml | 6 +++--- .../osgi/fractal/fractal-bf-connectors-osgi/pom.xml | 4 ++-- .../frascati-in-osgi/bundles/frascati-core/pom.xml | 4 ++-- .../bundles/frascati-modules/binding-jsonrpc/pom.xml | 2 +- .../bundles/frascati-modules/binding-rest/pom.xml | 2 +- .../bundles/frascati-modules/binding-rmi/pom.xml | 2 +- .../bundles/frascati-modules/binding-upnp/pom.xml | 2 +- .../bundles/frascati-modules/binding-ws/pom.xml | 2 +- frascati/osgi/osgi-in-frascati/pom.xml | 2 +- frascati/osgi/pom.xml | 1 - pom.xml | 5 +++-- 25 files changed, 45 insertions(+), 45 deletions(-) diff --git a/frascati/RELEASE_NOTES.txt b/frascati/RELEASE_NOTES.txt index c894684dc..67cccb35f 100644 --- a/frascati/RELEASE_NOTES.txt +++ b/frascati/RELEASE_NOTES.txt @@ -12,8 +12,8 @@ OW2 FraSCAti 1.5 * Added support for Apache CXF configuration when running OW2 FraSCAti Explorer. * Moved to: - - Apache CXF 2.4.1 - - Eclipse Jetty 7.4.2.v20110526 + - Apache CXF 2.5.4 + - Eclipse Jetty 7.5.4.v20111024 - OW2 Fractal Binding Factory 0.10-SNAPSHOT - Spring Framework 3.0.5.RELEASE diff --git a/frascati/frascati-studio/pom.xml b/frascati/frascati-studio/pom.xml index c75703a83..a544a89f6 100644 --- a/frascati/frascati-studio/pom.xml +++ b/frascati/frascati-studio/pom.xml @@ -290,7 +290,7 @@ org.slf4j slf4j-simple - 1.5.5 + ${slf4j.version} diff --git a/frascati/intents/apache-cxf/pom.xml b/frascati/intents/apache-cxf/pom.xml index 95683960b..970c3a01f 100644 --- a/frascati/intents/apache-cxf/pom.xml +++ b/frascati/intents/apache-cxf/pom.xml @@ -54,7 +54,7 @@ - org.objectweb.fractal.bf.connectors + org.ow2.fractal.bf.connectors fractal-bf-connectors-common ${fractal-bf.version} provided diff --git a/frascati/modules/frascati-binding-factory/pom.xml b/frascati/modules/frascati-binding-factory/pom.xml index f2264b497..8acd6cc2b 100644 --- a/frascati/modules/frascati-binding-factory/pom.xml +++ b/frascati/modules/frascati-binding-factory/pom.xml @@ -104,7 +104,7 @@ - org.objectweb.fractal.bf.connectors + org.ow2.fractal.bf.connectors fractal-bf-connectors-common ${fractal-bf.version} diff --git a/frascati/modules/frascati-binding-jms/pom.xml b/frascati/modules/frascati-binding-jms/pom.xml index a3981e455..8dc9f1f00 100755 --- a/frascati/modules/frascati-binding-jms/pom.xml +++ b/frascati/modules/frascati-binding-jms/pom.xml @@ -131,13 +131,13 @@ Currently, the code of the Fractal JMS Connector is contained in this module. - org.objectweb.fractal.bf.connectors + org.ow2.fractal.bf.connectors fractal-bf-connectors-jms ${fractal-bf.version} --> - org.objectweb.fractal.bf.connectors + org.ow2.fractal.bf.connectors fractal-bf-connectors-common ${fractal-bf.version} diff --git a/frascati/modules/frascati-binding-jsonrpc/pom.xml b/frascati/modules/frascati-binding-jsonrpc/pom.xml index d06500dbd..380cc85f3 100644 --- a/frascati/modules/frascati-binding-jsonrpc/pom.xml +++ b/frascati/modules/frascati-binding-jsonrpc/pom.xml @@ -2,7 +2,7 @@ - org.objectweb.fractal.bf.connectors + org.ow2.fractal.bf.connectors fractal-bf-connectors-json-rpc ${fractal-bf.version} diff --git a/frascati/modules/frascati-binding-rest/pom.xml b/frascati/modules/frascati-binding-rest/pom.xml index 75e707b73..5c2f50563 100644 --- a/frascati/modules/frascati-binding-rest/pom.xml +++ b/frascati/modules/frascati-binding-rest/pom.xml @@ -2,7 +2,7 @@ - org.objectweb.fractal.bf.connectors + org.ow2.fractal.bf.connectors fractal-bf-connectors-rest-cxf ${fractal-bf.version} diff --git a/frascati/modules/frascati-binding-rmi/pom.xml b/frascati/modules/frascati-binding-rmi/pom.xml index bc4dbcc85..3c9ca4adc 100644 --- a/frascati/modules/frascati-binding-rmi/pom.xml +++ b/frascati/modules/frascati-binding-rmi/pom.xml @@ -2,7 +2,7 @@ - org.objectweb.fractal.bf.connectors + org.ow2.fractal.bf.connectors fractal-bf-connectors-rmi ${fractal-bf.version} diff --git a/frascati/modules/frascati-binding-ws/pom.xml b/frascati/modules/frascati-binding-ws/pom.xml index f4a7705e2..b7323b430 100755 --- a/frascati/modules/frascati-binding-ws/pom.xml +++ b/frascati/modules/frascati-binding-ws/pom.xml @@ -2,7 +2,7 @@ - org.objectweb.fractal.bf.connectors + org.ow2.fractal.bf.connectors fractal-bf-connectors-soap-cxf ${fractal-bf.version} diff --git a/frascati/modules/frascati-explorer/core/pom.xml b/frascati/modules/frascati-explorer/core/pom.xml index a960a5b01..11f553aad 100644 --- a/frascati/modules/frascati-explorer/core/pom.xml +++ b/frascati/modules/frascati-explorer/core/pom.xml @@ -1,7 +1,7 @@ - org.objectweb.fractal.bf.connectors + org.ow2.fractal.bf.connectors fractal-bf-connectors-soap-cxf ${fractal-bf.version} - org.objectweb.fractal.bf.connectors + org.ow2.fractal.bf.connectors fractal-bf-connectors-rmi ${fractal-bf.version} - org.objectweb.fractal.bf.connectors + org.ow2.fractal.bf.connectors fractal-bf-connectors-rest-cxf ${fractal-bf.version} - org.objectweb.fractal.bf.connectors + org.ow2.fractal.bf.connectors fractal-bf-connectors-json-rpc ${fractal-bf.version} diff --git a/frascati/modules/frascati-fscript/core/pom.xml b/frascati/modules/frascati-fscript/core/pom.xml index 352cbc34e..8bc4d023c 100644 --- a/frascati/modules/frascati-fscript/core/pom.xml +++ b/frascati/modules/frascati-fscript/core/pom.xml @@ -1,7 +1,7 @@ - org.objectweb.fractal.bf.connectors + org.ow2.fractal.bf.connectors fractal-bf-connectors-upnp ${fractal-bf.version} diff --git a/frascati/nuxeo/frascati-event-parser/pom.xml b/frascati/nuxeo/frascati-event-parser/pom.xml index cfd611aed..0585d616d 100644 --- a/frascati/nuxeo/frascati-event-parser/pom.xml +++ b/frascati/nuxeo/frascati-event-parser/pom.xml @@ -41,7 +41,7 @@ frascati-runtime-factory ${project.version} test - + org.ow2.frascati.examples helloworld-pojo diff --git a/frascati/nuxeo/frascati-isolated/pom.xml b/frascati/nuxeo/frascati-isolated/pom.xml index d3ba65a9f..7bc9a3c3c 100644 --- a/frascati/nuxeo/frascati-isolated/pom.xml +++ b/frascati/nuxeo/frascati-isolated/pom.xml @@ -111,7 +111,7 @@ org.eclipse.emf.ecorexmi2.4.0 org.eclipse.emfcommon2.4.0 org.ow2.frascatifrascati-binding-factory${project.version} - org.objectweb.fractal.bffractal-bf-core0.10-SNAPSHOT + org.ow2.fractal.bffractal-bf-core0.10-SNAPSHOT org.objectweb.fractal.juliajulia-asm2.5.2 asmasm3.1 asmasm-util3.1 @@ -124,7 +124,7 @@ org.objectweb.fractal.fractaladltask-framework2.3.1 org.objectweb.fractal.fractaladltask-deployment2.3.1 org.objectweb.fractalfractal-util1.1.2 - org.objectweb.fractal.bf.connectorsfractal-bf-connectors-common0.10-SNAPSHOT + org.ow2.fractal.bf.connectorsfractal-bf-connectors-common0.10-SNAPSHOT org.ow2.frascati.modelfrascati-model2.0.1.3 diff --git a/frascati/nuxeo/frascati-nuxeo/pom.xml b/frascati/nuxeo/frascati-nuxeo/pom.xml index f53e55677..3eef89a3c 100644 --- a/frascati/nuxeo/frascati-nuxeo/pom.xml +++ b/frascati/nuxeo/frascati-nuxeo/pom.xml @@ -334,8 +334,8 @@ org.objectweb.fractal.juliacjuliac-jdt2.4 org.objectweb.fractal.juliajulia-mixins2.5.2 org.objectweb.fractal.juliajulia-asm2.5.2 - org.objectweb.fractal.bffractal-bf-core0.10-SNAPSHOT - org.objectweb.fractal.bf.connectorsfractal-bf-connectors-common0.10-SNAPSHOT + org.ow2.fractal.bffractal-bf-core0.10-SNAPSHOT + org.ow2.fractal.bf.connectorsfractal-bf-connectors-common0.10-SNAPSHOT org.objectweb.fractal.fraclet.javafraclet-annotations3.3 org.objectweb.fractal.fractaladlfractal-adl2.3.1 org.objectweb.fractal.fractaladlast-core2.3.1 @@ -370,7 +370,7 @@ org.ow2.frascatifrascati-binding-http${project.version} org.ow2.frascatifrascati-binding-ws${project.version} org.ow2.frascatifrascati-servlet-cxf${project.version} - org.objectweb.fractal.bf.connectorsfractal-bf-connectors-soap-cxf0.10-SNAPSHOT + org.ow2.fractal.bf.connectorsfractal-bf-connectors-soap-cxf0.10-SNAPSHOT diff --git a/frascati/osgi/fractal/fractal-bf-connectors-osgi/pom.xml b/frascati/osgi/fractal/fractal-bf-connectors-osgi/pom.xml index 557bcad96..c8c3f33af 100644 --- a/frascati/osgi/fractal/fractal-bf-connectors-osgi/pom.xml +++ b/frascati/osgi/fractal/fractal-bf-connectors-osgi/pom.xml @@ -45,7 +45,7 @@ - org.objectweb.fractal.bf.connectors + org.ow2.fractal.bf.connectors fractal-bf-connectors-common ${fractal-bf.version} @@ -56,7 +56,7 @@ test - org.objectweb.fractal.bf.testing + org.ow2.fractal.bf.testing fractal-bf-testing-fixtures ${fractal-bf.version} test diff --git a/frascati/osgi/frascati-in-osgi/bundles/frascati-core/pom.xml b/frascati/osgi/frascati-in-osgi/bundles/frascati-core/pom.xml index 48de10f46..d67306bba 100644 --- a/frascati/osgi/frascati-in-osgi/bundles/frascati-core/pom.xml +++ b/frascati/osgi/frascati-in-osgi/bundles/frascati-core/pom.xml @@ -49,8 +49,8 @@ org.objectweb.fractal.fractalrmifractal-rmi${fractal-rmi.version}runtime - org.objectweb.fractal.bffractal-bf-core${fractal-bf.version}runtime - org.objectweb.fractal.bf.connectorsfractal-bf-connectors-common${fractal-bf.version}runtime + org.ow2.fractal.bffractal-bf-core${fractal-bf.version}runtime + org.ow2.fractal.bf.connectorsfractal-bf-connectors-common${fractal-bf.version}runtime org.objectweb.fractal.fractaladlfractal-adl${fractal-adl.version}runtime org.objectweb.monologmonolog-api${monolog.version}runtime diff --git a/frascati/osgi/frascati-in-osgi/bundles/frascati-modules/binding-jsonrpc/pom.xml b/frascati/osgi/frascati-in-osgi/bundles/frascati-modules/binding-jsonrpc/pom.xml index e44c3bbe2..032b303c2 100644 --- a/frascati/osgi/frascati-in-osgi/bundles/frascati-modules/binding-jsonrpc/pom.xml +++ b/frascati/osgi/frascati-in-osgi/bundles/frascati-modules/binding-jsonrpc/pom.xml @@ -41,7 +41,7 @@ - org.objectweb.fractal.bf.connectors + org.ow2.fractal.bf.connectors fractal-bf-connectors-json-rpc ${fractal-bf.version} diff --git a/frascati/osgi/frascati-in-osgi/bundles/frascati-modules/binding-rest/pom.xml b/frascati/osgi/frascati-in-osgi/bundles/frascati-modules/binding-rest/pom.xml index 476abf872..243a69d45 100644 --- a/frascati/osgi/frascati-in-osgi/bundles/frascati-modules/binding-rest/pom.xml +++ b/frascati/osgi/frascati-in-osgi/bundles/frascati-modules/binding-rest/pom.xml @@ -42,7 +42,7 @@ - org.objectweb.fractal.bf.connectors + org.ow2.fractal.bf.connectors fractal-bf-connectors-rest-cxf ${fractal-bf.version} diff --git a/frascati/osgi/frascati-in-osgi/bundles/frascati-modules/binding-rmi/pom.xml b/frascati/osgi/frascati-in-osgi/bundles/frascati-modules/binding-rmi/pom.xml index f7afba162..6cd879044 100644 --- a/frascati/osgi/frascati-in-osgi/bundles/frascati-modules/binding-rmi/pom.xml +++ b/frascati/osgi/frascati-in-osgi/bundles/frascati-modules/binding-rmi/pom.xml @@ -41,7 +41,7 @@ - org.objectweb.fractal.bf.connectors + org.ow2.fractal.bf.connectors fractal-bf-connectors-rmi ${fractal-bf.version} diff --git a/frascati/osgi/frascati-in-osgi/bundles/frascati-modules/binding-upnp/pom.xml b/frascati/osgi/frascati-in-osgi/bundles/frascati-modules/binding-upnp/pom.xml index fd977db6d..2629c08c6 100644 --- a/frascati/osgi/frascati-in-osgi/bundles/frascati-modules/binding-upnp/pom.xml +++ b/frascati/osgi/frascati-in-osgi/bundles/frascati-modules/binding-upnp/pom.xml @@ -49,7 +49,7 @@ org.ow2.fractal.bf.binjiu.descriptionjava2upnp0.2-SNAPSHOT org.ow2.frascati.upnpfrascati-metamodel-upnp${project.version} org.ow2.frascati.upnpfrascati-binding-upnp${project.version} - org.objectweb.fractal.bf.connectorsfractal-bf-connectors-upnp${fractal-bf.version} + org.ow2.fractal.bf.connectorsfractal-bf-connectors-upnp${fractal-bf.version} xercesxercesImpl2.9.1 diff --git a/frascati/osgi/frascati-in-osgi/bundles/frascati-modules/binding-ws/pom.xml b/frascati/osgi/frascati-in-osgi/bundles/frascati-modules/binding-ws/pom.xml index 58d09358a..2564f8a92 100644 --- a/frascati/osgi/frascati-in-osgi/bundles/frascati-modules/binding-ws/pom.xml +++ b/frascati/osgi/frascati-in-osgi/bundles/frascati-modules/binding-ws/pom.xml @@ -41,7 +41,7 @@ - org.objectweb.fractal.bf.connectors + org.ow2.fractal.bf.connectors fractal-bf-connectors-soap-cxf ${fractal-bf.version} diff --git a/frascati/osgi/osgi-in-frascati/pom.xml b/frascati/osgi/osgi-in-frascati/pom.xml index a5c18c689..e6b442d08 100644 --- a/frascati/osgi/osgi-in-frascati/pom.xml +++ b/frascati/osgi/osgi-in-frascati/pom.xml @@ -58,7 +58,7 @@ http://localhost:8765 2.3.1 - 2.4.2 + 2.5.4 2.9.1 2.0.1.3 diff --git a/frascati/osgi/pom.xml b/frascati/osgi/pom.xml index 93a0248bd..29f9640db 100644 --- a/frascati/osgi/pom.xml +++ b/frascati/osgi/pom.xml @@ -68,7 +68,6 @@ 3.1 1.8 6.1.21 - 1.5.0 1.0 1.0 diff --git a/pom.xml b/pom.xml index f500c09b1..25fd03139 100644 --- a/pom.xml +++ b/pom.xml @@ -243,14 +243,15 @@ 0.10-SNAPSHOT 2.0.2 2.1.3 - 2.4.2 - 7.4.5.v20110725 + 2.5.4 + 7.5.4.v20111024 3.0.5.RELEASE 2.9.1 2.1.13 1.7 2.12.1.Final 0.6.0 + 1.6.2 -- GitLab