Skip to content

Commit f40fcc5

Browse files
committed
release 3.0.0
1 parent 1d7eb2c commit f40fcc5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build-main:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

1515
- name: Set up JDK 11
1616
uses: actions/setup-java@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# spring-boot-starter-celesta
22

3-
[![Build Status](https://ci.corchestra.ru/buildStatus/icon?job=spring-boot-starter-celesta/dev)](https://ci.corchestra.ru/job/spring-boot-starter-celesta/job/dev/)
3+
[![build](https://github.com/CourseOrchestra/spring-boot-starter-celesta/actions/workflows/main.yml/badge.svg)](https://github.com/CourseOrchestra/spring-boot-starter-celesta/actions/workflows/main.yml)
44
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/ru.curs/spring-boot-starter-celesta/badge.svg)](https://maven-badges.herokuapp.com/maven-central/ru.curs/spring-boot-starter-celesta)
55

66
## Configuration properties

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>ru.curs</groupId>
66
<artifactId>spring-boot-starter-celesta</artifactId>
7-
<version>3.0.0-SNAPSHOT</version>
7+
<version>3.0.0</version>
88
<name>spring-boot-starter-celesta</name>
99
<description>Celesta integration with Spring Boot</description>
1010
<packaging>jar</packaging>

0 commit comments

Comments
 (0)