[maven-release-plugin] prepare release maven-build-cache-extension-1.0.1
diff --git a/pom.xml b/pom.xml
index 07772fd..954af3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.maven.extensions</groupId>
   <artifactId>maven-build-cache-extension</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>1.0.1</version>
   <packaging>jar</packaging>
 
   <name>Apache Maven Build Cache Extension</name>
@@ -40,7 +40,7 @@
   <scm>
     <connection>scm:git:https://github.com/apache/maven-build-cache-extension.git</connection>
     <developerConnection>scm:git:https://github.com/apache/maven-build-cache-extension.git</developerConnection>
-    <tag>maven-build-cache-extension-1.0.0</tag>
+    <tag>maven-build-cache-extension-1.0.1</tag>
     <url>https://github.com/apache/maven-build-cache-extension/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>