Skip to content

Commit

Permalink
First release version
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoeben committed Feb 9, 2017
1 parent 9c39093 commit 60f74cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ It can then be activated by adding a ` -Pallure` to Maven commands, e.g.
<dependency>
<groupId>nl.hsac</groupId>
<artifactId>allure-fitnesse-listener</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0a</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>nl.hsac</groupId>
<artifactId>allure-fitnesse-listener</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0a</version>
<url>https://github.com/fhoeben/allure-fitnesse-listener</url>
<name>Allure jUnit Listener for FitNesse</name>
<description>jUnit Listener to incorporate FitNesse results in Allure</description>
Expand Down

0 comments on commit 60f74cf

Please sign in to comment.