You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by jb...@apache.org on 2022/04/22 05:43:45 UTC

[felix-dev] branch master updated: [maven-release-plugin] rollback the release of maven-bundle-plugin-5.1.5

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 74114194cd [maven-release-plugin] rollback the release of maven-bundle-plugin-5.1.5
74114194cd is described below

commit 74114194cd008d0abe6921fd7498bc8336a6e4ee
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Apr 22 07:43:41 2022 +0200

    [maven-release-plugin] rollback the release of maven-bundle-plugin-5.1.5
---
 tools/maven-bundle-plugin/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/maven-bundle-plugin/pom.xml b/tools/maven-bundle-plugin/pom.xml
index aabd9e91c1..81e68485e7 100644
--- a/tools/maven-bundle-plugin/pom.xml
+++ b/tools/maven-bundle-plugin/pom.xml
@@ -28,7 +28,7 @@
  <modelVersion>4.0.0</modelVersion>
 
  <artifactId>maven-bundle-plugin</artifactId>
- <version>5.1.6-SNAPSHOT</version>
+ <version>5.1.5-SNAPSHOT</version>
  <packaging>maven-plugin</packaging>
 
  <name>Maven Bundle Plugin</name>
@@ -45,7 +45,7 @@
      <connection>scm:git:https://github.com/apache/felix-dev.git</connection>
      <developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection>
      <url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
-   <tag>maven-bundle-plugin-5.1.5</tag>
+   <tag>HEAD</tag>
   </scm>
 
  <!-- Support for publishing the mvn site. -->
@@ -59,7 +59,7 @@
  <properties>
    <felix.java.version>8</felix.java.version>
    <maven.site.path>bundle-plugin-archives/bundle-plugin-LATEST</maven.site.path>
-   <project.build.outputTimestamp>1650606149</project.build.outputTimestamp>
+   <project.build.outputTimestamp>1641217521</project.build.outputTimestamp>
  </properties>
 
  <build>