Repository: aries-jax-rs-whiteboard Updated Branches: refs/heads/master b058ab793 -> 62000db57
[ARIES-1651] Add repositories for mvn deploy Project: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/commit/62000db5 Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/62000db5 Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/62000db5 Branch: refs/heads/master Commit: 62000db57c4a150860ef7fb0b4c13cd8c9d97ac1 Parents: b058ab7 Author: Christian Schneider <[email protected]> Authored: Wed Jan 4 13:58:15 2017 +0100 Committer: Christian Schneider <[email protected]> Committed: Wed Jan 4 13:58:15 2017 +0100 ---------------------------------------------------------------------- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/62000db5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4fd8d60..a66b71f 100644 --- a/pom.xml +++ b/pom.xml @@ -29,6 +29,21 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <cxf.version>3.1.7</cxf.version> </properties> + + <distributionManagement> + <repository> + <id>apache.releases.https</id> + <name>Apache Release Distribution Repository</name> + <url>https://repository.apache.org/service/local/staging/deploy/maven2</url> + </repository> + <snapshotRepository> + <id>apache.snapshots.https</id> + <name>Apache Development Snapshot Repository</name> + <url>https://repository.apache.org/content/repositories/snapshots</url> + <uniqueVersion>false</uniqueVersion> + </snapshotRepository> + </distributionManagement> + <build> <plugins>
