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 5b4ae686c7a29e959332a79caa366bdf731085be Author: Alex Harui <[email protected]> AuthorDate: Tue Jan 2 23:58:48 2018 -0800 Revert "[maven-release-plugin] prepare branch release/0.9.0" This reverts commit d443b9a3e417a5d731372c154664ab0a61e044f1. --- compiler-common/pom.xml | 3 ++- compiler-externc/pom.xml | 3 ++- pom.xml | 2 +- swfutils/pom.xml | 3 ++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/compiler-common/pom.xml b/compiler-common/pom.xml index 250beae..f038fe4 100644 --- a/compiler-common/pom.xml +++ b/compiler-common/pom.xml @@ -17,7 +17,8 @@ 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 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/compiler-externc/pom.xml b/compiler-externc/pom.xml index bb89250..3c572af 100644 --- a/compiler-externc/pom.xml +++ b/compiler-externc/pom.xml @@ -17,7 +17,8 @@ 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 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/pom.xml b/pom.xml index bd50dba..5f9db75 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ <connection>scm:git:[email protected]:apache/royale-compiler.git</connection> <developerConnection>scm:git:[email protected]:apache/royale-compiler.git</developerConnection> <url>scm:git:[email protected]:apache/royale-compiler.git</url> - <tag>release/0.9.0</tag> + <tag>HEAD</tag> </scm> <properties> diff --git a/swfutils/pom.xml b/swfutils/pom.xml index df767cd..d3a5d44 100644 --- a/swfutils/pom.xml +++ b/swfutils/pom.xml @@ -17,7 +17,8 @@ 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 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
