Skip to content

Commit

Permalink
updating version to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lbergelson committed Apr 27, 2016
1 parent a35476b commit 920e324
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbt.Package.ManifestAttributes

name := "picard"

version := "2.2.3"
version := "2.2.4"

organization := "com.github.broadinstitute"

Expand All @@ -15,7 +15,7 @@ javaSource in Test := baseDirectory.value / "src/tests"
unmanagedResourceDirectories in Test := Seq(baseDirectory.value / "src/scripts", baseDirectory.value / "testdata", baseDirectory.value / "src/tests/scripts")

libraryDependencies ++= Seq(
"com.github.samtools" % "htsjdk" % "2.2.3",
"com.github.samtools" % "htsjdk" % "2.2.4",
("com.google.cloud.genomics" % "gatk-tools-java" % "1.1" % "picardopt").
exclude("org.mortbay.jetty", "servlet-api"),
"org.testng" % "testng" % "6.8.8" % Test
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<arg value="--pretty=format:%H_%at"/>
</exec>
<property name="repository.revision" value=""/>
<property name="picard-version" value="2.2.3"/>
<property name="picard-version" value="2.2.4"/>
<property name="command-line-html-dir" value="${dist}/html"/>
<property name="testng.verbosity" value="2"/>
<property name="test.debug.port" value="5005"/>
Expand Down

0 comments on commit 920e324

Please sign in to comment.