Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Aug 17, 2016
1 parent ee4e236 commit 4fd8109
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion jannovar-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>de.charite.compbio</groupId>
<artifactId>Jannovar</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.17</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions jannovar-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>de.charite.compbio</groupId>
<artifactId>Jannovar</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.17</version>
</parent>

<properties>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>de.charite.compbio</groupId>
<artifactId>jannovar-hgvs</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.17</version>
</dependency>
<!-- INI parsing -->
<dependency>
Expand Down
5 changes: 2 additions & 3 deletions jannovar-hgvs/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>

<artifactId>jannovar-hgvs</artifactId>
Expand All @@ -12,7 +11,7 @@
<parent>
<groupId>de.charite.compbio</groupId>
<artifactId>Jannovar</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.17</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion jannovar-htsjdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>de.charite.compbio</groupId>
<artifactId>Jannovar</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.17</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion jannovar-inheritance-checker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>de.charite.compbio</groupId>
<artifactId>Jannovar</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.17</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion jannovar-vardbs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>de.charite.compbio</groupId>
<artifactId>Jannovar</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.17</version>
</parent>

<properties>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>de.charite.compbio</groupId>
<artifactId>Jannovar</artifactId>
<version>0.17-SNAPSHOT</version>
<version>0.17</version>
<packaging>pom</packaging>
<name>Jannovar</name>

Expand Down

0 comments on commit 4fd8109

Please sign in to comment.