File tree Expand file tree Collapse file tree 7 files changed +10
-11
lines changed
jdbc-perf-logger-java8-tests
jdbc-perf-logger-spring-boot-starter-test
jdbc-perf-logger-spring-boot-starter Expand file tree Collapse file tree 7 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<parent >
5
4
<groupId >com.github.sylvainlaurent.jdbcperflogger</groupId >
6
5
<artifactId >jdbc-perf-logger</artifactId >
7
- <version >0.8.2-SNAPSHOT </version >
6
+ <version >0.8.2</version >
8
7
</parent >
9
8
<artifactId >jdbc-perf-logger-agent</artifactId >
10
9
134
133
</goals >
135
134
</pluginExecutionFilter >
136
135
<action >
137
- <ignore ></ ignore >
136
+ <ignore / >
138
137
</action >
139
138
</pluginExecution >
140
139
</pluginExecutions >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.github.sylvainlaurent.jdbcperflogger</groupId >
5
5
<artifactId >jdbc-perf-logger</artifactId >
6
- <version >0.8.2-SNAPSHOT </version >
6
+ <version >0.8.2</version >
7
7
</parent >
8
8
9
9
<artifactId >jdbc-perf-logger-driver</artifactId >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.github.sylvainlaurent.jdbcperflogger</groupId >
5
5
<artifactId >jdbc-perf-logger</artifactId >
6
- <version >0.8.2-SNAPSHOT </version >
6
+ <version >0.8.2</version >
7
7
</parent >
8
8
9
9
<artifactId >jdbc-perf-logger-gui</artifactId >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.github.sylvainlaurent.jdbcperflogger</groupId >
5
5
<artifactId >jdbc-perf-logger</artifactId >
6
- <version >0.8.2-SNAPSHOT </version >
6
+ <version >0.8.2</version >
7
7
</parent >
8
8
<artifactId >jdbc-perf-logger-java8-tests</artifactId >
9
9
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.github.sylvainlaurent.jdbcperflogger</groupId >
5
5
<artifactId >jdbc-perf-logger</artifactId >
6
- <version >0.8.2-SNAPSHOT </version >
6
+ <version >0.8.2</version >
7
7
</parent >
8
8
<artifactId >jdbc-perf-logger-spring-boot-starter-test</artifactId >
9
9
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.github.sylvainlaurent.jdbcperflogger</groupId >
5
5
<artifactId >jdbc-perf-logger</artifactId >
6
- <version >0.8.2-SNAPSHOT </version >
6
+ <version >0.8.2</version >
7
7
</parent >
8
8
<artifactId >jdbc-perf-logger-spring-boot-starter</artifactId >
9
9
Original file line number Diff line number Diff line change 3
3
4
4
<groupId >com.github.sylvainlaurent.jdbcperflogger</groupId >
5
5
<artifactId >jdbc-perf-logger</artifactId >
6
- <version >0.8.2-SNAPSHOT </version >
6
+ <version >0.8.2</version >
7
7
<packaging >pom</packaging >
8
8
<name >JDBC Performance Logger Parent</name >
9
9
<description >Parent/Reactor project for JDBC Performance Logger</description >
26
26
<url >https://github.com/sylvainlaurent/JDBC-Performance-Logger</url >
27
27
<connection >scm:git:https://github.com/sylvainlaurent/JDBC-Performance-Logger.git</connection >
28
28
<developerConnection >scm:git:https://github.com/sylvainlaurent/JDBC-Performance-Logger.git</developerConnection >
29
- <tag >HEAD </tag >
29
+ <tag >0.8.2 </tag >
30
30
</scm >
31
31
32
32
<properties >
You can’t perform that action at this time.
0 commit comments