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:50 UTC

[jackrabbit-filevault-package-maven-plugin] branch master updated: [maven-release-plugin] prepare for next development iteration

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 97723f4  [maven-release-plugin] prepare for next development iteration
97723f4 is described below

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

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 09d731a..17449a2 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.6</version>
+    <version>1.1.7-SNAPSHOT</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>2021-01-11T19:21:58Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-01-11T19:25:46Z</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>filevault-package-maven-plugin-1.1.6</tag>
+        <tag>master</tag>
     </scm>
 
     <ciManagement>