Skip to content

Commit

Permalink
CRaC-enhanced release 2.1.CRAC.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvansa committed Sep 5, 2024
1 parent 5872037 commit f6c61dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agroal-pool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.crac.io.agroal</groupId>
<artifactId>agroal-parent</artifactId>
<version>2.1</version>
<version>2.1.CRAC.0</version>
</parent>
<artifactId>agroal-pool</artifactId>
<name>Agroal Connection Pool</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>io.github.crac.io.agroal</groupId>
<artifactId>agroal-parent</artifactId>
<version>2.1</version>
<version>2.1.CRAC.0</version>
<packaging>pom</packaging>
<name>Agroal</name>
<description>The natural database connection pool</description>
Expand Down Expand Up @@ -53,7 +53,7 @@
</repository>
</distributionManagement>
<properties>
<forked.version>2.6-SNAPSHOT</forked.version>
<forked.version>2.1</forked.version>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.release>11</maven.compiler.release>
Expand Down

0 comments on commit f6c61dd

Please sign in to comment.