Skip to content

Commit 0e0bb01

Browse files
committed
Last clean before release
1 parent c1861d1 commit 0e0bb01

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This classes shouldn't be used in any public API or library. It is designed to b
1818
<dependency>
1919
<groupId>pl.wavesoftware</groupId>
2020
<artifactId>eid-exceptions</artifactId>
21-
<version>0.1.0</version>
21+
<version>1.0.0</version>
2222
</dependency>
2323
```
2424

@@ -99,4 +99,8 @@ Even if you can't contribute code, if you have an idea for an improvement please
9999

100100
### Releases
101101

102-
- 0.1.0 (idea imported from Guava Library and COI code)
102+
- 1.0.0
103+
- Support for JDK >= 1.6
104+
- 0.1.0
105+
- initial release
106+
- idea imported from Guava Library and COI code

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
<dependency>
5959
<groupId>org.assertj</groupId>
6060
<artifactId>assertj-core</artifactId>
61-
<version>1.7.1</version> <!-- For compatibility with JDK 1.6 -->
61+
<!-- Version pin for compatibility with JDK 1.6 -->
62+
<version>1.7.1</version>
6263
<scope>test</scope>
6364
</dependency>
6465
<dependency>
@@ -86,8 +87,8 @@
8687
<plugin>
8788
<groupId>org.jacoco</groupId>
8889
<artifactId>jacoco-maven-plugin</artifactId>
89-
<version>0.7.4.201502262128</version> <!-- 0.7.5 fails on SONAR -->
90-
90+
<!-- Version pin because 0.7.5 fails on SONAR -->
91+
<version>0.7.4.201502262128</version>
9192
<executions>
9293
<execution>
9394
<id>jacoco-initialize</id>

0 commit comments

Comments
 (0)