Skip to content

Commit

Permalink
Release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Howy Perrin committed Mar 16, 2015
1 parent f4c9b64 commit 50cc476
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ Micro-library containing core for Play UI, incl. formatters, validators, mappers
Include the following dependency in your SBT build

```scala
libraryDependencies += "uk.gov.hmrc" %% "play-ui" % "1.1.0"
resolvers += Resolver.bintrayRepo("hmrc", "releases")

libraryDependencies += "uk.gov.hmrc" %% "play-ui" % "1.6.0"
```
11 changes: 3 additions & 8 deletions project/HmrcBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ object HmrcBuild extends Build {
import Dependencies._

val appName = "play-ui"
val appVersion = "1.6.0-SNAPSHOT"
val appVersion = "1.6.0"

val appDependencies = Seq(
Compile.play,
Expand Down Expand Up @@ -66,7 +66,7 @@ object HmrcBuild extends Build {
.settings(TwirlKeys.templateImports ++= Seq("play.api.mvc._", "play.api.data._", "play.api.i18n._", "play.api.templates.PlayMagic._"))
.settings(unmanagedSourceDirectories in sbt.Compile += baseDirectory.value / "src/main/twirl")
.settings(Headers(): _ *)
.settings(SonatypeBuild(): _*)
.settings(POMMetadata(): _*)

}

Expand Down Expand Up @@ -118,12 +118,8 @@ object Headers {
}


object SonatypeBuild {

import xerial.sbt.Sonatype._

object POMMetadata {
def apply() = {
sonatypeSettings ++ Seq(
pomExtra :=
<url>https://www.gov.uk/government/organisations/hm-revenue-customs</url>
<licenses>
Expand All @@ -144,7 +140,6 @@ object SonatypeBuild {
<url>http://www.equalexperts.com/</url>
</developer>
</developers>
)
}
}

2 changes: 0 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.8")

addSbtPlugin("uk.gov.hmrc" % "sbt-utils" % "2.2.0")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.2.2")

addSbtPlugin("de.heikoseeberger" % "sbt-header" % "1.1.1")

0 comments on commit 50cc476

Please sign in to comment.