[maven-release-plugin] prepare release org.apache.felix.inventory-2.0.0
diff --git a/inventory/pom.xml b/inventory/pom.xml
index 2a3a214..72eff94 100644
--- a/inventory/pom.xml
+++ b/inventory/pom.xml
@@ -28,7 +28,7 @@
 
     <artifactId>org.apache.felix.inventory</artifactId>
     <packaging>bundle</packaging>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>2.0.0</version>
 
     <name>Apache Felix Inventory</name>
     <description>Apache Felix Inventory provides some mechanisms to get the current state of the system and therefore provides an inventory of the system.</description>
@@ -37,7 +37,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>HEAD</tag>
+      <tag>org.apache.felix.inventory-2.0.0</tag>
   </scm>
 
     <build>