This repository has been archived by the owner on Nov 28, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
21 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 |
---|---|---|
|
@@ -69,26 +69,25 @@ publishTo in ThisBuild <<= version { version: String => | |
Some(Opts.resolver.sonatypeStaging) | ||
} | ||
|
||
val mavenCentralFrouFrou = Seq( | ||
homepage := Some(new URL("https://github.com/casualjim/muster")), | ||
startYear := Some(2013), | ||
licenses := Seq(("MIT", new URL("https://github.com/casualjim/muster/raw/HEAD/LICENSE"))), | ||
pomExtra <<= (pomExtra, name, description) { (pom, name, desc) => | ||
pom ++ Group( | ||
<scm> | ||
<url>http://github.com/casualjim/muster</url> | ||
<connection>scm:git:git://github.com/casualjim/muster.git</connection> | ||
</scm> | ||
<developers> | ||
<developer> | ||
<id>casualjim</id> | ||
<name>Ivan Porto Carrero</name> | ||
<url>http://flanders.co.nz/</url> | ||
</developer> | ||
</developers> | ||
) | ||
} | ||
) | ||
homepage in ThisBuild := Some(new URL("https://github.com/json4s/muster")) | ||
|
||
startYear in ThisBuild := Some(2013) | ||
|
||
licenses in ThisBuild := Seq(("MIT", new URL("https://github.com/json4s/muster/raw/HEAD/LICENSE"))) | ||
|
||
scmInfo in ThisBuild := Some(ScmInfo(url("http://github.com/json4s/muster"), "scm:git:git://github.com/json4s/muster.git", Some("scm:git:[email protected]:json4s/muster.git"))) | ||
|
||
pomExtra in ThisBuild <<= (pomExtra, name, description) { (pom, name, desc) => | ||
pom ++ Group( | ||
<developers> | ||
<developer> | ||
<id>casualjim</id> | ||
<name>Ivan Porto Carrero</name> | ||
<url>http://flanders.co.nz/</url> | ||
</developer> | ||
</developers> | ||
) | ||
} | ||
|
||
//cappiSettings | ||
|
||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
version in ThisBuild := "0.2.0-SNAPSHOT" | ||
version in ThisBuild := "0.1.0" |