Skip to content

Commit 4661c79

Browse files
authored
Merge pull request #3 from bennu/chore/pom-version
chore: update commons library
2 parents e92472c + 395f1d3 commit 4661c79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ LTS releases: 17 and 21.
1515
<dependency>
1616
<groupId>cl.bennu</groupId>
1717
<artifactId>spring-boot-commons</artifactId>
18-
<version>0.1.0</version>
18+
<version>1.0.0</version>
1919
</dependency>
2020
```
2121

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>cl.bennu</groupId>
99
<artifactId>spring-boot-commons</artifactId>
10-
<version>0.1.0</version>
10+
<version>1.0.0</version>
1111
<name>bennu-spring-boot-commons</name>
1212
<description>Utilitarios bennu para SpringBoot</description>
1313
<url>https://github.com/bennu/spring-boot-commons</url>
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>cl.bennu</groupId>
5050
<artifactId>commons</artifactId>
51-
<version>1.2.0</version>
51+
<version>1.3.0</version>
5252
</dependency>
5353

5454
<dependency>

0 commit comments

Comments
 (0)