Skip to content

Commit

Permalink
Fix snapshot dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Jun 17, 2020
1 parent 445d582 commit 0de8f81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<tag>HEAD</tag>
</scm>
<properties>
<cli.version>2.1.4-SNAPSHOT</cli.version>
<cli.version>2.1.4</cli.version>
<javafx.version>11.0.1</javafx.version>
<!--
for package-exe
Expand Down Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>org.daisy.pipeline.modules</groupId>
<artifactId>modules-bom</artifactId>
<version>1.13.5-SNAPSHOT</version>
<version>1.13.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -2696,4 +2696,4 @@
</snapshots>
</repository>
</repositories>
</project>
</project>

0 comments on commit 0de8f81

Please sign in to comment.