Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
Release v. 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zapodot committed Mar 21, 2018
1 parent eef6a1b commit ef20e41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.zapodot</groupId>
<artifactId>akka-test-junit</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
<description>Useful JUnit hooks for testing Akka actors</description>
<name>${project.artifactId}</name>
<url>https://github.com/zapodot/akka-test-junit</url>
Expand Down Expand Up @@ -173,9 +173,9 @@
<windowtitle>Akka JUnit Rule API</windowtitle>
<encoding>UTF-8</encoding>
<links>
<link>http://junit.org/junit4/javadoc/latest/</link>
<link>http://docs.oracle.com/javase/8/docs/api/</link>
<link>http://doc.akka.io/japi/akka/${akka.version}/</link>
<link>https://junit.org/junit4/javadoc/latest/</link>
<link>https://docs.oracle.com/javase/8/docs/api/</link>
<link>https://doc.akka.io/japi/akka/${akka.version}/</link>
</links>
<locale>en</locale>
<keywords>true</keywords>
Expand Down

0 comments on commit ef20e41

Please sign in to comment.