Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Apr 4, 2017
1 parent b0ac930 commit fee27d8
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 15 deletions.
8 changes: 3 additions & 5 deletions jannovar-cli/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-cli</artifactId>
Expand All @@ -12,7 +11,7 @@
<parent>
<groupId>de.charite.compbio</groupId>
<artifactId>Jannovar</artifactId>
<version>0.21-SNAPSHOT</version>
<version>0.21</version>
</parent>

<properties>
Expand Down Expand Up @@ -143,8 +142,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
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.21-SNAPSHOT</version>
<version>0.21</version>
</parent>

<properties>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>de.charite.compbio</groupId>
<artifactId>jannovar-hgvs</artifactId>
<version>0.21-SNAPSHOT</version>
<version>0.21</version>
</dependency>
<!-- INI parsing -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jannovar-filter/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.21-SNAPSHOT</version>
<version>0.21</version>
</parent>

<properties>
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.21-SNAPSHOT</version>
<version>0.21</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.21-SNAPSHOT</version>
<version>0.21</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion jannovar-stats/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.21-SNAPSHOT</version>
<version>0.21</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.21-SNAPSHOT</version>
<version>0.21</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.charite.compbio</groupId>
<artifactId>Jannovar</artifactId>
<version>0.21-SNAPSHOT</version>
<version>0.21</version>
<packaging>pom</packaging>
<name>Jannovar</name>

Expand Down

0 comments on commit fee27d8

Please sign in to comment.