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 2022/12/12 17:50:59 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 aefa1ca  [maven-release-plugin] prepare for next development iteration
aefa1ca is described below

commit aefa1caa2d3a27c1bf5e28c8caf62d1ec3bdbaf4
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Dec 12 18:50:56 2022 +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 1d2cbc3..f8f89fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
     <!-- ====================================================================== -->
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>filevault-package-maven-plugin</artifactId>
-    <version>1.3.2</version>
+    <version>1.3.3-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.release>8</maven.compiler.release>
         <maven.compiler.target>8</maven.compiler.target><!-- also set target next to release due to https://issues.apache.org/jira/browse/MPLUGIN-404 -->
-        <project.build.outputTimestamp>2022-12-12T17:50:08Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-12-12T17:50:56Z</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.3.2</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <ciManagement>