Skip to content

Commit

Permalink
Tag 0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeortiz85 committed May 31, 2011
1 parent 436cd70 commit 4083c08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
project.organization=org.scala-tools.time
project.name=time
sbt.version=0.7.4
project.version=0.4-SNAPSHOT
project.version=0.4
build.scala.versions=2.8.0 2.8.1 2.9.0 2.9.0-1
project.initialize=false
6 changes: 3 additions & 3 deletions project/build/ScalaTimeProject.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ class ScalaTimeProject(info: ProjectInfo) extends DefaultProject(info) with post

// Publishing
override def managedStyle = ManagedStyle.Maven
val publishTo = "Scala Tools Nexus" at "http://nexus.scala-tools.org/content/repositories/snapshots/"
val publishTo = "Scala Tools Nexus" at "http://nexus.scala-tools.org/content/repositories/releases/"
Credentials(Path.userHome / ".ivy2" / ".credentials", log)
// override def publishAction = super.publishAction && publishCurrentNotes
// override def extraTags = "scalaj" :: super.extraTags
override def publishAction = super.publishAction && publishCurrentNotes
override def extraTags = "scalaj" :: super.extraTags
}

0 comments on commit 4083c08

Please sign in to comment.