This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-capabilities-jcr.git
The following commit(s) were added to refs/heads/master by this push:
new 9297f73 [maven-release-plugin] prepare release
org.apache.sling.capabilities.jcr-0.1.0
9297f73 is described below
commit 9297f73643312bb458cd164fd8d2432e63846356
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Thu Nov 1 16:42:02 2018 +0100
[maven-release-plugin] prepare release
org.apache.sling.capabilities.jcr-0.1.0
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index cb799a9..bd90f17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,12 +22,12 @@
<artifactId>sling</artifactId>
<groupId>org.apache.sling</groupId>
<version>34</version>
- <relativePath/>
+ <relativePath />
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Apache Sling Capabilities - JCR source</name>
<artifactId>org.apache.sling.capabilities.jcr</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.1.0</version>
<properties>
<!-- This module can work with older versions of Sling
as well, so be conservative here -->
@@ -38,7 +38,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-capabilities-jcr.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-capabilities-jcr.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-capabilities-jcr.git</url>
- <tag>HEAD</tag>
+ <tag>org.apache.sling.capabilities.jcr-0.1.0</tag>
</scm>
<build>
<plugins>