Skip to content

Commit 4ddfafe

Browse files
committed
Dialed back the version number
1 parent 70d792a commit 4ddfafe

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
# Version 3.1.2 (2018-08-29)
1+
# Version 3.1.1 (2018-09-03)
22

3+
* [fix] Always make ServiceLoader use the most complete classloader it can find.
34
* [fix] Fixed missing detailed error messages for configuration exceptions.
45
* [brk] Removed copy constructors from nodes (their shallow copy was risky and useless).
56

6-
# Version 3.1.1 (2018-07-31)
7-
8-
* [fix] Always make ServiceLoader use the most complete classloader it can find.
9-
107
# Version 3.1.0 (2018-02-14)
118

129
* [new] Java 9 compatibility.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>org.seedstack.coffig</groupId>
2121
<artifactId>coffig</artifactId>
22-
<version>3.1.2-SNAPSHOT</version>
22+
<version>3.1.1-SNAPSHOT</version>
2323

2424
<properties>
2525
<shed.version>1.1.3</shed.version>

0 commit comments

Comments
 (0)