This is an automated email from the ASF dual-hosted git repository. amichai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/aries-rsa.git
commit 6f61ffe78bdc6387158eced14d1c1f220037a727 Author: Amichai Rothman <[email protected]> AuthorDate: Wed May 29 13:09:49 2024 +0300 ARIES-2134 Upgrade Karaf to 4.4.6 --- discovery/command/pom.xml | 2 +- examples/echotcp/Readme.md | 2 +- features/pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/discovery/command/pom.xml b/discovery/command/pom.xml index 56f20a31..b7cb752e 100644 --- a/discovery/command/pom.xml +++ b/discovery/command/pom.xml @@ -46,7 +46,7 @@ <dependency> <groupId>org.apache.karaf.shell</groupId> <artifactId>org.apache.karaf.shell.table</artifactId> - <version>4.0.5</version> + <version>4.4.6</version> <scope>provided</scope> </dependency> </dependencies> diff --git a/examples/echotcp/Readme.md b/examples/echotcp/Readme.md index 9e460ae8..193bb90b 100644 --- a/examples/echotcp/Readme.md +++ b/examples/echotcp/Readme.md @@ -4,7 +4,7 @@ Implements a simple echo service and exposes it using the Aries RSA TCP provider # Install -Download Apache Karaf 4.0.5 +Download Apache Karaf 4.4.6 ## Service Extract to container_a and start. In the shell execute the commands below: diff --git a/features/pom.xml b/features/pom.xml index e52eb5b2..6c533660 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -34,7 +34,7 @@ <properties> <topDirectoryLocation>../..</topDirectoryLocation> - <karaf.version>4.0.4</karaf.version> + <karaf.version>4.4.6</karaf.version> </properties> <dependencies> @@ -120,7 +120,7 @@ <plugin> <groupId>org.apache.karaf.tooling</groupId> <artifactId>karaf-maven-plugin</artifactId> - <version>4.0.5</version> + <version>4.4.6</version> <configuration> <startLevel>30</startLevel> </configuration>
