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

Commit 97a296e

Browse files
committed
publish 0.1.0 again
1 parent f69045b commit 97a296e

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed

build.sbt

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -69,26 +69,25 @@ publishTo in ThisBuild <<= version { version: String =>
6969
Some(Opts.resolver.sonatypeStaging)
7070
}
7171

72-
val mavenCentralFrouFrou = Seq(
73-
homepage := Some(new URL("https://github.com/casualjim/muster")),
74-
startYear := Some(2013),
75-
licenses := Seq(("MIT", new URL("https://github.com/casualjim/muster/raw/HEAD/LICENSE"))),
76-
pomExtra <<= (pomExtra, name, description) { (pom, name, desc) =>
77-
pom ++ Group(
78-
<scm>
79-
<url>http://github.com/casualjim/muster</url>
80-
<connection>scm:git:git://github.com/casualjim/muster.git</connection>
81-
</scm>
82-
<developers>
83-
<developer>
84-
<id>casualjim</id>
85-
<name>Ivan Porto Carrero</name>
86-
<url>http://flanders.co.nz/</url>
87-
</developer>
88-
</developers>
89-
)
90-
}
91-
)
72+
homepage in ThisBuild := Some(new URL("https://github.com/json4s/muster"))
73+
74+
startYear in ThisBuild := Some(2013)
75+
76+
licenses in ThisBuild := Seq(("MIT", new URL("https://github.com/json4s/muster/raw/HEAD/LICENSE")))
77+
78+
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")))
79+
80+
pomExtra in ThisBuild <<= (pomExtra, name, description) { (pom, name, desc) =>
81+
pom ++ Group(
82+
<developers>
83+
<developer>
84+
<id>casualjim</id>
85+
<name>Ivan Porto Carrero</name>
86+
<url>http://flanders.co.nz/</url>
87+
</developer>
88+
</developers>
89+
)
90+
}
9291

9392
//cappiSettings
9493

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.2.0-SNAPSHOT"
1+
version in ThisBuild := "0.1.0"

0 commit comments

Comments
 (0)