Merge branch 'release/0.9.9' into develop
diff --git a/build.properties b/build.properties
index 16349de..05bcc16 100644
--- a/build.properties
+++ b/build.properties
@@ -18,9 +18,9 @@
 ################################################################################
 
 ##used by Ant scripts
-release.version=0.9.9
+release.version=0.9.10
 ##used by release jobs on Jenkins
-releaseversion=0.9.9
+releaseversion=0.9.10
 developbranchname=develop
 
 generated.by.match=/\\*\\*. \\* Generated by Apache Royale Compiler
diff --git a/pom.xml b/pom.xml
index f06b1c2..f25b068 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/royale-compiler.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/royale-compiler.git</developerConnection>
     <url>https://github.com/apache/royale-compiler</url>
-    <tag>HEAD</tag>
+    <tag>release/0.9.9</tag>
   </scm>
 
   <properties>
@@ -64,7 +64,7 @@
     <maven.wagon.http.retryHandler.class>standard</maven.wagon.http.retryHandler.class>
     <!-- Try at most 6 times to deploy every artifact -->
     <maven.wagon.http.retryHandler.count>6</maven.wagon.http.retryHandler.count>
-    <project.build.outputTimestamp>2022-03-10T14:18:55Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-03-10T15:10:13Z</project.build.outputTimestamp>
   </properties>
 
   <!-- Only configure the site distribution as the rest is handled by the apache parent -->