Skip to content

Commit

Permalink
bump version 0.0.3-SNAPSHOT to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dennishendriksen committed Apr 22, 2024
1 parent 84cd052 commit 51ce2b6
Show file tree
Hide file tree
Showing 5 changed files with 2,084 additions and 1,723 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.molgenis</groupId>
<artifactId>vip-web</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
<name>vip-web</name>
<description>Variant Interpretation Pipeline web interface backend</description>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion vip-web-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>org.molgenis</groupId>
<artifactId>vip-web-backend</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
<packaging>jar</packaging>
<properties>
<java.version>17</java.version>
Expand Down
2 changes: 1 addition & 1 deletion vip-web-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vip-web-frontend",
"version": "0.0.3-SNAPSHOT",
"version": "0.0.3",
"description": "Variant Interpretation Pipeline web interface frontend",
"license": "LGPL-3.0",
"bugs": {
Expand Down
Loading

0 comments on commit 51ce2b6

Please sign in to comment.