Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Dec 7, 2016
1 parent c4d16c4 commit 79f30ac
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 14 deletions.
8 changes: 3 additions & 5 deletions jannovar-cli/pom.xml
@@ -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-cli</artifactId>
Expand All @@ -12,7 +11,7 @@
<parent>
<groupId>de.charite.compbio</groupId>
<artifactId>Jannovar</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18</version>
</parent>

<properties>
Expand Down Expand Up @@ -134,8 +133,7 @@
</goals>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>de.charite.compbio.jannovar.Jannovar</mainClass>
</transformer>
</transformers>
Expand Down
4 changes: 2 additions & 2 deletions jannovar-core/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>de.charite.compbio</groupId>
<artifactId>Jannovar</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18</version>
</parent>

<properties>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>de.charite.compbio</groupId>
<artifactId>jannovar-hgvs</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18</version>
</dependency>
<!-- INI parsing -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jannovar-hgvs/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>de.charite.compbio</groupId>
<artifactId>Jannovar</artifactId>
<version>0.18-SNAPSHOT</version>
<version>0.18</version>
</parent>

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

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

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

<properties>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
@@ -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.18-SNAPSHOT</version>
<version>0.18</version>
<packaging>pom</packaging>
<name>Jannovar</name>

Expand Down

0 comments on commit 79f30ac

Please sign in to comment.