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/03/18 15:58:33 UTC

[aries] branch trunk updated: Upgrade to blueprint parser 1.6.0

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 4259069  Upgrade to blueprint parser 1.6.0
4259069 is described below

commit 425906910b1e3b120514198e9d7eb24ad8110836
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Mar 18 16:58:19 2019 +0100

    Upgrade to blueprint parser 1.6.0
---
 blueprint/blueprint-core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blueprint/blueprint-core/pom.xml b/blueprint/blueprint-core/pom.xml
index c4d667d..578a79a 100644
--- a/blueprint/blueprint-core/pom.xml
+++ b/blueprint/blueprint-core/pom.xml
@@ -94,7 +94,7 @@
         </aries.osgi.include.resource>
         <blueprint.annotation.api.version>1.0.0</blueprint.annotation.api.version>
         <blueprint.api.version>1.0.0</blueprint.api.version>
-        <blueprint.parser.version>1.6.0-SNAPSHOT</blueprint.parser.version>
+        <blueprint.parser.version>1.6.0</blueprint.parser.version>
         <proxy.api.version>1.1.0</proxy.api.version>
         <proxy.impl.version>1.1.0</proxy.impl.version>
         <quiesce.api.version>1.0.0</quiesce.api.version>