We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2834ca6 commit 64ea523Copy full SHA for 64ea523
projects/jboss-logging/build.sh
@@ -22,7 +22,7 @@ MAIN_REPOSITORY=https://github.com/jboss-logging/jboss-logging
22
23
function set_project_version_in_fuzz_targets_dependency {
24
#PROJECT_VERSION=$(cd $PROJECT && $MVN org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -Dexpression=project.version -q -DforceStdout)
25
- PROJECT_VERSION=3.6.2.Final-SNAPSHOT #workaround to make it consistent with pom.xml
+ PROJECT_VERSION=3.6.3.Final-SNAPSHOT #workaround to make it consistent with pom.xml
26
# set dependency project version in fuzz-targets
27
(cd fuzz-targets && $MVN versions:use-dep-version -Dincludes=$PROJECT_GROUP_ID:$PROJECT_ARTIFACT_ID -DdepVersion=$PROJECT_VERSION -DforceVersion=true)
28
}
0 commit comments