Skip to content

Commit

Permalink
set ditto.version to ${revision}
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Fendt <[email protected]>
  • Loading branch information
ffendt committed Mar 17, 2020
1 parent 99d5a7a commit 33269b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<revision>0-SNAPSHOT</revision>

<!-- ### Compile dependencies versions -->
<ditto.version>1.1.0-M2</ditto.version>
<ditto.version>${revision}</ditto.version>
<minimal-json.version>0.9.5</minimal-json.version>
<nv-websocket-client.version>2.9</nv-websocket-client.version>
<classindex.version>3.8</classindex.version>
Expand Down Expand Up @@ -240,7 +240,7 @@
<ditto.thirdPartyLicences.excludedGroups>
(org\.eclipse\.ditto.*)
</ditto.thirdPartyLicences.excludedGroups>

<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
</properties>

Expand Down

0 comments on commit 33269b0

Please sign in to comment.