This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/aries.git
commit 23f87402c076af37cbef96523644e4bac98435d0 Author: Dominik Przybysz <[email protected]> AuthorDate: Fri Jan 17 18:35:29 2025 +0100 Do not update depencies in modules without CI builds --- samples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/pom.xml b/samples/pom.xml index d8e0fc8cc..bca6cf6a5 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -102,7 +102,7 @@ <!-- Aries Proxy Versions --> <ariesProxyApiVersion>1.0.0</ariesProxyApiVersion> <ariesProxyVersion>1.0.0</ariesProxyVersion> - <ariesProxyImplVersion>1.0.6</ariesProxyImplVersion> + <ariesProxyImplVersion>1.0.0</ariesProxyImplVersion> <!-- Aries Quiesce Versions --> <ariesQuiesceApiVersion>1.0.0</ariesQuiesceApiVersion>
