diff --git a/gradle.properties b/gradle.properties index 26d2049b..1071bfed 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -releaseVersion=0.8.0-rc8.1 +releaseVersion=0.8.0-rc8.2 besuVersion=24.12-delivery40 arithmetizationVersion=0.8.0-rc8 besuArtifactGroup=io.consensys.linea-besu diff --git a/gradle/dist.gradle b/gradle/dist.gradle index 891fbde8..bef3571a 100644 --- a/gradle/dist.gradle +++ b/gradle/dist.gradle @@ -32,10 +32,10 @@ jar { manifest { attributes( - 'Specification-Title': archiveBaseName.get(), - 'Specification-Version': rootProject.version, - 'Implementation-Title': archiveBaseName.get(), - 'Implementation-Version': calculateVersion() + 'Specification-Title': 'arithmetization', + 'Specification-Version': arithmetizationVersion, + 'Implementation-Title': 'arithmetization', + 'Implementation-Version': arithmetizationVersion ) }