You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2020/04/03 05:11:52 UTC

[royale-compiler] branch develop updated: fix version #

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new 2414fee  fix version #
2414fee is described below

commit 2414feee89bcd40130dfd17fccda31ffda191374
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Apr 2 22:11:38 2020 -0700

    fix version #
---
 compiler-build-tools/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml
index 816f645..13d171c 100644
--- a/compiler-build-tools/pom.xml
+++ b/compiler-build-tools/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.royale.compiler</groupId>
   <artifactId>compiler-build-tools</artifactId>
-  <version>1.2.1-SNAPSHOT</version>
+  <version>1.2.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Royale: Build Tools</name>