Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Aug 29, 2017
1 parent 55cb978 commit 99de029
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 11 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.23-SNAPSHOT</version>
<version>0.23</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.23-SNAPSHOT</version>
<version>0.23</version>
</parent>

<properties>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>de.charite.compbio</groupId>
<artifactId>jannovar-hgvs</artifactId>
<version>0.23-SNAPSHOT</version>
<version>0.23</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.23-SNAPSHOT</version>
<version>0.23</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion jannovar-hgvs/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.23-SNAPSHOT</version>
<version>0.23</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.23-SNAPSHOT</version>
<version>0.23</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.23-SNAPSHOT</version>
<version>0.23</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.23-SNAPSHOT</version>
<version>0.23</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.23-SNAPSHOT</version>
<version>0.23</version>
<packaging>pom</packaging>
<name>Jannovar</name>

Expand Down

0 comments on commit 99de029

Please sign in to comment.