File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
project.organization =com.weiglewilczek.slf4s
4
4
project.name =slf4s
5
5
sbt.version =0.7.7
6
- project.version =1.0.6-SNAPSHOT
6
+ project.version =1.0.6
7
7
build.scala.versions =2.9.0 2.8.1
8
8
project.initialize =false
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ class Project(info: ProjectInfo) extends DefaultProject(info) with BNDPlugin {
35
35
36
36
override def managedStyle = ManagedStyle .Maven
37
37
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/"
40
40
// lazy val publishTo = Resolver.file("Local Test Repository", Path fileProperty "java.io.tmpdir" asFile)
41
41
override def packageSrcJar = defaultJarPath(" -sources.jar" )
42
42
lazy val sourceArtifact = Artifact .sources(artifactID)
You can’t perform that action at this time.
0 commit comments