You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/03/28 08:49:10 UTC

[royale-compiler] branch develop updated: Revert "[maven-release-plugin] prepare for next development iteration"

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

carlosrovira 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 2820c86  Revert "[maven-release-plugin] prepare for next development iteration"
2820c86 is described below

commit 2820c861f1bc991479ddd7546e4f16944f580ba7
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Mar 28 09:49:00 2020 +0100

    Revert "[maven-release-plugin] prepare for next development iteration"
    
    This reverts commit feaa857ac1f6e0feaf912bcafc44a98cbb65833a.
---
 compiler-build-tools/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml
index f189533..e8847ea 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</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Royale: Build Tools</name>
@@ -38,7 +38,7 @@
     <connection>scm:git:ssh://git@github.com/apache/royale-compiler.git</connection>
     <developerConnection>scm:git:ssh://git@github.com/apache/royale-compiler.git</developerConnection>
     <url>http://github.com/apache/royale-compiler</url>
-    <tag>HEAD</tag>
+    <tag>compiler-build-tools-1.2.0</tag>
   </scm>
 
   <build>