Skip to content

Commit

Permalink
Release version 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneMiret committed Oct 25, 2018
1 parent fd7a123 commit a5bec20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.miret.etienne</groupId>
<artifactId>graylog-plugin-ua-parser</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down Expand Up @@ -101,7 +101,7 @@
</manifest>
<manifestEntries>
<Implementation-Title>${project.name}</Implementation-Title>
<Implementation-Version>${project.version}+${git.commit.id.full}</Implementation-Version>
<Implementation-Version>${project.version}</Implementation-Version>
<Implementation-URL>${project.url}</Implementation-URL>
</manifestEntries>
</archive>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = ${project.version}+${git.commit.id.full}
version = ${project.version}

0 comments on commit a5bec20

Please sign in to comment.