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 16:00:22 UTC

[aries] branch trunk updated: [maven-release-plugin] prepare release org.apache.aries.blueprint.core-1.10.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 abe055a  [maven-release-plugin] prepare release org.apache.aries.blueprint.core-1.10.2
abe055a is described below

commit abe055aee3675420a65cb438da246c63ff4f7f90
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Mar 18 17:00:16 2019 +0100

    [maven-release-plugin] prepare release org.apache.aries.blueprint.core-1.10.2
---
 blueprint/blueprint-core/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/blueprint/blueprint-core/pom.xml b/blueprint/blueprint-core/pom.xml
index 578a79a..ab524fa 100644
--- a/blueprint/blueprint-core/pom.xml
+++ b/blueprint/blueprint-core/pom.xml
@@ -32,7 +32,7 @@
     <artifactId>org.apache.aries.blueprint.core</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries Blueprint Core</name>
-    <version>1.10.2-SNAPSHOT</version>
+    <version>1.10.2</version>
     <description>
         This bundle contains the core implementation of Blueprint
         along with the "ext" namespace handler.
@@ -42,7 +42,8 @@
         <connection>scm:git:http://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</url>
-    </scm>
+      <tag>org.apache.aries.blueprint.core-1.10.2</tag>
+  </scm>
 
     <properties>
         <rat.excludesFile>${project.basedir}/rat-excludes.txt</rat.excludesFile>