-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
com.github.ben-manes.versions version 0.21.0
* Update unit tests to use it * Update unit tests to expect updates of versions to update to it (which should make unit tests pass again) * Update README to use it * Update README to say that it is supported
- Loading branch information
Patrik Erdes
committed
Mar 2, 2019
1 parent
4c3d769
commit 8bba5f6
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package se.patrikerdes | ||
|
||
class CurrentVersions { | ||
public static final String VERSIONS = '0.20.0' | ||
public static final String VERSIONS = '0.21.0' | ||
public static final String JUNIT = '4.13-beta-2' | ||
public static final String LOG4J = '1.2.17' | ||
} |