- Prepared the SCM urls prior to releasing
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/8a24bb28 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/8a24bb28 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/8a24bb28 Branch: refs/heads/refactor-sprite Commit: 8a24bb286f45508412813d1c2b6cb3beffbadd7a Parents: d4cd359 Author: Christofer Dutz <[email protected]> Authored: Mon Sep 5 11:18:35 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Mon Sep 5 11:18:35 2016 +0200 ---------------------------------------------------------------------- pom.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8a24bb28/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 29ac1d5..afb158a 100644 --- a/pom.xml +++ b/pom.xml @@ -42,9 +42,10 @@ --> <scm> - <connection>scm:git://git.apache.org/flex-asjs.git</connection> - <developerConnection>scm:git://git.apache.org/flex-asjs.git</developerConnection> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/flex-asjs.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/flex-asjs.git</developerConnection> <url>https://github.com/apache/flex-asjs</url> + <tag>HEAD</tag> </scm> <properties> @@ -53,6 +54,9 @@ <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding> <maven.version>3.3.1</maven.version> + <flexjs.compiler.version>0.7.0</flexjs.compiler.version> + <flexjs.build-tools.version>1.0.0</flexjs.build-tools.version> + <flex.debug>true</flex.debug> <flex.version>4.15.0</flex.version> <flash.version>20.0</flash.version> @@ -106,7 +110,7 @@ <plugin> <groupId>org.apache.flex.flexjs.compiler</groupId> <artifactId>flexjs-maven-plugin</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>${flexjs.compiler.version}</version> <extensions>true</extensions> <configuration> <targetPlayer>${flash.version}</targetPlayer> @@ -124,7 +128,7 @@ <dependency> <groupId>org.apache.flex.flexjs.compiler</groupId> <artifactId>compiler-jx</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>${flexjs.compiler.version}</version> </dependency> </dependencies> </plugin>
