Skip to content

Commit

Permalink
Merge pull request #69 from nickebbutt/master
Browse files Browse the repository at this point in the history
New 4.0 release version
  • Loading branch information
nickebbutt authored Oct 10, 2023
2 parents 2b8e56d + 35ad6e5 commit 62a15af
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
8 changes: 8 additions & 0 deletions changelist.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
### 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*
Expand Down
5 changes: 5 additions & 0 deletions changelist.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="./changelist.xsl"?>
<changes>
<version>
<versionNumber>4.0.0</versionNumber>
<comment>Promote release candidate version to main release</comment>
<change desc="Promote RC version"/>
</version>
<version>
<versionNumber>4.0.0-RC2</versionNumber>
<comment>Support gradle 6 pathing jars for classpath scanning</comment>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/gradle-javaexec-classpath-example.jar
/MANIFEST.MF

0 comments on commit 62a15af

Please sign in to comment.