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
commit 27f70aaf9d6b59ebd512fc7cac48c9d4f6164a2e Author: carlosrovira <[email protected]> AuthorDate: Wed Apr 1 06:14:11 2020 +0000 [maven-release-plugin] prepare release org.apache.royale.compiler-build-tools-1.2.0-rc1 --- compiler-build-tools/pom.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml index 816f645..5258208 100644 --- a/compiler-build-tools/pom.xml +++ b/compiler-build-tools/pom.xml @@ -16,8 +16,7 @@ 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> @@ -29,7 +28,7 @@ <groupId>org.apache.royale.compiler</groupId> <artifactId>compiler-build-tools</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.1</version> <packaging>maven-plugin</packaging> <name>Apache Royale: Build Tools</name> @@ -38,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> @@ -307,4 +306,4 @@ </profile> </profiles> -</project> +<properties><project.build.outputTimestamp>2020-04-01T06:13:51Z</project.build.outputTimestamp></properties></project>
