You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2022/12/22 08:07:28 UTC

[ws-wss4j] branch master updated: Fix Build Status Icon in README.md (#67)

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f8149998 Fix Build Status Icon in README.md (#67)
3f8149998 is described below

commit 3f81499983b3488b9f02a394010a3fefa0dfb177
Author: Rob Leland <Th...@gmail.com>
AuthorDate: Thu Dec 22 03:07:22 2022 -0500

    Fix Build Status Icon in README.md (#67)
    
    This fixes URL so build badge for master JDK11 is shown correctly.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 24a279207..e03ea589c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Build Status](https://builds.apache.org/view/S-Z/view/WS/job/wss4j-master/badge/icon?subject=Build)](https://builds.apache.org/view/S-Z/view/WS/job/wss4j-master/)
+[![Build Status](https://builds.apache.org/job/webservices/job/Apache%20WSS4J%20-%20master%20JDK11/badge/icon?subject=Build)](https://builds.apache.org/job/webservices/job/Apache%20WSS4J%20-%20master%20JDK11/)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.wss4j/wss4j/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.wss4j/wss4j)
 [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/ws-wss4j/badge)](https://api.securityscorecards.dev/projects/github.com/apache/ws-wss4j)