Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3ce2a09

Browse files
author
Heiko Seeberger
committedMay 13, 2011
Release 1.0.6.
1 parent e747ec5 commit 3ce2a09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
project.organization=com.weiglewilczek.slf4s
44
project.name=slf4s
55
sbt.version=0.7.7
6-
project.version=1.0.6-SNAPSHOT
6+
project.version=1.0.6
77
build.scala.versions=2.9.0 2.8.1
88
project.initialize=false

‎project/build/project.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ class Project(info: ProjectInfo) extends DefaultProject(info) with BNDPlugin {
3535

3636
override def managedStyle = ManagedStyle.Maven
3737
Credentials(Path.userHome / ".ivy2" / ".credentials", log)
38-
// lazy val publishTo = "Scala Tools Nexus" at "http://nexus.scala-tools.org/content/repositories/releases/"
39-
lazy val publishTo = "Scala Tools Nexus" at "http://nexus.scala-tools.org/content/repositories/snapshots/"
38+
lazy val publishTo = "Scala Tools Nexus" at "http://nexus.scala-tools.org/content/repositories/releases/"
39+
// lazy val publishTo = "Scala Tools Nexus" at "http://nexus.scala-tools.org/content/repositories/snapshots/"
4040
// lazy val publishTo = Resolver.file("Local Test Repository", Path fileProperty "java.io.tmpdir" asFile)
4141
override def packageSrcJar = defaultJarPath("-sources.jar")
4242
lazy val sourceArtifact = Artifact.sources(artifactID)

0 commit comments

Comments
 (0)
Please sign in to comment.