Skip to content

Commit f253fb4

Browse files
[maven-release-plugin] prepare release 0.6.0
1 parent 76da025 commit f253fb4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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>ch.sla</groupId>
55
<artifactId>jdbc-perf-logger</artifactId>
6-
<version>0.5.1-SNAPSHOT</version>
6+
<version>0.6.0</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>ch.sla</groupId>
55
<artifactId>jdbc-perf-logger</artifactId>
6-
<version>0.5.1-SNAPSHOT</version>
6+
<version>0.6.0</version>
77
</parent>
88

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

pom.xml

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

44
<groupId>ch.sla</groupId>
55
<artifactId>jdbc-perf-logger</artifactId>
6-
<version>0.5.1-SNAPSHOT</version>
6+
<version>0.6.0</version>
77
<packaging>pom</packaging>
88
<name>JDBC Performance Logger Parent</name>
99
<description>Parent/Reactor project for JDBC Performance Logger</description>
@@ -18,7 +18,7 @@
1818
<scm>
1919
<connection>scm:git:https://github.com/sylvainlaurent/JDBC-Performance-Logger.git</connection>
2020
<developerConnection>scm:git:https://github.com/sylvainlaurent/JDBC-Performance-Logger.git</developerConnection>
21-
<tag>HEAD</tag>
21+
<tag>0.6.0</tag>
2222
</scm>
2323

2424
<modules>

0 commit comments

Comments
 (0)