Skip to content

Commit

Permalink
Prepare Next Release (#281)
Browse files Browse the repository at this point in the history
Motivation:
Will Introduce new feature.

Modification:
Set Version 1.2.0

Result:
Version 1.2.0
  • Loading branch information
jchrys authored Jul 25, 2024
1 parent e37cbdd commit a5ada25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion r2dbc-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>io.asyncer</groupId>
<artifactId>r2dbc-mysql</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>

<name>Reactive Relational Database Connectivity - MySQL</name>
<url>https://github.com/asyncer-io/r2dbc-mysql</url>
Expand Down
2 changes: 1 addition & 1 deletion test-native-image/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.asyncer</groupId>
<artifactId>test-native-image</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit a5ada25

Please sign in to comment.