This is an automated email from the ASF dual-hosted git repository.
tmaret pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-api.git
The following commit(s) were added to refs/heads/master by this push:
new e503f79 [maven-release-plugin] prepare release
org.apache.sling.distribution.api-0.4.0
e503f79 is described below
commit e503f79b9fda4f13628922b5d64c62d2358fdac5
Author: tmaret <[email protected]>
AuthorDate: Wed Feb 12 13:25:20 2020 +0100
[maven-release-plugin] prepare release
org.apache.sling.distribution.api-0.4.0
---
pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index b13b628..e740019 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
<!-- P R O J E C T
-->
<!--
======================================================================= -->
<artifactId>org.apache.sling.distribution.api</artifactId>
- <version>0.3.1-SNAPSHOT</version>
+ <version>0.4.0</version>
<packaging>bundle</packaging>
<name>Apache Sling Distribution API</name>
@@ -45,7 +45,8 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-api.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-api.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-distribution-api.git</url>
- </scm>
+ <tag>org.apache.sling.distribution.api-0.4.0</tag>
+ </scm>
<!--
======================================================================= -->
<!-- B U I L D
-->