Skip to content

Commit

Permalink
Upgrade dependencies and bump to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vdurmont committed Aug 16, 2019
1 parent 19039bd commit 29712b2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## v2.0.0

- Fix the case where an item duration is lower than 1ms.
- Update `joda-time` and `junit` dependencies

## v1.0.0

First release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Clone this github repository, launch `mvn clean install` and add the following m
<dependency>
<groupId>com.vdurmont</groupId>
<artifactId>etaprinter</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.vdurmont</groupId>
<artifactId>etaprinter</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>jar</packaging>

<name>etaprinter</name>
Expand Down Expand Up @@ -41,12 +41,12 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.5</version>
<version>2.10.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 29712b2

Please sign in to comment.