Repository: flex-asjs Updated Branches: refs/heads/develop 3aa038b93 -> 53955f9fa
try upping fb.release.version to help ij integration Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/53955f9f Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/53955f9f Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/53955f9f Branch: refs/heads/develop Commit: 53955f9faced545785094d8604b765d5fd9ce672 Parents: 3aa038b Author: Alex Harui <[email protected]> Authored: Sat May 23 07:32:22 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Sat May 23 07:32:22 2015 -0700 ---------------------------------------------------------------------- build.properties | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/53955f9f/build.properties ---------------------------------------------------------------------- diff --git a/build.properties b/build.properties index 6709f6f..6c923df 100644 --- a/build.properties +++ b/build.properties @@ -24,8 +24,12 @@ release.name = Apache Flex (FlexJS) release.version = 0.0.3 # fb.release.version must start with 4 in order for FB to accept it. +# intellij seems to want it to be at least 4.6 in order to not use certain +# older plugins that have incompatible Java APIs. We might as well keep +# the major/minor current with the version of FDB we are borrowing from +# the flex-sdk # this property should only go in flex-sdk-description.xml <version> tag -fb.release.version = 4.0.3 +fb.release.version = 4.14.3 # override on command line with -Dbuild.number=999 or in local.properties build.number = 0
