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
e8783392
Commit
e8783392
authored
Aug 26, 2016
by
Peter van 't Hof
Browse files
Bump to version 0.8.0-SNAPSHOT
parent
bf548a42
Changes
26
Hide whitespace changes
Inline
Side-by-side
bam2wig/pom.xml
View file @
e8783392
...
...
@@ -26,7 +26,7 @@
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<version>
0.
7
.0
</version>
<version>
0.
8
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
...
...
bammetrics/pom.xml
View file @
e8783392
...
...
@@ -24,7 +24,7 @@
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<version>
0.
7
.0
</version>
<version>
0.
8
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
...
...
basty/pom.xml
View file @
e8783392
...
...
@@ -31,7 +31,7 @@
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<version>
0.
7
.0
</version>
<version>
0.
8
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
...
...
biopet-core/pom.xml
View file @
e8783392
...
...
@@ -21,7 +21,7 @@
<parent>
<artifactId>
Biopet
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.
7
.0
</version>
<version>
0.
8
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
biopet-extensions/pom.xml
View file @
e8783392
...
...
@@ -21,7 +21,7 @@
<parent>
<artifactId>
Biopet
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.
7
.0
</version>
<version>
0.
8
.0
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
biopet-package/pom.xml
View file @
e8783392
...
...
@@ -24,7 +24,7 @@
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<version>
0.
7
.0
</version>
<version>
0.
8
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
...
...
biopet-tools-extensions/pom.xml
View file @
e8783392
...
...
@@ -21,7 +21,7 @@
<parent>
<artifactId>
Biopet
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.
7
.0
</version>
<version>
0.
8
.0
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
biopet-tools-package/pom.xml
View file @
e8783392
...
...
@@ -21,7 +21,7 @@
<parent>
<artifactId>
Biopet
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.
7
.0
</version>
<version>
0.
8
.0
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
biopet-tools/pom.xml
View file @
e8783392
...
...
@@ -21,7 +21,7 @@
<parent>
<artifactId>
Biopet
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.
7
.0
</version>
<version>
0.
8
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
biopet-utils/pom.xml
View file @
e8783392
...
...
@@ -21,7 +21,7 @@
<parent>
<artifactId>
Biopet
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.
7
.0
</version>
<version>
0.
8
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
carp/pom.xml
View file @
e8783392
...
...
@@ -24,7 +24,7 @@
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<version>
0.
7
.0
</version>
<version>
0.
8
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
...
...
docs/examples/pom.xml
View file @
e8783392
...
...
@@ -22,7 +22,7 @@
<groupId>
path.to.your
</groupId>
<artifactId>
MyProject
</artifactId>
<version>
YourVersion1.0
</version>
<version>
0.8.0-SNAPSHOT
</version>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
...
...
docs/releasenotes/release_notes_0.7.0.md
View file @
e8783392
# Release notes Biopet version 0.
6
.0
# Release notes Biopet version 0.
7
.0
## General Code changes
...
...
external-example/pom.xml
View file @
e8783392
...
...
@@ -27,7 +27,7 @@
<artifactId>
ExternalExample
</artifactId>
<!--TODO: replace version, for a new pipeline it's advised to start with '0.1.0-SNAPSHOT' -->
<version>
0.
7
.0-SNAPSHOT
</version>
<version>
0.
8
.0-SNAPSHOT
</version>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
...
...
@@ -56,19 +56,19 @@
<artifactId>
BiopetCore
</artifactId>
<!--TODO: replace version of pipeline to a fixed version -->
<version>
0.
7
.0
</version>
<version>
0.
8
.0
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
BiopetExtensions
</artifactId>
<version>
0.
7
.0
</version>
<version>
0.
8
.0
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Shiva
</artifactId>
<!--TODO: replace version of pipeline to a fixed version -->
<version>
0.
7
.0
</version>
<version>
0.
8
.0
-SNAPSHOT
</version>
</dependency>
</dependencies>
...
...
flexiprep/pom.xml
View file @
e8783392
...
...
@@ -24,7 +24,7 @@
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<version>
0.
7
.0
</version>
<version>
0.
8
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
...
...
gears/pom.xml
View file @
e8783392
...
...
@@ -21,7 +21,7 @@
<parent>
<artifactId>
Biopet
</artifactId>
<groupId>
nl.lumc.sasc
</groupId>
<version>
0.
7
.0
</version>
<version>
0.
8
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
generate-indexes/pom.xml
View file @
e8783392
...
...
@@ -26,7 +26,7 @@
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<version>
0.
7
.0
</version>
<version>
0.
8
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
...
...
gentrap/pom.xml
View file @
e8783392
...
...
@@ -24,7 +24,7 @@
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<version>
0.
7
.0
</version>
<version>
0.
8
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
...
...
gwas-test/pom.xml
View file @
e8783392
...
...
@@ -26,7 +26,7 @@
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<version>
0.
7
.0
</version>
<version>
0.
8
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
...
...
kopisu/pom.xml
View file @
e8783392
...
...
@@ -24,7 +24,7 @@
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<version>
0.
7
.0
</version>
<version>
0.
8
.0
-SNAPSHOT
</version>
<relativePath>
../
</relativePath>
</parent>
...
...
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