chore: rename branch 2025 to 2025.1 in CI and docs.

Co-Authored-By: Claude-Opus-4.7 (1M) <noreply@anthropic.com>
Signed-off-by: Haotian Zhang <928016560@qq.com>
2025.1
Haotian Zhang 1 week ago
parent 8e9a1189b5
commit 56f3de2047

@ -3,7 +3,8 @@ name: Junit Test
on:
push:
branches:
- 2025
- 2025.1
- 2025.0
- 2024
- 2023
- 2022
@ -16,7 +17,8 @@ on:
- '**.md'
pull_request:
branches:
- 2025
- 2025.1
- 2025.0
- 2024
- 2023
- 2022
@ -43,7 +45,9 @@ jobs:
branch_name=${{ github.base_ref }}
fi
echo $branch_name
if [[ "$branch_name" == "2025" ]]; then
if [[ "$branch_name" == "2025.1" ]]; then
echo "jdks=[17,21,25]" >> $GITHUB_OUTPUT
elif [[ "$branch_name" == "2025.0" ]]; then
echo "jdks=[17,21,25]" >> $GITHUB_OUTPUT
elif [[ "$branch_name" == "2024" ]]; then
echo "jdks=[17,21]" >> $GITHUB_OUTPUT

@ -3,7 +3,8 @@ name: License checker
on:
push:
branches:
- 2025
- 2025.1
- 2025.0
- 2024
- 2023
- 2022
@ -16,7 +17,8 @@ on:
- '**.md'
pull_request:
branches:
- 2025
- 2025.1
- 2025.0
- 2024
- 2023
- 2022

@ -3,7 +3,8 @@ name: Snapshot
on:
push:
branches:
- 2025
- 2025.1
- 2025.0
- 2024
- 2023
- 2022
@ -42,7 +43,9 @@ jobs:
id: set-jdk
run: |
shopt -s nocasematch
if [[ "${{ github.ref_name }}" == "2025" ]]; then
if [[ "${{ github.ref_name }}" == "2025.1" ]]; then
echo "jdk=17" >> $GITHUB_OUTPUT
elif [[ "${{ github.ref_name }}" == "2025.0" ]]; then
echo "jdk=17" >> $GITHUB_OUTPUT
elif [[ "${{ github.ref_name }}" == "2024" ]]; then
echo "jdk=17" >> $GITHUB_OUTPUT

@ -5,8 +5,8 @@
[![Contributors](https://img.shields.io/github/contributors/Tencent/spring-cloud-tencent)](https://github.com/Tencent/spring-cloud-tencent/graphs/contributors)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![Test with Junit](https://github.com/Tencent/spring-cloud-tencent/actions/workflows/junit_test17.yml/badge.svg?branch=2025)](https://github.com/Tencent/spring-cloud-tencent/actions/workflows/junit_test17.yml)
[![codecov.io](https://codecov.io/gh/Tencent/spring-cloud-tencent/branch/2025/graph/badge.svg)](https://codecov.io/gh/Tencent/spring-cloud-tencent?branch=2025)
[![Test with Junit](https://github.com/Tencent/spring-cloud-tencent/actions/workflows/junit_test17.yml/badge.svg?branch=2025.1)](https://github.com/Tencent/spring-cloud-tencent/actions/workflows/junit_test17.yml)
[![codecov.io](https://codecov.io/gh/Tencent/spring-cloud-tencent/branch/2025.1/graph/badge.svg)](https://codecov.io/gh/Tencent/spring-cloud-tencent?branch=2025.1)
[English](./README.md) | 简体中文

@ -5,8 +5,8 @@
[![Contributors](https://img.shields.io/github/contributors/Tencent/spring-cloud-tencent)](https://github.com/Tencent/spring-cloud-tencent/graphs/contributors)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![Junit Test](https://github.com/Tencent/spring-cloud-tencent/actions/workflows/junit.yml/badge.svg?branch=2025)](https://github.com/Tencent/spring-cloud-tencent/actions/workflows/junit.yml)
[![codecov.io](https://codecov.io/gh/Tencent/spring-cloud-tencent/branch/2025/graph/badge.svg)](https://codecov.io/gh/Tencent/spring-cloud-tencent?branch=2025)
[![Junit Test](https://github.com/Tencent/spring-cloud-tencent/actions/workflows/junit.yml/badge.svg?branch=2025.1)](https://github.com/Tencent/spring-cloud-tencent/actions/workflows/junit.yml)
[![codecov.io](https://codecov.io/gh/Tencent/spring-cloud-tencent/branch/2025.1/graph/badge.svg)](https://codecov.io/gh/Tencent/spring-cloud-tencent?branch=2025.1)
English | [简体中文](./README-zh.md)

@ -16,7 +16,7 @@
<version>${revision}</version>
<name>Spring Cloud Tencent</name>
<description>Spring Cloud Tencent</description>
<url>https://github.com/Tencent/spring-cloud-tencent/tree/2024</url>
<url>https://github.com/Tencent/spring-cloud-tencent/tree/2025.1</url>
<organization>
<name>Tencent</name>
@ -26,7 +26,7 @@
<licenses>
<license>
<name>The BSD 3-Clause License (BSD3)</name>
<url>https://raw.githubusercontent.com/Tencent/spring-cloud-tencent/2024/LICENSE</url>
<url>https://raw.githubusercontent.com/Tencent/spring-cloud-tencent/2025.1/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>

@ -16,7 +16,7 @@
<packaging>pom</packaging>
<name>Spring Cloud Tencent Dependencies</name>
<description>Spring Cloud Tencent Dependencies</description>
<url>https://github.com/Tencent/spring-cloud-tencent/tree/2024</url>
<url>https://github.com/Tencent/spring-cloud-tencent/tree/2025.1</url>
<organization>
<name>Tencent</name>
@ -26,7 +26,7 @@
<licenses>
<license>
<name>The BSD 3-Clause License (BSD3)</name>
<url>https://raw.githubusercontent.com/Tencent/spring-cloud-tencent/2024/LICENSE</url>
<url>https://raw.githubusercontent.com/Tencent/spring-cloud-tencent/2025.1/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>

Loading…
Cancel
Save