[maven-release-plugin] prepare release org.apache.sling.graphql.core-0.0.6
diff --git a/pom.xml b/pom.xml
index bf09f59..fb42a3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>org.apache.sling.graphql.core</artifactId>
-  <version>0.0.5-SNAPSHOT</version>
+  <version>0.0.6</version>
 
   <name>Apache Sling GraphQL Core</name>
   <description>Support for GraphQL queries</description>
@@ -42,14 +42,14 @@
     <jacoco.maven.plugin.version>0.8.2</jacoco.maven.plugin.version>
 
     <!-- additional options that can be passed to Pax before executing the tests -->
-    <pax.vm.options/>
+    <pax.vm.options />
   </properties>
 
   <scm>
       <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-graphql-core.git</connection>
       <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-graphql-core.git</developerConnection>
       <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-graphql-core.git</url>
-    <tag>org.apache.sling.graphql.core-0.0.2</tag>
+    <tag>org.apache.sling.graphql.core-0.0.6</tag>
   </scm>
 
   <build>