Skip to content

Commit 64ea523

Browse files
jboss-logging: fix build
1 parent 2834ca6 commit 64ea523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/jboss-logging/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ MAIN_REPOSITORY=https://github.com/jboss-logging/jboss-logging
2222

2323
function set_project_version_in_fuzz_targets_dependency {
2424
#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
25+
PROJECT_VERSION=3.6.3.Final-SNAPSHOT #workaround to make it consistent with pom.xml
2626
# set dependency project version in fuzz-targets
2727
(cd fuzz-targets && $MVN versions:use-dep-version -Dincludes=$PROJECT_GROUP_ID:$PROJECT_ARTIFACT_ID -DdepVersion=$PROJECT_VERSION -DforceVersion=true)
2828
}

0 commit comments

Comments
 (0)