Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master a8b7f757e -> ee67f89f7
Added profile activate-asf-snapshotrepository to get rid of settings-with-asf-snapshots.xml. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/ee67f89f Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/ee67f89f Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/ee67f89f Branch: refs/heads/master Commit: ee67f89f7d6778f97d0d6acc737ec990b2c9e4d0 Parents: a8b7f75 Author: Oliver B. Fischer <[email protected]> Authored: Sat Dec 24 13:24:14 2016 +0100 Committer: Oliver B. Fischer <[email protected]> Committed: Sat Dec 24 13:24:14 2016 +0100 ---------------------------------------------------------------------- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/ee67f89f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 55cccbb..6355a9f 100644 --- a/pom.xml +++ b/pom.xml @@ -871,6 +871,17 @@ under the License. <additionalparam>-Xdoclint:none</additionalparam> </properties> </profile> + + <profile> + <id>activate-asf-snapshots</id> + + <repositories> + <repository> + <id>asf-snapshots</id> + <url>https://repository.apache.org/content/repositories/snapshots/</url> + </repository> + </repositories> + </profile> </profiles> <reporting>
