From 5b76fb78973e040cc20c161699873ba128f02752 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Fri, 1 Apr 2016 16:07:14 +0200 Subject: [PATCH] [ARIES-1512] Fixes --- api/bnd.bnd | 6 ------ api/pom.xml | 40 -------------------------------------- examples/echotcp/Readme.md | 4 ++-- parent/pom.xml | 2 +- 4 files changed, 3 insertions(+), 49 deletions(-) delete mode 100644 api/bnd.bnd delete mode 100644 api/pom.xml diff --git a/api/bnd.bnd b/api/bnd.bnd deleted file mode 100644 index d7560672..00000000 --- a/api/bnd.bnd +++ /dev/null @@ -1,6 +0,0 @@ -Import-Package:\ - org.osgi.service.remoteserviceadmin,\ - org.osgi.service.event -Export-Package:\ - org.osgi.service.remoteserviceadmin,\ - org.osgi.service.event diff --git a/api/pom.xml b/api/pom.xml deleted file mode 100644 index 412df180..00000000 --- a/api/pom.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - 4.0.0 - - - org.apache.aries.rsa - org.apache.aries.rsa.parent - 1.8-SNAPSHOT - ../parent/pom.xml - - - org.apache.aries.rsa.api - bundle - Aries Remote Service Admin Compendium APIs - - - The minimal set of OSGi Compendium APIs required by DOSGi. - This bundle should be deployed instead of the full OSGi Compendium bundle to prevent issues - caused by multiple exports of other OSGi APIs that are not used by DOSGi. See DOSGI-208. - - - diff --git a/examples/echotcp/Readme.md b/examples/echotcp/Readme.md index dd34ce89..0fcb4e9f 100644 --- a/examples/echotcp/Readme.md +++ b/examples/echotcp/Readme.md @@ -10,7 +10,7 @@ Download Apache Karaf 4.0.5 Extract to container_a and start. In the shell execute the commands below: ``` -feature:repo-add aries-rsa 1.8-SNAPSHOT +feature:repo-add aries-rsa 1.8.0 feature:install scr aries-rsa-provider-tcp aries-rsa-discovery-zookeeper aries-rsa-discovery-zookeeper-server install -s mvn:org.apache.aries.rsa.examples.echotcp/org.apache.aries.rsa.examples.echotcp.api install -s mvn:org.apache.aries.rsa.examples.echotcp/org.apache.aries.rsa.examples.echotcp.service @@ -28,7 +28,7 @@ It should look similar to this: Extract to container_b and start. In the shell execute the commands below: ``` -feature:repo-add aries-rsa 1.8-SNAPSHOT +feature:repo-add aries-rsa 1.8.0 feature:install scr aries-rsa-provider-tcp aries-rsa-discovery-zookeeper install -s mvn:org.apache.aries.rsa.examples.echotcp/org.apache.aries.rsa.examples.echotcp.api install -s mvn:org.apache.aries.rsa.examples.echotcp/org.apache.aries.rsa.examples.echotcp.consumer diff --git a/parent/pom.xml b/parent/pom.xml index 91bd72b7..bdef21bf 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -15,7 +15,7 @@ org.apache apache - 14 + 17