You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/01/11 19:25:38 UTC

[jackrabbit-filevault-package-maven-plugin] branch master updated: [maven-release-plugin] prepare release filevault-package-maven-plugin-1.1.6

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/jackrabbit-filevault-package-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new c069b85  [maven-release-plugin] prepare release filevault-package-maven-plugin-1.1.6
c069b85 is described below

commit c069b85f032811794b426344d82920fdf5576cbf
Author: Konrad Windszus <ko...@netcentric.biz>
AuthorDate: Mon Jan 11 20:25:34 2021 +0100

    [maven-release-plugin] prepare release filevault-package-maven-plugin-1.1.6
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2f89104..09d731a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
     <!-- ====================================================================== -->
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>filevault-package-maven-plugin</artifactId>
-    <version>1.1.5-SNAPSHOT</version>
+    <version>1.1.6</version>
     <packaging>maven-plugin</packaging>
 
     <name>Apache Jackrabbit FileVault - Package Maven Plugin</name>
@@ -45,7 +45,7 @@
         <filevault.version>${project.parent.version}</filevault.version> <!-- must be equal to parent version -->
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
-        <project.build.outputTimestamp>2020-07-28T06:47:27Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-01-11T19:21:58Z</project.build.outputTimestamp>
     </properties>
 
     <prerequisites>
@@ -61,7 +61,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/jackrabbit-filevault-package-maven-plugin.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/jackrabbit-filevault-package-maven-plugin.git</developerConnection>
         <url>https://github.com/apache/jackrabbit-filevault-package-maven-plugin/tree/${project.scm.tag}</url>
-        <tag>master</tag>
+        <tag>filevault-package-maven-plugin-1.1.6</tag>
     </scm>
 
     <ciManagement>