Skip to content

Commit 3535445

Browse files
authored
Merge pull request #4 from bennu/chore/pom-versions
chore: update commons lib
2 parents 1fbd599 + 0c83f0d commit 3535445

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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>mybatis-commons</artifactId>
18-
<version>1.0.0</version>
18+
<version>1.1.0</version>
1919
</dependency>
2020
```
2121

@@ -35,5 +35,5 @@ This code is licensed under the [MIT License](https://opensource.org/license/mit
3535
Dependencies
3636
------------
3737

38-
- commons 1.1.0
38+
- commons 1.2.0
3939
- mybatis 3.5.19

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>mybatis-commons</artifactId>
10-
<version>1.0.0</version>
10+
<version>1.1.0</version>
1111
<name>bennu-mybatis-commons</name>
1212
<description>Utilitarios bennu para MyBatis</description>
1313
<url>https://github.com/bennu/mybatis-commons</url>
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>cl.bennu</groupId>
5050
<artifactId>commons</artifactId>
51-
<version>1.1.0</version>
51+
<version>1.2.0</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.mybatis</groupId>

0 commit comments

Comments
 (0)