Skip to content
Snippets Groups Projects
Commit 3f045a43 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Fixing version in example

parent b64ee6d8
Branches
Tags
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<artifactId>ExternalExample</artifactId> <artifactId>ExternalExample</artifactId>
<!--TODO: replace version, for a new pipeline it's advised to start with '0.1.0-SNAPSHOT' --> <!--TODO: replace version, for a new pipeline it's advised to start with '0.1.0-SNAPSHOT' -->
<version>0.5.0-DEV</version> <version>0.1.0-SNAPSHOT</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
...@@ -40,14 +40,14 @@ ...@@ -40,14 +40,14 @@
<artifactId>BiopetFramework</artifactId> <artifactId>BiopetFramework</artifactId>
<!--TODO: replace version of pipeline to a fixed version --> <!--TODO: replace version of pipeline to a fixed version -->
<version>${project.version}</version> <version>0.5.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>nl.lumc.sasc</groupId> <groupId>nl.lumc.sasc</groupId>
<artifactId>Shiva</artifactId> <artifactId>Shiva</artifactId>
<!--TODO: replace version of pipeline to a fixed version --> <!--TODO: replace version of pipeline to a fixed version -->
<version>${project.version}</version> <version>0.5.0-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment