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 12:39:05 UTC

[aries] branch trunk updated: [maven-release-plugin] prepare release org.apache.aries.spifly.dynamic.bundle-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 8bdd027  [maven-release-plugin] prepare release org.apache.aries.spifly.dynamic.bundle-1.2.2
8bdd027 is described below

commit 8bdd0272b28dca4cb3c4bf80cbfb5c308e5899d9
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jun 18 14:38:59 2019 +0200

    [maven-release-plugin] prepare release org.apache.aries.spifly.dynamic.bundle-1.2.2
---
 spi-fly/spi-fly-dynamic-bundle/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/spi-fly/spi-fly-dynamic-bundle/pom.xml b/spi-fly/spi-fly-dynamic-bundle/pom.xml
index 5a2fed9..7ba0138 100644
--- a/spi-fly/spi-fly-dynamic-bundle/pom.xml
+++ b/spi-fly/spi-fly-dynamic-bundle/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.aries.spifly</groupId>
     <artifactId>org.apache.aries.spifly.dynamic.bundle</artifactId>
-    <version>1.2.2-SNAPSHOT</version>
+    <version>1.2.2</version>
     <packaging>bundle</packaging>
     <name>Apache Aries SPI Fly Dynamic Weaving Bundle</name>
     <description>
@@ -43,7 +43,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
-    </scm>
+      <tag>org.apache.aries.spifly.dynamic.bundle-1.2.2</tag>
+  </scm>
 
     <properties>
         <asm.version>7.1</asm.version>