Skip to content

Commit

Permalink
Vidarr v0.20.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
avarsava committed Sep 17, 2024
1 parent 7b5d63d commit 130a9e4
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ For unreleased changes, see [changes](changes).

-----------------------------------------------------------------------------

## [0.20.1] - 2024-09-17

### Fixed

* Security updates


## [0.20.0] - 2024-05-28

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ca.on.oicr.gsi.vidarr</groupId>
<artifactId>vidarr</artifactId>
<version>0.20.1-SNAPSHOT</version>
<version>0.20.1</version>
<packaging>pom</packaging>
<properties>
<jooq.version>3.18.5</jooq.version>
Expand Down
2 changes: 1 addition & 1 deletion vidarr-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>vidarr</artifactId>
<groupId>ca.on.oicr.gsi.vidarr</groupId>
<version>0.20.1-SNAPSHOT</version>
<version>0.20.1</version>
</parent>
<name>Vidarr command line interface</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion vidarr-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vidarr</artifactId>
<groupId>ca.on.oicr.gsi.vidarr</groupId>
<version>0.20.1-SNAPSHOT</version>
<version>0.20.1</version>
</parent>
<name>Vidarr core services library</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion vidarr-cromwell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ca.on.oicr.gsi.vidarr</groupId>
<artifactId>vidarr</artifactId>
<version>0.20.1-SNAPSHOT</version>
<version>0.20.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion vidarr-pluginapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ca.on.oicr.gsi.vidarr</groupId>
<artifactId>vidarr</artifactId>
<version>0.20.1-SNAPSHOT</version>
<version>0.20.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion vidarr-prometheus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>vidarr</artifactId>
<groupId>ca.on.oicr.gsi.vidarr</groupId>
<version>0.20.1-SNAPSHOT</version>
<version>0.20.1</version>
</parent>
<name>Vidarr Prometheus library</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion vidarr-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ca.on.oicr.gsi.vidarr</groupId>
<artifactId>vidarr</artifactId>
<version>0.20.1-SNAPSHOT</version>
<version>0.20.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion vidarr-sh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ca.on.oicr.gsi.vidarr</groupId>
<artifactId>vidarr</artifactId>
<version>0.20.1-SNAPSHOT</version>
<version>0.20.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down

0 comments on commit 130a9e4

Please sign in to comment.