Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Preparing v0.23 release (#48)
Browse files Browse the repository at this point in the history
Closes: #48
Related-Issue: #48
Projected-Results-Impact: require-revalidation
  • Loading branch information
holtgrewe committed Jun 29, 2022
1 parent e01e748 commit fd4a689
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.23-SNAPSHOT (unrelated)
## v0.23

**IMPORTANT COMPATIBILITY NOTE:**
For annotating SVs, the output of this version is not compatible with `varfish-server` v1.2 (Anthenea) and early versions of the v2 (Bollonaster) development branch.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.bihealth</groupId>
<artifactId>VarfishAnnotator</artifactId>
<packaging>pom</packaging>
<version>0.23-SNAPSHOT</version>
<version>0.23</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Variant annotation for Varfish</description>
Expand Down
2 changes: 1 addition & 1 deletion varfish-annotator-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.github.bihealth</groupId>
<artifactId>VarfishAnnotator</artifactId>
<version>0.23-SNAPSHOT</version>
<version>0.23</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion varfish-annotator-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.github.bihealth</groupId>
<artifactId>VarfishAnnotator</artifactId>
<version>0.23-SNAPSHOT</version>
<version>0.23</version>
</parent>

<properties>
Expand Down

0 comments on commit fd4a689

Please sign in to comment.