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
e51c2232
Commit
e51c2232
authored
Nov 24, 2014
by
Peter van 't Hof
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change names
parent
bd27470f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
6 deletions
+10
-6
pom.xml
pom.xml
+2
-2
protected/pom.xml
protected/pom.xml
+4
-2
public/pom.xml
public/pom.xml
+4
-2
No files found.
pom.xml
View file @
e51c2232
...
...
@@ -3,10 +3,10 @@
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<artifactId>
Biopet
Root
</artifactId>
<version>
0.2.0-DEV
</version>
<packaging>
pom
</packaging>
<name>
Biopet
</name>
<name>
Biopet
Root
</name>
<modules>
<module>
public
</module>
<module>
protected
</module>
...
...
protected/pom.xml
View file @
e51c2232
...
...
@@ -3,10 +3,12 @@
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<artifactId>
Biopet
Root
</artifactId>
<version>
0.2.0-DEV
</version>
<relativePath>
../
</relativePath>
</parent>
<artifactId>
protected
</artifactId>
<artifactId>
BiopetGatk
</artifactId>
<name>
BiopetGatk
</name>
<packaging>
pom
</packaging>
<modules>
<module>
biopet-gatk-extensions
</module>
...
...
public/pom.xml
View file @
e51c2232
...
...
@@ -3,10 +3,12 @@
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
nl.lumc.sasc
</groupId>
<artifactId>
Biopet
</artifactId>
<artifactId>
Biopet
Root
</artifactId>
<version>
0.2.0-DEV
</version>
<relativePath>
../
</relativePath>
</parent>
<artifactId>
public
</artifactId>
<artifactId>
Biopet
</artifactId>
<name>
Biopet
</name>
<packaging>
pom
</packaging>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
...
...
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