-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added MBHD staging repo reference
- Loading branch information
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
language: java | ||
jdk: | ||
- oraclejdk7 | ||
- openjdk7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,48 @@ | |
<description>A BRIT server using Dropwizard</description> | ||
<inceptionYear>2014</inceptionYear> | ||
|
||
<!-- Developer list --> | ||
<developers> | ||
<developer> | ||
<name>Gary Rowe</name> | ||
<email>[email protected]</email> | ||
<timezone>0</timezone> | ||
</developer> | ||
</developers> | ||
|
||
<!-- MIT license --> | ||
<licenses> | ||
<license> | ||
<name>MIT</name> | ||
<url>http://www.opensource.org/licenses/mit-license.php</url> | ||
<distribution>repo</distribution> | ||
<comments>A business-friendly OSS license</comments> | ||
</license> | ||
</licenses> | ||
|
||
<!-- GitHub for source code management --> | ||
<scm> | ||
<connection>scm:git:git://github.com/bitcoin-solutions/brit-server.git</connection> | ||
<developerConnection>scm:git:[email protected]:bitcoin-solutions/brit-server.git</developerConnection> | ||
<url>http://github.com/bitcoin-solutions/brit-server/</url> | ||
<tag>develop-SNAPSHOT</tag> | ||
</scm> | ||
|
||
<!-- GitHub for issue management --> | ||
<issueManagement> | ||
<system>github</system> | ||
<url>http://github.com/bitcoin-solutions/brit-server/issues#issue/</url> | ||
</issueManagement> | ||
|
||
<repositories> | ||
<!-- Define the MultiBit staging repository for snapshots --> | ||
<repository> | ||
<id>mbhd-maven</id> | ||
<url>https://raw.githubusercontent.com/bitcoin-solutions/mbhd-maven/master/snapshots</url> | ||
<snapshots/> | ||
</repository> | ||
</repositories> | ||
|
||
<!-- Set the version levels for linked dependencies --> | ||
<properties> | ||
<dropwizard.version>0.6.2</dropwizard.version> | ||
|