Skip to content

Commit

Permalink
bumping version to 2.2.3
Browse files Browse the repository at this point in the history
this release has not substantiative changes from 2.2.2 and is necessary due to changes in picard's build system
these changes will allow us to decouple the htsjdk/picard release schedule to make this sort of release unnecessary in the future
  • Loading branch information
lbergelson committed Apr 27, 2016
1 parent f6a7e09 commit 308bc52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resolvers += Resolver.sbtPluginRepo("releases")

name := "htsjdk"

val buildVersion = "2.2.2"
val buildVersion = "2.2.3"

organization := "com.github.samtools"

Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<!-- Get GIT hash, if available, otherwise leave it blank. -->

<property name="repository.revision" value=""/>
<property name="htsjdk-version" value="2.2.2"/>
<property name="htsjdk-version" value="2.2.3"/>
<property name="htsjdk-version-file" value="htsjdk.version.properties"/>
<property name="testng.verbosity" value="2"/>
<property name="test.debug.port" value="5005" /> <!-- override on the command line if desired -->
Expand Down

0 comments on commit 308bc52

Please sign in to comment.