Skip to content

Commit

Permalink
-> 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shanhm1991 committed Nov 3, 2024
1 parent 1c2f1ee commit 201c958
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://github.com/cowave5/spring-fom/actions/workflows/maven.yml/badge.svg?branch=master)](https://github.com/cowave5/spring-fom/actions)
![Static Badge](https://img.shields.io/badge/Java-17-brightgreen)
![Maven central](https://img.shields.io/badge/maven--central-2.7.1-brightgreen)
![Maven central](https://img.shields.io/badge/maven--central-2.7.2-brightgreen)
[![License](https://img.shields.io/badge/license-Apache--2.0-brightgreen)](http://www.apache.org/licenses/LICENSE-2.0.txt)

## spring-fom
Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>com.cowave.commons</groupId>
<artifactId>spring-fom</artifactId>
<version>2.7.1</version>
<version>2.7.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.cowave.commons</groupId>
<artifactId>spring-fom</artifactId>
<version>2.7.1</version>
<version>2.7.2</version>
<packaging>jar</packaging>

<name>spring-fom</name>
Expand Down

0 comments on commit 201c958

Please sign in to comment.