You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2019/01/21 20:24:52 UTC

[sling-org-apache-sling-bnd-plugins] branch master updated: [maven-release-plugin] prepare release org.apache.sling.bnd.plugins-0.0.2

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-bnd-plugins.git


The following commit(s) were added to refs/heads/master by this push:
     new 28190e1  [maven-release-plugin] prepare release org.apache.sling.bnd.plugins-0.0.2
28190e1 is described below

commit 28190e17cb141fa62618d6c52bd84b207f8a0d7d
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Jan 21 21:24:51 2019 +0100

    [maven-release-plugin] prepare release org.apache.sling.bnd.plugins-0.0.2
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index bb5f4f9..a39c4f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,11 +25,11 @@
     <groupId>org.apache.sling</groupId>
     <artifactId>sling</artifactId>
     <version>34</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <artifactId>org.apache.sling.bnd.plugins</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.0.2</version>
 
   <name>Apache Sling bnd Plugins</name>
   <description>This module provides plugins for bnd.</description>
@@ -38,6 +38,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-bnd-plugins.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-bnd-plugins.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-bnd-plugins.git</url>
+    <tag>org.apache.sling.bnd.plugins-0.0.2</tag>
   </scm>
 
   <build>