- Added Apache repositories to flex-asjs parent
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/e6bad32a Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/e6bad32a Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/e6bad32a Branch: refs/heads/spark Commit: e6bad32afb8367371d5aae8f08393d7b6fe3c07b Parents: 229ba08 Author: Christofer Dutz <[email protected]> Authored: Sun May 15 12:37:23 2016 -0700 Committer: Alex Harui <[email protected]> Committed: Thu May 26 16:04:20 2016 -0700 ---------------------------------------------------------------------- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e6bad32a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c12e701..750ffef 100644 --- a/pom.xml +++ b/pom.xml @@ -46,10 +46,22 @@ <repository> <id>flex-release</id> <url>https://repository.apache.org/service/local/staging/deploy/maven2</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> </repository> <repository> <id>flex-snapshots</id> <url>https://repository.apache.org/content/repositories/snapshots</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> </repository> </repositories>
