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/18 13:02:18 UTC

[aries] branch trunk updated: Upgrade to spifly core and weaver 1.2.2

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 5cc279f  Upgrade to spifly core and weaver 1.2.2
5cc279f is described below

commit 5cc279fc9a50db9a960969c7175c4da77c6706fd
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jun 18 15:02:01 2019 +0200

    Upgrade to spifly core and weaver 1.2.2
---
 spi-fly/spi-fly-static-tool/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spi-fly/spi-fly-static-tool/pom.xml b/spi-fly/spi-fly-static-tool/pom.xml
index 09a316d..7444d11 100644
--- a/spi-fly/spi-fly-static-tool/pom.xml
+++ b/spi-fly/spi-fly-static-tool/pom.xml
@@ -57,12 +57,12 @@
         <dependency>
             <groupId>org.apache.aries.spifly</groupId>
             <artifactId>org.apache.aries.spifly.core-internal</artifactId>
-            <version>1.2.1</version>
+            <version>1.2.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.aries.spifly</groupId>
             <artifactId>org.apache.aries.spifly.weaver-internal</artifactId>
-            <version>1.2.2-SNAPSHOT</version>
+            <version>1.2.2</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>