Skip to content

Commit

Permalink
push v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
redmitry committed Jul 22, 2024
1 parent 77928a3 commit 17a3f0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions beacon-v2-validator-code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>es.bsc.inb.ga4gh</groupId>
<artifactId>neat-beacon-v2-validator</artifactId>
<version>0.0.8-SNAPSHOT</version>
<version>0.0.8</version>
</parent>

<artifactId>beacon-v2-validator-code</artifactId>
Expand Down Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>es.bsc.inb.ga4gh</groupId>
<artifactId>beacon-framework</artifactId>
<version>2.0.7</version>
<version>2.0.8</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions beacon-v2-validator-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>es.bsc.inb.ga4gh</groupId>
<artifactId>neat-beacon-v2-validator</artifactId>
<version>0.0.8-SNAPSHOT</version>
<version>0.0.8</version>
</parent>

<artifactId>beacon-v2-validator-tool</artifactId>
Expand Down Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>es.bsc.inb.ga4gh</groupId>
<artifactId>beacon-v2-validator-code</artifactId>
<version>0.0.8-SNAPSHOT</version>
<version>0.0.8</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>es.bsc.inb.ga4gh</groupId>
<artifactId>neat-beacon-v2-validator</artifactId>
<version>0.0.8-SNAPSHOT</version>
<version>0.0.8</version>
<packaging>pom</packaging>

<description>
Expand Down

0 comments on commit 17a3f0e

Please sign in to comment.