Skip to content

Commit

Permalink
Prepare version publish
Browse files Browse the repository at this point in the history
  • Loading branch information
alkersan committed May 9, 2016
1 parent 15aaff6 commit 3809916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sbtPlugin := true

name := "sbt-package-courier"
organization := "io.sysa"
version := "0.1.1-SNAPSHOT"
version := "0.1.1"
licenses += ("MIT", url("http://opensource.org/licenses/MIT"))

scalaVersion in Global := "2.10.5"
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/io/sysa/RpmArtifactoryDeployKeys.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import javax.xml.bind.DatatypeConverter.printBase64Binary
trait RpmArtifactoryDeployKeys {
val rpmArtifactoryUrl = SettingKey[String]("rpm-artifactory-url", " Url of Atrifactory server")
val rpmArtifactoryRepo = SettingKey[String]("rpm-artifactory-repo", "Name of Artifactory repository with YUM layout to publish artifacts to")
val rpmArtifactoryCredentials = SettingKey[Option[Credentials]]("rpm-artifactory-credentials", "Credentials with permissions to publish to Artifactory server")
val rpmArtifactoryCredentials = TaskKey[Option[Credentials]]("rpm-artifactory-credentials", "Credentials with permissions to publish to Artifactory server")

val rpmArtifactoryPath = SettingKey[String]("rpm-artifactory-path", "Path in repository where the package should be stored (e.g. pool)")
val rpmArtifactoryPublishName = TaskKey[String]("rpm-artifactory-publish-name", "Final name package will be published with")
Expand Down

0 comments on commit 3809916

Please sign in to comment.