Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
barreiro committed Oct 14, 2020
1 parent 0429d33 commit 455b45d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion agroal-api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.agroal</groupId>
<artifactId>agroal-parent</artifactId>
<version>1.9</version>
<version>1.10-SNAPSHOT</version>
</parent>
<artifactId>agroal-api</artifactId>
<name>Agroal API</name>
Expand Down
2 changes: 1 addition & 1 deletion agroal-hikari/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.agroal</groupId>
<artifactId>agroal-parent</artifactId>
<version>1.9</version>
<version>1.10-SNAPSHOT</version>
</parent>
<artifactId>agroal-hikari</artifactId>
<name>Agroal Connection Pool wrapping HikariCP</name>
Expand Down
2 changes: 1 addition & 1 deletion agroal-narayana/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.agroal</groupId>
<artifactId>agroal-parent</artifactId>
<version>1.9</version>
<version>1.10-SNAPSHOT</version>
</parent>
<artifactId>agroal-narayana</artifactId>
<name>Agroal Narayana Integration</name>
Expand Down
2 changes: 1 addition & 1 deletion agroal-pool/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.agroal</groupId>
<artifactId>agroal-parent</artifactId>
<version>1.9</version>
<version>1.10-SNAPSHOT</version>
</parent>
<artifactId>agroal-pool</artifactId>
<name>Agroal Connection Pool</name>
Expand Down
2 changes: 1 addition & 1 deletion agroal-spring-boot-starter/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.agroal</groupId>
<artifactId>agroal-parent</artifactId>
<version>1.9</version>
<version>1.10-SNAPSHOT</version>
</parent>
<artifactId>agroal-spring-boot-starter</artifactId>
<name>Agroal Spring Boot Starter</name>
Expand Down
2 changes: 1 addition & 1 deletion agroal-test/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.agroal</groupId>
<artifactId>agroal-parent</artifactId>
<version>1.9</version>
<version>1.10-SNAPSHOT</version>
</parent>
<artifactId>agroal-test</artifactId>
<name>Agroal Test Suite</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>io.agroal</groupId>
<artifactId>agroal-parent</artifactId>
<version>1.9</version>
<version>1.10-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Agroal</name>
<description>The natural database connection pool</description>
Expand Down Expand Up @@ -37,7 +37,7 @@
<connection>scm:git:git://github.com/agroal/agroal.git</connection>
<developerConnection>scm:git:ssh://git@github.com/agroal/agroal.git</developerConnection>
<url>https://github.com/agroal/agroal</url>
<tag>1.9</tag>
<tag>HEAD</tag>
</scm>
<developers>
<developer>
Expand Down

0 comments on commit 455b45d

Please sign in to comment.