You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jb...@apache.org on 2019/06/17 19:20:58 UTC

[aries] branch trunk updated: Update proxy-itest to use proxy-impl 1.1.5-SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 27f147b  Update proxy-itest to use proxy-impl 1.1.5-SNAPSHOT
27f147b is described below

commit 27f147bc0dc7a19b10d9d77d11dd9cfc34b269e9
Author: Jean-Baptiste Onofré <jb...@nanthrax.net>
AuthorDate: Mon Jun 17 21:20:35 2019 +0200

    Update proxy-itest to use proxy-impl 1.1.5-SNAPSHOT
---
 proxy/proxy-itests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxy/proxy-itests/pom.xml b/proxy/proxy-itests/pom.xml
index 7642655..39f22b9 100644
--- a/proxy/proxy-itests/pom.xml
+++ b/proxy/proxy-itests/pom.xml
@@ -69,7 +69,7 @@
             <groupId>org.apache.aries.proxy</groupId>
             <artifactId>org.apache.aries.proxy</artifactId>
             <scope>test</scope>
-            <version>1.1.3-SNAPSHOT</version>
+            <version>1.1.5-SNAPSHOT</version>
         </dependency>
 
         <!-- pax exam -->