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 2020/07/28 06:42:52 UTC

[jackrabbit-filevault-package-maven-plugin] branch master updated (08836d7 -> 49d79a9)

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault-package-maven-plugin.git.


    from 08836d7  add release notes
     new 044b727  [maven-release-plugin] prepare release filevault-package-maven-plugin-1.1.4
     new c513ad3  Revert "[maven-release-plugin] prepare release filevault-package-maven-plugin-1.1.4"
     new 49d79a9  releng: fix SCM info

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


[jackrabbit-filevault-package-maven-plugin] 01/03: [maven-release-plugin] prepare release filevault-package-maven-plugin-1.1.4

Posted by kw...@apache.org.
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

commit 044b727bf05122b065309993a7e9e8e699422281
Author: Konrad Windszus <ko...@netcentric.biz>
AuthorDate: Tue Jul 28 08:24:13 2020 +0200

    [maven-release-plugin] prepare release filevault-package-maven-plugin-1.1.4
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 80faed2..5384480 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.jackrabbit.vault</groupId>
         <artifactId>parent</artifactId>
-        <relativePath></relativePath>
+        <relativePath />
         <version>3.4.6</version>
     </parent>
 
@@ -32,7 +32,7 @@
     <!-- ====================================================================== -->
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>filevault-package-maven-plugin</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.4</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-01-22T15:10:38Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2020-07-28T06:20:07Z</project.build.outputTimestamp>
     </properties>
 
     <prerequisites>
@@ -59,7 +59,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/jackrabbit-filevault-package-maven.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/jackrabbit-filevault-package-maven.git</developerConnection>
         <url>https://github.com/apache/jackrabbit-filevault-package-maven-plugin/tree/${project.scm.tag}</url>
-        <tag>trunk</tag>
+        <tag>filevault-package-maven-plugin-1.1.4</tag>
     </scm>
 
     <ciManagement>


[jackrabbit-filevault-package-maven-plugin] 03/03: releng: fix SCM info

Posted by kw...@apache.org.
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

commit 49d79a909996d0bdde1f859236615762adbe1e26
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Jul 28 08:42:40 2020 +0200

    releng: fix SCM info
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 80faed2..51f92ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,10 +56,10 @@
     <!-- S C M  D E F I N I T I O N                                             -->
     <!-- ====================================================================== -->
     <scm>
-        <connection>scm:git:https://gitbox.apache.org/repos/asf/jackrabbit-filevault-package-maven.git</connection>
-        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/jackrabbit-filevault-package-maven.git</developerConnection>
+        <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>trunk</tag>
+        <tag>master</tag>
     </scm>
 
     <ciManagement>
@@ -568,7 +568,7 @@ A candidate for the Jackrabbit FileVault Package Maven Plugin ${project.version}
 https://dist.apache.org/repos/dist/dev/jackrabbit/filevault-package-maven-plugin/${project.version}/
 
 The release candidate is a zip archive of the sources in:
-https://svn.apache.org/repos/asf/jackrabbit/commons/filevault-package-maven-plugin/tags/filevault-package-maven-plugin-${project.version}/
+https://github.com/apache/jackrabbit-filevault-package-maven-plugin/tree/filevault-package-maven-plugin-${project.version}/
 
 The SHA1 checksum of the archive is
 ${checksum}


[jackrabbit-filevault-package-maven-plugin] 02/03: Revert "[maven-release-plugin] prepare release filevault-package-maven-plugin-1.1.4"

Posted by kw...@apache.org.
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

commit c513ad31554f1941a5b7a118b74fb6e1758d4c10
Author: Konrad Windszus <ko...@netcentric.biz>
AuthorDate: Tue Jul 28 08:26:54 2020 +0200

    Revert "[maven-release-plugin] prepare release filevault-package-maven-plugin-1.1.4"
    
    This reverts commit 044b727bf05122b065309993a7e9e8e699422281.
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5384480..80faed2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.jackrabbit.vault</groupId>
         <artifactId>parent</artifactId>
-        <relativePath />
+        <relativePath></relativePath>
         <version>3.4.6</version>
     </parent>
 
@@ -32,7 +32,7 @@
     <!-- ====================================================================== -->
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>filevault-package-maven-plugin</artifactId>
-    <version>1.1.4</version>
+    <version>1.1.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.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
-        <project.build.outputTimestamp>2020-07-28T06:20:07Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2020-01-22T15:10:38Z</project.build.outputTimestamp>
     </properties>
 
     <prerequisites>
@@ -59,7 +59,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/jackrabbit-filevault-package-maven.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/jackrabbit-filevault-package-maven.git</developerConnection>
         <url>https://github.com/apache/jackrabbit-filevault-package-maven-plugin/tree/${project.scm.tag}</url>
-        <tag>filevault-package-maven-plugin-1.1.4</tag>
+        <tag>trunk</tag>
     </scm>
 
     <ciManagement>