Skip to content

Commit

Permalink
New 4.0 release version
Browse files Browse the repository at this point in the history
  • Loading branch information
nickebbutt committed Oct 10, 2023
1 parent 2b8e56d commit 35ad6e5
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 35ad6e5

Please sign in to comment.