revert back to SNAPSHOT until release
diff --git a/pom.xml b/pom.xml
index 401c2aa..f794536 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 

   <groupId>org.apache.royale.compiler</groupId>

   <artifactId>royale-compiler-parent</artifactId>

-  <version>0.9.6-SNAPSHOT</version>
+  <version>0.9.6-SNAPSHOT</version>

   <packaging>pom</packaging>

 

   <name>Apache Royale: Compiler: Parent</name>

@@ -38,7 +38,7 @@
     <connection>scm:git:https://github.com/apache/royale-compiler.git</connection>

     <developerConnection>scm:git:https://github.com/apache/royale-compiler.git</developerConnection>

     <url>scm:git:https://github.com/apache/royale-compiler.git</url>

-    <tag>release/0.9.6</tag>
+    <tag>release/0.9.6</tag>

   </scm>

 

   <properties>

@@ -53,8 +53,8 @@
 

     <jburgTypesRequired>true</jburgTypesRequired>

     <skipgpg>false</skipgpg>

-    <compiler-build-tools.version>1.1.0</compiler-build-tools.version>

-    <compiler-jburg-types.version>1.1.0</compiler-jburg-types.version>

+    <compiler-build-tools.version>1.1.0-SNAPSHOT</compiler-build-tools.version>

+    <compiler-jburg-types.version>1.1.0-SNAPSHOT</compiler-jburg-types.version>

 

     <!-- URL of the ASF SonarQube server -->

     <sonar.host.url>https://builds.apache.org/analysis</sonar.host.url>