Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dennishendriksen committed Mar 20, 2024
1 parent 19795cd commit 74724c4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.molgenis</groupId>
<artifactId>vip-web</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<name>vip-web</name>
<description>Variant Interpretation Pipeline web interface backend</description>
<packaging>pom</packaging>

<modules>
<module>vip-web-frontend</module>
<module>vip-web-backend</module>
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.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>jar</packaging>
<properties>
<java.version>17</java.version>
Expand Down
Binary file modified vip-web-frontend/public/favicon.ico
Binary file not shown.
Binary file modified vip-web-frontend/src/assets/img/molgenis_logo_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 74724c4

Please sign in to comment.