Repository: flex-asjs Updated Branches: refs/heads/feature/amf a3614e1d9 -> dc2cbec3a
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/dc2cbec3 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/dc2cbec3 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/dc2cbec3 Branch: refs/heads/feature/amf Commit: dc2cbec3ab55efb9af300ca0e30cd4b765000523 Parents: a3614e1 Author: piotrz <[email protected]> Authored: Tue Aug 1 00:36:23 2017 +0200 Committer: piotrz <[email protected]> Committed: Tue Aug 1 00:36:23 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/dc2cbec3/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>
