Skip to content

Commit

Permalink
Trying to fix releas problem (md5 issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
karma4u101 committed Nov 10, 2012
1 parent 76044b4 commit 61e7923
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Expand Up @@ -46,10 +46,9 @@ YuiCompressorKeys.minSuffix := "-min"
//##
//################################################################
credentials += Credentials(Path.userHome / ".sbt" / "liftmodules" /".credentials" )
//credentials += Credentials( file("/private/liftmodules/sonatype.credentials") )

credentials += Credentials( file("/private/liftmodules/sonatype.credentials") )

//pgpPublicRing := file("/home/peter/.gnupg/mykey.asc")
//pgpPublicRing := file(Path.userHome / ".gnupg" / "mykey.asc")

publishTo <<= version { v: String =>
val sonatype = "https://oss.sonatype.org/"
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Expand Up @@ -8,8 +8,8 @@ resolvers += {

resolvers += Classpaths.typesafeResolver

resolvers += Resolver.url("sbt-plugin-releases",
new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/"))(Resolver.ivyStylePatterns)
//resolvers += Resolver.url("sbt-plugin-releases",
// new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/"))(Resolver.ivyStylePatterns)

addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.0.0")

Expand Down

0 comments on commit 61e7923

Please sign in to comment.