Skip to content

Commit

Permalink
release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpoelen committed Sep 14, 2017
1 parent 36d868e commit f761e6a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.globalbioticinteractions</groupId>
<artifactId>globinizer</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<name>GloBI commandline tool</name>
<description>Discover, cache and check species interaction data</description>

Expand Down Expand Up @@ -37,9 +37,7 @@
<mainClass>org.eol.globi.tool.GitHubRepoCheck</mainClass>
</manifest>
<manifestEntries>
<Implementation-Version>${project.version}@${mvngit.commit.sha}</Implementation-Version>
<Git-Commit-Sha>${mvngit.commit.sha}</Git-Commit-Sha>
<Git-Commit-Date>${mvngit.commit.committer.date}</Git-Commit-Date>
<Implementation-Version>${project.version}</Implementation-Version>
<Project-Version>${project.version}</Project-Version>
</manifestEntries>
</archive>
Expand Down

0 comments on commit f761e6a

Please sign in to comment.