Update Reflection dependency to 0.9.0-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/0eec763b Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/0eec763b Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/0eec763b Branch: refs/heads/feature/amf Commit: 0eec763b04033fbb69922f526253741d16404507 Parents: 2998b9a Author: piotrz <[email protected]> Authored: Tue Aug 1 00:36:23 2017 +0200 Committer: Carlos Rovira <[email protected]> Committed: Thu Sep 7 00:24:02 2017 +0200 ---------------------------------------------------------------------- frameworks/projects/Network/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0eec763b/frameworks/projects/Network/pom.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Network/pom.xml b/frameworks/projects/Network/pom.xml index ca12bd1..b6f40b3 100644 --- a/frameworks/projects/Network/pom.xml +++ b/frameworks/projects/Network/pom.xml @@ -74,13 +74,13 @@ <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Reflection</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> </dependency> <dependency> <groupId>org.apache.flex.flexjs.framework</groupId> <artifactId>Reflection</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> <type>swc</type> <classifier>typedefs</classifier> </dependency>
