Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
ac785920
Commit
ac785920
authored
Nov 24, 2015
by
Peter van 't Hof
Browse files
Bump version to 0.6.0-SNAPSHOT
parent
c5303e8c
Changes
28
Hide whitespace changes
Inline
Side-by-side
biopet-aggregate/pom.xml
View file @
ac785920
...
...
@@ -5,7 +5,7 @@
<parent>
<artifactId>
BiopetRoot
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.
5
.0
</version>
<version>
0.
6
.0
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -33,7 +33,7 @@
<dependency>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
BiopetProtectedPackage
</artifactId>
<version>
0.
5
.0
</version>
<version>
0.
6
.0
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
com.google.guava
</groupId>
...
...
external-example/pom.xml
View file @
ac785920
...
...
@@ -11,7 +11,7 @@
<artifactId>
ExternalExample
</artifactId>
<!--TODO: replace version, for a new pipeline it's advised to start with '0.1.0-SNAPSHOT' -->
<version>
0.
5
.0
</version>
<version>
0.
6
.0
-SNAPSHOT
</version>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
...
...
@@ -40,19 +40,19 @@
<artifactId>
BiopetCore
</artifactId>
<!--TODO: replace version of pipeline to a fixed version -->
<version>
0.
5
.0
</version>
<version>
0.
6
.0
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
BiopetExtensions
</artifactId>
<version>
0.
5
.0
</version>
<version>
0.
6
.0
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Shiva
</artifactId>
<!--TODO: replace version of pipeline to a fixed version -->
<version>
0.
5
.0
</version>
<version>
0.
6
.0
-SNAPSHOT
</version>
</dependency>
</dependencies>
...
...
pom.xml
View file @
ac785920
...
...
@@ -9,7 +9,7 @@
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<version>
0.
5
.0
</version>
<version>
0.
6
.0
-SNAPSHOT
</version>
<relativePath>
public
</relativePath>
</parent>
...
...
protected/biopet-gatk-extensions/pom.xml
View file @
ac785920
...
...
@@ -15,7 +15,7 @@
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
BiopetGatk
</artifactId>
<version>
0.
5
.0
</version>
<version>
0.
6
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
...
...
protected/biopet-gatk-pipelines/pom.xml
View file @
ac785920
...
...
@@ -15,7 +15,7 @@
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
BiopetGatk
</artifactId>
<version>
0.
5
.0
</version>
<version>
0.
6
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
...
...
protected/biopet-protected-package/pom.xml
View file @
ac785920
...
...
@@ -15,7 +15,7 @@
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
BiopetGatk
</artifactId>
<version>
0.
5
.0
</version>
<version>
0.
6
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
...
...
protected/pom.xml
View file @
ac785920
...
...
@@ -11,7 +11,7 @@
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
BiopetRoot
</artifactId>
<version>
0.
5
.0
</version>
<version>
0.
6
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
<artifactId>
BiopetGatk
</artifactId>
...
...
public/bam2wig/pom.xml
View file @
ac785920
...
...
@@ -27,7 +27,7 @@
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<version>
0.
5
.0
</version>
<version>
0.
6
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
...
...
public/bammetrics/pom.xml
View file @
ac785920
...
...
@@ -25,7 +25,7 @@
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<version>
0.
5
.0
</version>
<version>
0.
6
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
...
...
public/basty/pom.xml
View file @
ac785920
...
...
@@ -32,7 +32,7 @@
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<version>
0.
5
.0
</version>
<version>
0.
6
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
...
...
public/biopet-core/pom.xml
View file @
ac785920
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
Biopet
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.
5
.0
</version>
<version>
0.
6
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
public/biopet-extensions/pom.xml
View file @
ac785920
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
Biopet
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.
5
.0
</version>
<version>
0.
6
.0
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
public/biopet-public-package/pom.xml
View file @
ac785920
...
...
@@ -25,7 +25,7 @@
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<version>
0.
5
.0
</version>
<version>
0.
6
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
...
...
public/biopet-tools-extensions/pom.xml
View file @
ac785920
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
Biopet
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.
5
.0
</version>
<version>
0.
6
.0
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
public/biopet-tools-package/pom.xml
View file @
ac785920
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
Biopet
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.
5
.0
</version>
<version>
0.
6
.0
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
public/biopet-tools/pom.xml
View file @
ac785920
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
Biopet
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.
5
.0
</version>
<version>
0.
6
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
public/biopet-utils/pom.xml
View file @
ac785920
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
Biopet
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.
5
.0
</version>
<version>
0.
6
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
public/carp/pom.xml
View file @
ac785920
...
...
@@ -25,7 +25,7 @@
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<version>
0.
5
.0
</version>
<version>
0.
6
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
...
...
public/flexiprep/pom.xml
View file @
ac785920
...
...
@@ -25,7 +25,7 @@
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<version>
0.
5
.0
</version>
<version>
0.
6
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
...
...
public/gears/pom.xml
View file @
ac785920
...
...
@@ -22,7 +22,7 @@
<parent>
<artifactId>
Biopet
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.
5
.0
</version>
<version>
0.
6
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment