This is an automated email from the ASF dual-hosted git repository.
rotty3000 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 016acae [maven-release-plugin] prepare for next development iteration
016acae is described below
commit 016acaeb667bbba96127d3e371ecf3712aa839bb
Author: Raymond Augé <[email protected]>
AuthorDate: Thu Jul 9 12:42:36 2020 -0400
[maven-release-plugin] prepare for next development iteration
---
tools/maven-bundle-plugin/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/maven-bundle-plugin/pom.xml
b/tools/maven-bundle-plugin/pom.xml
index a26973b..dabe3be 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.1</version>
+ <version>5.1.2-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.1</tag>
+ <tag>HEAD</tag>
</scm>
<!-- Support for publishing the mvn site. -->