Skip to content

Commit

Permalink
fiix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaSha committed Oct 20, 2019
1 parent d893b24 commit 482e739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yet-another-docker-its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.kostyasha.yet-another-docker</groupId>
<artifactId>yet-another-docker-parent</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.5-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand All @@ -26,15 +26,15 @@
<groupId>com.github.kostyasha.yet-another-docker</groupId>
<artifactId>yet-another-docker-plugin</artifactId>
<!--<version>${project.version}</version>-->
<version>0.1.4-SNAPSHOT</version>
<version>0.1.5-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>com.github.kostyasha.yet-another-docker</groupId>
<artifactId>yet-another-docker-java</artifactId>
<!--TODO cleanup? dep fails with variable reference -->
<!--<version>${project.version}</version>-->
<version>0.1.4-SNAPSHOT</version>
<version>0.1.5-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>com.github.docker-java</groupId>
Expand Down

0 comments on commit 482e739

Please sign in to comment.