Skip to content

Commit

Permalink
Sign releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeortiz85 committed Sep 11, 2012
1 parent 417ec09 commit 4e6ba0e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,28 @@ libraryDependencies ++= Seq(
"org.joda" % "joda-convert" % "1.2" % "compile"
)

pomExtra := (
<url>https://github.com/jorgeortiz85/scala-time</url>
<licenses>
<license>
<name>Apache</name>
<url>http://www.opensource.org/licenses/Apache-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>git@github.com:jorgeortiz85/scala-time.git</url>
<connection>scm:git:git@github.com:jorgeortiz85/scala-time.git</connection>
</scm>
<developers>
<developer>
<id>jorgeortiz85</id>
<name>Jorge Ortiz</name>
<url>https://github.com/jorgeortiz85</url>
</developer>
</developers>
)

publishTo <<= version { v =>
val nexus = "http://oss.sonatype.org/"
if (v.endsWith("-SNAPSHOT"))
Expand Down
1 change: 1 addition & 0 deletions project/build.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
addSbtPlugin("com.jsuereth" % "xsbt-gpg-plugin" % "0.6")

0 comments on commit 4e6ba0e

Please sign in to comment.