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/01 06:28:15 UTC

[royale-compiler] branch develop updated (895319d -> 4508b13)

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

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


    from 895319d  [maven-release-plugin] prepare for next development iteration
     new 68dd80a  Revert "[maven-release-plugin] prepare for next development iteration"
     new 4508b13  Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-build-tools-1.2.0-rc1"

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 compiler-build-tools/pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)


[royale-compiler] 02/02: Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-build-tools-1.2.0-rc1"

Posted by ah...@apache.org.
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

commit 4508b133deddc7e9168829c106672cc01fd06635
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue Mar 31 23:27:52 2020 -0700

    Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-build-tools-1.2.0-rc1"
    
    This reverts commit 27f70aaf9d6b59ebd512fc7cac48c9d4f6164a2e.
---
 compiler-build-tools/pom.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml
index 5258208..816f645 100644
--- a/compiler-build-tools/pom.xml
+++ b/compiler-build-tools/pom.xml
@@ -16,7 +16,8 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 
---><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -28,7 +29,7 @@
 
   <groupId>org.apache.royale.compiler</groupId>
   <artifactId>compiler-build-tools</artifactId>
-  <version>1.2.1</version>
+  <version>1.2.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Royale: Build Tools</name>
@@ -37,7 +38,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>org.apache.royale.compiler-build-tools-1.2.0-rc1</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <build>
@@ -306,4 +307,4 @@
     </profile>
   </profiles>
 
-<properties><project.build.outputTimestamp>2020-04-01T06:13:51Z</project.build.outputTimestamp></properties></project>
+</project>


[royale-compiler] 01/02: Revert "[maven-release-plugin] prepare for next development iteration"

Posted by ah...@apache.org.
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

commit 68dd80a0900c4ebdc6381fe087b8e9430f4bf6d5
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue Mar 31 23:27:17 2020 -0700

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

diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml
index 64609f8..5258208 100644
--- a/compiler-build-tools/pom.xml
+++ b/compiler-build-tools/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.royale.compiler</groupId>
   <artifactId>compiler-build-tools</artifactId>
-  <version>1.2.2-SNAPSHOT</version>
+  <version>1.2.1</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Royale: Build Tools</name>
@@ -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>org.apache.royale.compiler-build-tools-1.2.0-rc1</tag>
   </scm>
 
   <build>
@@ -306,4 +306,4 @@
     </profile>
   </profiles>
 
-<properties /></project>
+<properties><project.build.outputTimestamp>2020-04-01T06:13:51Z</project.build.outputTimestamp></properties></project>