Skip to content

Commit

Permalink
Fix git versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth committed Sep 3, 2013
1 parent 73f4931 commit 756ac36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ name := "sbt-native-packager"

organization := "com.typesafe.sbt"

git.baseVersion := "0.6.3"

versionWithGit

scalacOptions in Compile += "-deprecation"

libraryDependencies += "org.apache.commons" % "commons-compress" % "1.4.1"
Expand All @@ -31,5 +27,9 @@ publishMavenStyle := false

scriptedSettings


scriptedLaunchOpts <+= version apply { v => "-Dproject.version="+v }





3 changes: 3 additions & 0 deletions version.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
versionWithGit

git.baseVersion := "0.6.3"

0 comments on commit 756ac36

Please sign in to comment.