Skip to content

Commit 5de186c

Browse files
author
Jorrit Poelen
committed
prepare for v0.6.0 release
1 parent 2d6fb7a commit 5de186c

File tree

7 files changed

+32
-6
lines changed

7 files changed

+32
-6
lines changed

nomer-name-parse/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.globalbioticinteractions</groupId>
99
<artifactId>nomer-parent</artifactId>
10-
<version>0.5.18-SNAPSHOT</version>
10+
<version>0.6.0</version>
1111
<relativePath>../nomer-parent/pom.xml</relativePath>
1212
</parent>
1313

nomer-name-suggest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.globalbioticinteractions</groupId>
99
<artifactId>nomer-parent</artifactId>
10-
<version>0.5.18-SNAPSHOT</version>
10+
<version>0.6.0</version>
1111
<relativePath>../nomer-parent/pom.xml</relativePath>
1212
</parent>
1313

nomer-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.globalbioticinteractions</groupId>
77
<artifactId>nomer-parent</artifactId>
8-
<version>0.5.18-SNAPSHOT</version>
8+
<version>0.6.0</version>
99
<packaging>pom</packaging>
1010
<name>Nomer Shared Project Settings</name>
1111

nomer-taxon-resolver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.globalbioticinteractions</groupId>
99
<artifactId>nomer-parent</artifactId>
10-
<version>0.5.18-SNAPSHOT</version>
10+
<version>0.6.0</version>
1111
<relativePath>../nomer-parent/pom.xml</relativePath>
1212
</parent>
1313

nomer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.globalbioticinteractions</groupId>
77
<artifactId>nomer-parent</artifactId>
8-
<version>0.5.18-SNAPSHOT</version>
8+
<version>0.6.0</version>
99
<relativePath>../nomer-parent/pom.xml</relativePath>
1010
</parent>
1111

nomer/src/assembly/bin.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd">
4+
<id>bin</id>
5+
<formats>
6+
<format>tar.gz</format>
7+
<format>zip</format>
8+
</formats>
9+
<fileSets>
10+
<fileSet>
11+
<directory>${project.build.directory}/classes/org/globalbioticinteractions/nomer/docs/manpage/</directory>
12+
<outputDirectory>share/man</outputDirectory>
13+
</fileSet>
14+
</fileSets>
15+
<files>
16+
<file>
17+
<source>${project.build.directory}/${project.artifactId}_completion</source>
18+
<outputDirectory>etc/bash_completion.d/</outputDirectory>
19+
</file>
20+
<file>
21+
<source>${project.build.directory}/${project.artifactId}-${project.version}-jar-with-dependencies.jar</source>
22+
<destName>${project.artifactId}.jar</destName>
23+
<outputDirectory>lib/</outputDirectory>
24+
</file>
25+
</files>
26+
</assembly>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.globalbioticinteractions</groupId>
77
<artifactId>nomer-all</artifactId>
8-
<version>0.5.18-SNAPSHOT</version>
8+
<version>0.6.0</version>
99
<packaging>pom</packaging>
1010
<name>Nomer Modules</name>
1111
<modules>

0 commit comments

Comments
 (0)