Skip to content

Commit

Permalink
Replace snapshot junit with release version
Browse files Browse the repository at this point in the history
My configuration prohibits building releases that use snapshot versions, which is a good thing because it leads to inherent instability. I've reverted junit 4.13-SNAPSHOT to 4.12 (the latest released). This change makes it possible to use build system configured to only permit released, non-snapshot dependencies.
  • Loading branch information
antonyh committed May 5, 2016
1 parent 2cfe8e7 commit cebdefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13-SNAPSHOT</version>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit cebdefc

Please sign in to comment.