Skip to content

Commit 99f4e92

Browse files
[maven-release-plugin] prepare release 0.8.0
1 parent e81e612 commit 99f4e92

File tree

7 files changed

+14
-20
lines changed

7 files changed

+14
-20
lines changed

jdbc-perf-logger-agent/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>com.github.sylvainlaurent.jdbcperflogger</groupId>
65
<artifactId>jdbc-perf-logger</artifactId>
7-
<version>0.8.0-SNAPSHOT</version>
6+
<version>0.8.0</version>
87
</parent>
98
<artifactId>jdbc-perf-logger-agent</artifactId>
109

jdbc-perf-logger-driver/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>com.github.sylvainlaurent.jdbcperflogger</groupId>
65
<artifactId>jdbc-perf-logger</artifactId>
7-
<version>0.8.0-SNAPSHOT</version>
6+
<version>0.8.0</version>
87
</parent>
98

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

jdbc-perf-logger-gui/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>com.github.sylvainlaurent.jdbcperflogger</groupId>
65
<artifactId>jdbc-perf-logger</artifactId>
7-
<version>0.8.0-SNAPSHOT</version>
6+
<version>0.8.0</version>
87
</parent>
98

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

jdbc-perf-logger-java8-tests/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.8.0-SNAPSHOT</version>
6+
<version>0.8.0</version>
77
</parent>
88
<artifactId>jdbc-perf-logger-java8-tests</artifactId>
99

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>com.github.sylvainlaurent.jdbcperflogger</groupId>
65
<artifactId>jdbc-perf-logger</artifactId>
7-
<version>0.8.0-SNAPSHOT</version>
6+
<version>0.8.0</version>
87
</parent>
98
<artifactId>jdbc-perf-logger-spring-boot-starter-test</artifactId>
109

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>com.github.sylvainlaurent.jdbcperflogger</groupId>
65
<artifactId>jdbc-perf-logger</artifactId>
7-
<version>0.8.0-SNAPSHOT</version>
6+
<version>0.8.0</version>
87
</parent>
98
<artifactId>jdbc-perf-logger-spring-boot-starter</artifactId>
109

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<groupId>com.github.sylvainlaurent.jdbcperflogger</groupId>
65
<artifactId>jdbc-perf-logger</artifactId>
7-
<version>0.8.0-SNAPSHOT</version>
6+
<version>0.8.0</version>
87
<packaging>pom</packaging>
98
<name>JDBC Performance Logger Parent</name>
109
<description>Parent/Reactor project for JDBC Performance Logger</description>
@@ -27,7 +26,7 @@
2726
<url>https://github.com/sylvainlaurent/JDBC-Performance-Logger</url>
2827
<connection>scm:git:https://github.com/sylvainlaurent/JDBC-Performance-Logger.git</connection>
2928
<developerConnection>scm:git:https://github.com/sylvainlaurent/JDBC-Performance-Logger.git</developerConnection>
30-
<tag>HEAD</tag>
29+
<tag>0.8.0</tag>
3130
</scm>
3231

3332
<properties>

0 commit comments

Comments
 (0)