- Updated the apache parent version to 18 - Decoupled the compiler-build-tools, compiler-jburg-types and flexjs-maven-plugin from the main build (changed the parent to apache:18) to allow separate maven released of the modules - Updated the versions of compiler-build-tools and compiler-jburg-types to 1.0.0-SNAPSHOT as they will probably only be released once (at least for now)
Project: http://git-wip-us.apache.org/repos/asf/flex-typedefs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-typedefs/commit/b396e46b Tree: http://git-wip-us.apache.org/repos/asf/flex-typedefs/tree/b396e46b Diff: http://git-wip-us.apache.org/repos/asf/flex-typedefs/diff/b396e46b Branch: refs/heads/master Commit: b396e46bb6a5156f48a8f7a259cd19072af568f0 Parents: 1997e35 Author: Christofer Dutz <[email protected]> Authored: Sat Jul 9 12:26:33 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Sat Jul 9 12:26:33 2016 +0200 ---------------------------------------------------------------------- js/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/b396e46b/js/pom.xml ---------------------------------------------------------------------- diff --git a/js/pom.xml b/js/pom.xml index 0ab1c3c..1d7d614 100644 --- a/js/pom.xml +++ b/js/pom.xml @@ -59,7 +59,7 @@ <plugin> <groupId>org.apache.flex.flexjs.compiler</groupId> <artifactId>compiler-build-tools</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>${compiler-build-tools.version}</version> <executions> <execution> <id>unpack-closure-externs</id>
