This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourcecollection.git
The following commit(s) were added to refs/heads/master by this push:
new 8ea79bd [maven-release-plugin] prepare release
org.apache.sling.resourcecollection-1.0.2
8ea79bd is described below
commit 8ea79bd0a2599511cec95d54c6d1e2fb24d820a2
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Feb 22 17:47:09 2019 +0100
[maven-release-plugin] prepare release
org.apache.sling.resourcecollection-1.0.2
---
pom.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7ed61c4..07bd462 100755
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
<version>34</version>
- <relativePath/>
+ <relativePath />
</parent>
<!--
======================================================================= -->
@@ -34,7 +34,7 @@
<!--
======================================================================= -->
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.resourcecollection</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.2</version>
<packaging>bundle</packaging>
<name>Apache Sling Resource Collection API</name>
@@ -46,7 +46,8 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourcecollection.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourcecollection.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-resourcecollection.git</url>
- </scm>
+ <tag>org.apache.sling.resourcecollection-1.0.2</tag>
+ </scm>
<!--
======================================================================= -->
<!-- B U I L D
-->