This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-provider-file.git
The following commit(s) were added to refs/heads/master by this push:
new 433f006 [maven-release-plugin] prepare release
org.apache.sling.installer.provider.file-1.2.0
433f006 is described below
commit 433f0067d034786f569bc36a28e9d8d76569f639
Author: Konrad Windszus <[email protected]>
AuthorDate: Fri Feb 21 09:40:18 2020 +0100
[maven-release-plugin] prepare release
org.apache.sling.installer.provider.file-1.2.0
---
pom.xml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1ba2a19..7a95661 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,11 +24,11 @@
<groupId>org.apache.sling</groupId>
<artifactId>sling-bundle-parent</artifactId>
<version>38</version>
- <relativePath/>
+ <relativePath />
</parent>
<artifactId>org.apache.sling.installer.provider.file</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.2.0</version>
<name>Apache Sling File Installer</name>
<description>
@@ -37,14 +37,15 @@
<properties>
<sling.java.version>8</sling.java.version>
-
<project.build.outputTimestamp>2020-01-14T08:04:00Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2020-02-21T08:40:09Z</project.build.outputTimestamp>
</properties>
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-provider-file.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-provider-file.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-installer-provider-file.git</url>
- </scm>
+ <tag>org.apache.sling.installer.provider.file-1.2.0</tag>
+ </scm>
<dependencies>
<!--
https://osgi.org/javadoc/osgi.annotation/7.0.0/org/osgi/annotation/bundle/package-frame.html
-->