From 6ef8f63277f87352c8e9563ed84547a1dd47f047 Mon Sep 17 00:00:00 2001 From: Pavindu Lakshan Date: Sun, 4 Aug 2024 01:41:46 +0530 Subject: [PATCH 1/2] Fix jenkins build status icon in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d121c5b3b0..e99c0d3fbc 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # identity-api-server -| Branch | Build Status | Travis CI Status | -| :------------ |:------------- |:------------- -| master | [![Build Status](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fwso2.org%2Fjenkins%2Fjob%2Fplatform-builds%2Fjob%2Fidentity-api-server%2F)](https://wso2.org/jenkins/job/platform-builds/job/identity-api-server/) | [![Travis CI Status](https://travis-ci.org/wso2/identity-api-server.svg?branch=master)](https://travis-ci.org/wso2/identity-api-server?branch=master)| +| Branch | Build Status | +| :------------ |:------------- | +| master | [![Build Status](https://wso2.org/jenkins/job/platform-builds/job/identity-api-server/badge/icon)](https://wso2.org/jenkins/job/platform-builds/job/identity-api-server/) | -This repository contains modules related to the server related REST apis. It can be compiled using JDK 8, JDK 11 or JDK 17. +This repository contains modules related to the WSO2 Identity Server REST API. It can be compiled using JDK 8, JDK 11 or JDK 17. ### Plugin to Generate the API Stubs From d889a2c8ca74f455596df3bb34edee4215bc0e4c Mon Sep 17 00:00:00 2001 From: Pavindu Lakshan Date: Sun, 4 Aug 2024 15:56:10 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e99c0d3fbc..7c1c33a92a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ | :------------ |:------------- | | master | [![Build Status](https://wso2.org/jenkins/job/platform-builds/job/identity-api-server/badge/icon)](https://wso2.org/jenkins/job/platform-builds/job/identity-api-server/) | -This repository contains modules related to the WSO2 Identity Server REST API. It can be compiled using JDK 8, JDK 11 or JDK 17. +This repository contains modules related to the server related REST apis. It can be compiled using JDK 8, JDK 11 or JDK 17. ### Plugin to Generate the API Stubs