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-asjs.git
commit 668729038d79f85c8be9682d67dc111a752819d3 Author: Alex Harui <[email protected]> AuthorDate: Wed Feb 7 20:52:17 2018 -0800 Revert "[maven-release-plugin] prepare branch release/0.9.1" This reverts commit c370b8b0b657c8a5dd6d51f33f4ce32a52fa1f9c. --- examples/royale/RoyaleThemes/pom.xml | 4 +++- pom.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/royale/RoyaleThemes/pom.xml b/examples/royale/RoyaleThemes/pom.xml index d6c6f1a..4525a17 100644 --- a/examples/royale/RoyaleThemes/pom.xml +++ b/examples/royale/RoyaleThemes/pom.xml @@ -17,7 +17,9 @@ 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/maven-v4_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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <!-- diff --git a/pom.xml b/pom.xml index 71263db..27b1f11 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ <connection>scm:git:[email protected]:apache/royale-asjs.git</connection> <developerConnection>scm:git:[email protected]:apache/royale-asjs.git</developerConnection> <url>scm:git:[email protected]:apache/royale-asjs.git</url> - <tag>release/0.9.1</tag> + <tag>HEAD</tag> </scm> <properties> -- To stop receiving notification emails like this one, please contact [email protected].
