- 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/229ba083 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/229ba083 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/229ba083 Branch: refs/heads/spark Commit: 229ba083232b2fb4ff9b2fbd4c73c89483d78637 Parents: 7aa4961 Author: Christofer Dutz <[email protected]> Authored: Sun May 15 12:20:44 2016 -0700 Committer: Alex Harui <[email protected]> Committed: Thu May 26 16:04:20 2016 -0700 ---------------------------------------------------------------------- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/229ba083/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8a6a29a..c12e701 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,17 @@ </site> </distributionManagement> + <repositories> + <repository> + <id>flex-release</id> + <url>https://repository.apache.org/service/local/staging/deploy/maven2</url> + </repository> + <repository> + <id>flex-snapshots</id> + <url>https://repository.apache.org/content/repositories/snapshots</url> + </repository> + </repositories> + <mailingLists> <mailingList> <name>Apache Flex User List</name>
