Skip to content

Commit 67ca9ed

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 2cce254 commit 67ca9ed

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

jdbc-perf-logger-agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.sylvainlaurent.jdbcperflogger</groupId>
55
<artifactId>jdbc-perf-logger</artifactId>
6-
<version>0.9.0</version>
6+
<version>0.9.1-SNAPSHOT</version>
77
</parent>
88
<artifactId>jdbc-perf-logger-agent</artifactId>
99

jdbc-perf-logger-driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.sylvainlaurent.jdbcperflogger</groupId>
55
<artifactId>jdbc-perf-logger</artifactId>
6-
<version>0.9.0</version>
6+
<version>0.9.1-SNAPSHOT</version>
77
</parent>
88

99
<artifactId>jdbc-perf-logger-driver</artifactId>

jdbc-perf-logger-gui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.sylvainlaurent.jdbcperflogger</groupId>
55
<artifactId>jdbc-perf-logger</artifactId>
6-
<version>0.9.0</version>
6+
<version>0.9.1-SNAPSHOT</version>
77
</parent>
88

99
<artifactId>jdbc-perf-logger-gui</artifactId>

jdbc-perf-logger-spring-boot-starter-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.sylvainlaurent.jdbcperflogger</groupId>
55
<artifactId>jdbc-perf-logger</artifactId>
6-
<version>0.9.0</version>
6+
<version>0.9.1-SNAPSHOT</version>
77
</parent>
88
<artifactId>jdbc-perf-logger-spring-boot-starter-test</artifactId>
99

jdbc-perf-logger-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.sylvainlaurent.jdbcperflogger</groupId>
55
<artifactId>jdbc-perf-logger</artifactId>
6-
<version>0.9.0</version>
6+
<version>0.9.1-SNAPSHOT</version>
77
</parent>
88
<artifactId>jdbc-perf-logger-spring-boot-starter</artifactId>
99

pom.xml

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

44
<groupId>com.github.sylvainlaurent.jdbcperflogger</groupId>
55
<artifactId>jdbc-perf-logger</artifactId>
6-
<version>0.9.0</version>
6+
<version>0.9.1-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>JDBC Performance Logger Parent</name>
99
<description>Parent/Reactor project for JDBC Performance Logger</description>
@@ -26,7 +26,7 @@
2626
<url>https://github.com/sylvainlaurent/JDBC-Performance-Logger</url>
2727
<connection>scm:git:https://github.com/sylvainlaurent/JDBC-Performance-Logger.git</connection>
2828
<developerConnection>scm:git:https://github.com/sylvainlaurent/JDBC-Performance-Logger.git</developerConnection>
29-
<tag>0.9.0</tag>
29+
<tag>HEAD</tag>
3030
</scm>
3131

3232
<properties>

0 commit comments

Comments
 (0)