Skip to content

Commit

Permalink
[ARIES-1512] Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cschneider committed Apr 1, 2016
1 parent dea3223 commit 5b76fb7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 49 deletions.
6 changes: 0 additions & 6 deletions api/bnd.bnd

This file was deleted.

40 changes: 0 additions & 40 deletions api/pom.xml

This file was deleted.

4 changes: 2 additions & 2 deletions examples/echotcp/Readme.md
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>14</version>
<version>17</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 5b76fb7

Please sign in to comment.