Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasJohansson committed Jan 5, 2023
1 parent 544b44e commit b1c6377
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,4 @@ data_files/
!gradle-wrapper.jar
# "Adding the JAR file to version control is expected." https://docs.gradle.org/current/userguide/gradle_wrapper.html

bin/
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ plugins {
// The version number below ("ext.crsTransformationVersion") should be the same as in
// the method 'CrsTransformationAdapterComposite.getVersionOfImplementationAdapteeLibrary()'

ext.snapshotSuffixOrEmpty = "-SNAPSHOT" // this value should be equal to "-SNAPSHOT" or "" (for a release)
ext.snapshotSuffixOrEmpty = "" // this value should be equal to "-SNAPSHOT" or "" (for a release)
ext.crsTransformationGroupId = 'com.programmerare.crs-transformation'
// The below version number is used for all artifacts EXCEPT "crs-transformation-constants" which has a release number corresponding to the version number used by EPSG at http://www.epsg-registry.org

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

public class JarFileFinderTest {

private final String expectedNameOfTestedJarFile = "junit-jupiter-api-5.8.2.jar";
private final String expectedNameOfTestedJarFile = "junit-jupiter-api-5.9.1.jar";
private final Class theTestedClass = Test.class;

@Test
Expand Down

0 comments on commit b1c6377

Please sign in to comment.