diff options
author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2019-03-16 15:09:07 -0400 |
---|---|---|
committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2019-03-16 15:09:07 -0400 |
commit | 5f06f688ee0de31125682a9a0b1d05b4b5edf66c (patch) | |
tree | eb9ebf3a59eee23f8d87c4bb2901053a55168919 | |
parent | 62a80fed0bf3bce2a66f9b786561a1389cd95f16 (diff) |
Updated changelog and fixed tests.
-rw-r--r-- | CHANGELOG.org | 3 | ||||
-rw-r--r-- | pom.xml | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index 280ceb3..b9c87c9 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -2,6 +2,9 @@ All notable changes in this project will be shown in this file. ** Unreleased +*** Changed + - Moved project to Maven + - Downgraded JUnit to 4.11 *** Added - GUI for a selection-based unit converter - The UnitDatabase now stores dimensions. @@ -19,6 +19,13 @@ </configuration> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <useSystemClassLoader>false</useSystemClassLoader> + </configuration> + </plugin> + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <configuration> |