Skip to content
This repository has been archived by the owner on Nov 28, 2017. It is now read-only.

Commit

Permalink
publish 0.1.0 again
Browse files Browse the repository at this point in the history
  • Loading branch information
casualjim committed May 26, 2014
1 parent f69045b commit 97a296e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
39 changes: 19 additions & 20 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
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"

0 comments on commit 97a296e

Please sign in to comment.