diff --git a/build.gradle b/build.gradle index 363c089e..6c13f8b9 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ allprojects { group = "org.chorusbdd" sourceCompatibility = '1.8' targetCompatibility = '1.8' - version = '4.0.0-RC2' + version = '4.0.0' test { doFirst { diff --git a/changelist.md b/changelist.md index c41a1450..ce531627 100644 --- a/changelist.md +++ b/changelist.md @@ -1,5 +1,13 @@ +### Version 4.0.0 ### + +*Promote release candidate version to main release* + +| Changes in 4.0.0 | +| ------ | +| Promote RC version | + ### Version 4.0.0-RC2 ### *Support gradle 6 pathing jars for classpath scanning* diff --git a/changelist.xml b/changelist.xml index 534dfa4a..c9eba29e 100644 --- a/changelist.xml +++ b/changelist.xml @@ -1,6 +1,11 @@ + + 4.0.0 + Promote release candidate version to main release + + 4.0.0-RC2 Support gradle 6 pathing jars for classpath scanning diff --git a/gradle.properties b/gradle.properties index 27f5fe3f..efbdab46 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,6 +10,6 @@ signing.password=overrideThisInYourUserProperties signing.secretKeyRingFile=PathToYourKeyRingFile_OverrideThisInYourUserProperties # If this is false then jar signing will not occur # Before uploading to maven central set this true - but set the above properties so that the key file can be found and decrypted -signArtifactsForPublication = false +signArtifactsForPublication = true org.gradle.caching = true org.gradle.configureondemand = true diff --git a/interpreter/chorus/src/test/java/org/chorusbdd/chorus/pathscanner/pathingjar/.gitignore b/interpreter/chorus/src/test/java/org/chorusbdd/chorus/pathscanner/pathingjar/.gitignore new file mode 100644 index 00000000..2c0c4846 --- /dev/null +++ b/interpreter/chorus/src/test/java/org/chorusbdd/chorus/pathscanner/pathingjar/.gitignore @@ -0,0 +1,2 @@ +/gradle-javaexec-classpath-example.jar +/MANIFEST.MF