Skip to content

Commit

Permalink
Use parent and shed releases
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Feb 14, 2018
1 parent 3e51e03 commit 098676c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 3.1.0 (2018-01-30)
# Version 3.1.0 (2018-02-14)

* [new] Java 9 compatibility.
* [new] Ability to register change listeners that will be called on refresh if the nodes they are interested in change.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
<parent>
<groupId>org.seedstack.poms</groupId>
<artifactId>parent-internal</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<groupId>org.seedstack.coffig</groupId>
<artifactId>coffig</artifactId>
<version>3.1.0-SNAPSHOT</version>

<properties>
<shed.version>1.1.2-SNAPSHOT</shed.version>
<shed.version>1.1.2</shed.version>

<compatibility.version>3.0.0</compatibility.version>

Expand Down

0 comments on commit 098676c

Please sign in to comment.