Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
biopet.biopet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Mirrors
biopet.biopet
Commits
c5303e8c
Commit
c5303e8c
authored
Nov 24, 2015
by
Peter van 't Hof
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 0.5.0
parent
16d2711f
Changes
28
Hide whitespace changes
Inline
Side-by-side
Showing
28 changed files
with
32 additions
and
32 deletions
+32
-32
biopet-aggregate/pom.xml
biopet-aggregate/pom.xml
+2
-2
external-example/pom.xml
external-example/pom.xml
+4
-4
pom.xml
pom.xml
+1
-1
protected/biopet-gatk-extensions/pom.xml
protected/biopet-gatk-extensions/pom.xml
+1
-1
protected/biopet-gatk-pipelines/pom.xml
protected/biopet-gatk-pipelines/pom.xml
+1
-1
protected/biopet-protected-package/pom.xml
protected/biopet-protected-package/pom.xml
+1
-1
protected/pom.xml
protected/pom.xml
+1
-1
public/bam2wig/pom.xml
public/bam2wig/pom.xml
+1
-1
public/bammetrics/pom.xml
public/bammetrics/pom.xml
+1
-1
public/basty/pom.xml
public/basty/pom.xml
+1
-1
public/biopet-core/pom.xml
public/biopet-core/pom.xml
+1
-1
public/biopet-extensions/pom.xml
public/biopet-extensions/pom.xml
+1
-1
public/biopet-public-package/pom.xml
public/biopet-public-package/pom.xml
+1
-1
public/biopet-tools-extensions/pom.xml
public/biopet-tools-extensions/pom.xml
+1
-1
public/biopet-tools-package/pom.xml
public/biopet-tools-package/pom.xml
+1
-1
public/biopet-tools/pom.xml
public/biopet-tools/pom.xml
+1
-1
public/biopet-utils/pom.xml
public/biopet-utils/pom.xml
+1
-1
public/carp/pom.xml
public/carp/pom.xml
+1
-1
public/flexiprep/pom.xml
public/flexiprep/pom.xml
+1
-1
public/gears/pom.xml
public/gears/pom.xml
+1
-1
public/gentrap/pom.xml
public/gentrap/pom.xml
+1
-1
public/kopisu/pom.xml
public/kopisu/pom.xml
+1
-1
public/mapping/pom.xml
public/mapping/pom.xml
+1
-1
public/pom.xml
public/pom.xml
+1
-1
public/sage/pom.xml
public/sage/pom.xml
+1
-1
public/shiva/pom.xml
public/shiva/pom.xml
+1
-1
public/toucan/pom.xml
public/toucan/pom.xml
+1
-1
public/yamsvp/pom.xml
public/yamsvp/pom.xml
+1
-1
No files found.
biopet-aggregate/pom.xml
View file @
c5303e8c
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
BiopetRoot
</artifactId>
<artifactId>
BiopetRoot
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.5.0
-SNAPSHOT
</version>
<version>
0.5.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
<dependency>
<dependency>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
BiopetProtectedPackage
</artifactId>
<artifactId>
BiopetProtectedPackage
</artifactId>
<version>
0.5.0
-SNAPSHOT
</version>
<version>
0.5.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.google.guava
</groupId>
<groupId>
com.google.guava
</groupId>
...
...
external-example/pom.xml
View file @
c5303e8c
...
@@ -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
-RC2
</version>
<version>
0.5.0
</version>
<properties>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
...
@@ -40,19 +40,19 @@
...
@@ -40,19 +40,19 @@
<artifactId>
BiopetCore
</artifactId>
<artifactId>
BiopetCore
</artifactId>
<!--TODO: replace version of pipeline to a fixed version -->
<!--TODO: replace version of pipeline to a fixed version -->
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
BiopetExtensions
</artifactId>
<artifactId>
BiopetExtensions
</artifactId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</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>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
pom.xml
View file @
c5303e8c
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<parent>
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<artifactId>
Biopet
</artifactId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
<relativePath>
public
</relativePath>
<relativePath>
public
</relativePath>
</parent>
</parent>
...
...
protected/biopet-gatk-extensions/pom.xml
View file @
c5303e8c
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<parent>
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
BiopetGatk
</artifactId>
<artifactId>
BiopetGatk
</artifactId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
<relativePath>
../
</relativePath>
<relativePath>
../
</relativePath>
</parent>
</parent>
...
...
protected/biopet-gatk-pipelines/pom.xml
View file @
c5303e8c
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<parent>
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
BiopetGatk
</artifactId>
<artifactId>
BiopetGatk
</artifactId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
<relativePath>
../
</relativePath>
<relativePath>
../
</relativePath>
</parent>
</parent>
...
...
protected/biopet-protected-package/pom.xml
View file @
c5303e8c
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<parent>
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
BiopetGatk
</artifactId>
<artifactId>
BiopetGatk
</artifactId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
<relativePath>
../
</relativePath>
<relativePath>
../
</relativePath>
</parent>
</parent>
...
...
protected/pom.xml
View file @
c5303e8c
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<parent>
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
BiopetRoot
</artifactId>
<artifactId>
BiopetRoot
</artifactId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
<relativePath>
../
</relativePath>
<relativePath>
../
</relativePath>
</parent>
</parent>
<artifactId>
BiopetGatk
</artifactId>
<artifactId>
BiopetGatk
</artifactId>
...
...
public/bam2wig/pom.xml
View file @
c5303e8c
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<parent>
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<artifactId>
Biopet
</artifactId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
<relativePath>
../
</relativePath>
<relativePath>
../
</relativePath>
</parent>
</parent>
...
...
public/bammetrics/pom.xml
View file @
c5303e8c
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<artifactId>
Biopet
</artifactId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
<relativePath>
../
</relativePath>
<relativePath>
../
</relativePath>
</parent>
</parent>
...
...
public/basty/pom.xml
View file @
c5303e8c
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<parent>
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<artifactId>
Biopet
</artifactId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
<relativePath>
../
</relativePath>
<relativePath>
../
</relativePath>
</parent>
</parent>
...
...
public/biopet-core/pom.xml
View file @
c5303e8c
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
Biopet
</artifactId>
<artifactId>
Biopet
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
<relativePath>
../
</relativePath>
<relativePath>
../
</relativePath>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
public/biopet-extensions/pom.xml
View file @
c5303e8c
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
Biopet
</artifactId>
<artifactId>
Biopet
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
public/biopet-public-package/pom.xml
View file @
c5303e8c
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<artifactId>
Biopet
</artifactId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
<relativePath>
../
</relativePath>
<relativePath>
../
</relativePath>
</parent>
</parent>
...
...
public/biopet-tools-extensions/pom.xml
View file @
c5303e8c
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
Biopet
</artifactId>
<artifactId>
Biopet
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
public/biopet-tools-package/pom.xml
View file @
c5303e8c
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
Biopet
</artifactId>
<artifactId>
Biopet
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
public/biopet-tools/pom.xml
View file @
c5303e8c
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
Biopet
</artifactId>
<artifactId>
Biopet
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
<relativePath>
../
</relativePath>
<relativePath>
../
</relativePath>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
public/biopet-utils/pom.xml
View file @
c5303e8c
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
Biopet
</artifactId>
<artifactId>
Biopet
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
<relativePath>
../
</relativePath>
<relativePath>
../
</relativePath>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
public/carp/pom.xml
View file @
c5303e8c
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<artifactId>
Biopet
</artifactId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
<relativePath>
../
</relativePath>
<relativePath>
../
</relativePath>
</parent>
</parent>
...
...
public/flexiprep/pom.xml
View file @
c5303e8c
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<artifactId>
Biopet
</artifactId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
<relativePath>
../
</relativePath>
<relativePath>
../
</relativePath>
</parent>
</parent>
...
...
public/gears/pom.xml
View file @
c5303e8c
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
Biopet
</artifactId>
<artifactId>
Biopet
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
<relativePath>
../
</relativePath>
<relativePath>
../
</relativePath>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
public/gentrap/pom.xml
View file @
c5303e8c
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<artifactId>
Biopet
</artifactId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
<relativePath>
../
</relativePath>
<relativePath>
../
</relativePath>
</parent>
</parent>
...
...
public/kopisu/pom.xml
View file @
c5303e8c
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<artifactId>
Biopet
</artifactId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
<relativePath>
../
</relativePath>
<relativePath>
../
</relativePath>
</parent>
</parent>
...
...
public/mapping/pom.xml
View file @
c5303e8c
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<artifactId>
Biopet
</artifactId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
<relativePath>
../
</relativePath>
<relativePath>
../
</relativePath>
</parent>
</parent>
...
...
public/pom.xml
View file @
c5303e8c
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<name>
Biopet
</name>
<name>
Biopet
</name>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
<modules>
<modules>
<!--<module>biopet-framework</module>-->
<!--<module>biopet-framework</module>-->
...
...
public/sage/pom.xml
View file @
c5303e8c
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<artifactId>
Biopet
</artifactId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
<relativePath>
../
</relativePath>
<relativePath>
../
</relativePath>
</parent>
</parent>
...
...
public/shiva/pom.xml
View file @
c5303e8c
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<parent>
<parent>
<artifactId>
Biopet
</artifactId>
<artifactId>
Biopet
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
public/toucan/pom.xml
View file @
c5303e8c
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<artifactId>
Biopet
</artifactId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
<relativePath>
../
</relativePath>
<relativePath>
../
</relativePath>
</parent>
</parent>
...
...
public/yamsvp/pom.xml
View file @
c5303e8c
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<artifactId>
Biopet
</artifactId>
<version>
0.5.0
-RC2
</version>
<version>
0.5.0
</version>
<relativePath>
../
</relativePath>
<relativePath>
../
</relativePath>
</parent>
</parent>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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