Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Mar 21, 2019
1 parent ef90aeb commit 71bdccf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@ http://kiwitcms.org/blog/atodorov/2019/02/22/how-to-use-kiwi-tcms-plugins-pt-1/

## Changelog

### 1.0.1 (21 March 2019)

Initial release. Can be considered of Beta quality!
### 1.0.3, signed with C0C5FF36, Kiwi TCMS <info@kiwitcms.org> (21 March 2019)

Initial release. Beta quality!


## Hacking
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.kiwitcms.java</groupId>
<artifactId>kiwitcms-junit-plugin</artifactId>
<packaging>jar</packaging>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3</version>

<name>kiwitcms-junit-plugin</name>
<description>JUnit 5 plugin for Kiwi TCMS.</description>
Expand Down Expand Up @@ -116,6 +116,7 @@
</profiles>

<build>
<plugins>
<!-- other plugins -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 71bdccf

Please sign in to comment.