Attila Doroszlai created HDDS-7581:
--------------------------------------
Summary: Fix update-jar-report for snapshot
Key: HDDS-7581
URL: https://issues.apache.org/jira/browse/HDDS-7581
Project: Apache Ozone
Issue Type: Bug
Components: build
Reporter: Attila Doroszlai
Assignee: Attila Doroszlai
Pattern matching for jar version numbers in {{update-jar-report.sh}} does not
correctly match for {{ratis-*-2.4.2-8b8bdda-SNAPSHOT}}:
{code:title=expected}
share/ozone/lib/ratis-client.jar
share/ozone/lib/ratis-common.jar
share/ozone/lib/ratis-grpc.jar
share/ozone/lib/ratis-metrics.jar
share/ozone/lib/ratis-netty.jar
share/ozone/lib/ratis-proto.jar
share/ozone/lib/ratis-server-api.jar
share/ozone/lib/ratis-server.jar
{code}
{code:title=actual (see
https://github.com/apache/ozone/actions/runs/3598637282/jobs/6063663143#step:5:35)}
share/ozone/lib/ratis-clientbdda-SNAPSHOT.jar
share/ozone/lib/ratis-commonbdda-SNAPSHOT.jar
share/ozone/lib/ratis-grpcbdda-SNAPSHOT.jar
share/ozone/lib/ratis-metricsbdda-SNAPSHOT.jar
share/ozone/lib/ratis-nettybdda-SNAPSHOT.jar
share/ozone/lib/ratis-protobdda-SNAPSHOT.jar
share/ozone/lib/ratis-server-apibdda-SNAPSHOT.jar
share/ozone/lib/ratis-serverbdda-SNAPSHOT.jar
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]