Skip to content

Commit

Permalink
Fix transitive dependency to poms SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Feb 26, 2017
1 parent a0c1100 commit 6bf5263
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Version 2.0.1 (2017-01-??)
# Version 2.0.1 (2017-02-26)

* [chg] Specifications for listeners, publishers and reject handlers are now excluding interfaces and abstract classes.
* [fix] Fix transitive dependency to poms SNAPSHOT.

# Version 2.0.0 (2017-01-04)

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<version>2.0.1-SNAPSHOT</version>

<properties>
<seed.version>3.0.0</seed.version>
<seed.version>3.1.0</seed.version>
<paho.version>1.0.2</paho.version>

<compatibility.skip>true</compatibility.skip>
<compatibility.version>2.0.0</compatibility.version>

<bintray.package>mqtt-addon</bintray.package>
</properties>
Expand Down

0 comments on commit 6bf5263

Please sign in to comment.