[maven-release-plugin] prepare release maven-bundle-plugin-5.1.1
diff --git a/tools/maven-bundle-plugin/pom.xml b/tools/maven-bundle-plugin/pom.xml
index 7cf3b4c..a26973b 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>4.2.2-SNAPSHOT</version>
+ <version>5.1.1</version>
  <packaging>maven-plugin</packaging>
 
  <name>Maven Bundle Plugin</name>
@@ -45,7 +45,8 @@
      <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>
- </scm>
+   <tag>maven-bundle-plugin-5.1.1</tag>
+  </scm>
 
  <!-- Support for publishing the mvn site. -->
   <distributionManagement>