Skip to content

Commit

Permalink
fix version of dependencies & plugins, fixes #12
Browse files Browse the repository at this point in the history
  • Loading branch information
McFoggy committed Jul 3, 2016
1 parent 2458956 commit a1f852c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<dependency>
<groupId>fr.brouillard.oss</groupId>
<artifactId>jgitver</artifactId>
<version>[0.2.0-alpha1,)</version>
<version>0.2.0-alpha1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -119,7 +119,7 @@
<extension>
<groupId>fr.brouillard.oss</groupId>
<artifactId>jgitver-maven-plugin</artifactId>
<version>[0.1.0,)</version>
<version>0.1.1</version>
</extension>
</extensions>

Expand Down

0 comments on commit a1f852c

Please sign in to comment.