File tree Expand file tree Collapse file tree 13 files changed +19
-20
lines changed
java/com/openelements/logger/benchmarks Expand file tree Collapse file tree 13 files changed +19
-20
lines changed Original file line number Diff line number Diff line change 15
15
16
16
<dependencies >
17
17
<dependency >
18
- <groupId >${groupId} </groupId >
18
+ <groupId >${project. groupId} </groupId >
19
19
<artifactId >logger-api</artifactId >
20
- <version >${version} </version >
20
+ <version >${project. version} </version >
21
21
</dependency >
22
22
<dependency >
23
23
<groupId >net.openhft</groupId >
Original file line number Diff line number Diff line change 13
13
14
14
<dependencies >
15
15
<dependency >
16
- <groupId >${groupId} </groupId >
16
+ <groupId >${project. groupId} </groupId >
17
17
<artifactId >chronicle-queue</artifactId >
18
- <version >${version} </version >
18
+ <version >${project. version} </version >
19
19
</dependency >
20
20
<dependency >
21
21
<groupId >net.openhft</groupId >
22
22
<artifactId >chronicle-bytes</artifactId >
23
23
<version >2.24ea17</version >
24
24
</dependency >
25
25
<dependency >
26
- <groupId >${groupId} </groupId >
26
+ <groupId >${project. groupId} </groupId >
27
27
<artifactId >jul-logger</artifactId >
28
- <version >${version} </version >
28
+ <version >${project. version} </version >
29
29
</dependency >
30
30
<dependency >
31
- <groupId >${groupId} </groupId >
31
+ <groupId >${project. groupId} </groupId >
32
32
<artifactId >log4j2-logger</artifactId >
33
- <version >${version} </version >
33
+ <version >${project. version} </version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >org.apache.logging.log4j</groupId >
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<parent >
8
- <groupId >com.open-elements.logging</groupId >
9
- <artifactId >java-logger-benchmark</artifactId >
10
- <version >1.0-SNAPSHOT</version >
8
+ <groupId >com.open-elements.logging</groupId >
9
+ <artifactId >java-logger-benchmark</artifactId >
10
+ <version >1.0-SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >jul-logger</artifactId >
14
14
<version >1.0-SNAPSHOT</version >
15
15
16
16
<dependencies >
17
17
<dependency >
18
- <groupId >${groupId} </groupId >
18
+ <groupId >${project. groupId} </groupId >
19
19
<artifactId >logger-api</artifactId >
20
- <version >${version} </version >
20
+ <version >${project. version} </version >
21
21
</dependency >
22
22
<dependency >
23
23
<groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 15
15
16
16
<dependencies >
17
17
<dependency >
18
- <groupId >${groupId} </groupId >
18
+ <groupId >${project. groupId} </groupId >
19
19
<artifactId >logger-api</artifactId >
20
- <version >${version} </version >
20
+ <version >${project. version} </version >
21
21
</dependency >
22
22
<dependency >
23
23
<groupId >org.apache.logging.log4j</groupId >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<parent >
8
- <groupId >com.open-elements.logging</groupId >
9
- <artifactId >java-logger-benchmark</artifactId >
10
- <version >1.0-SNAPSHOT</version >
8
+ <groupId >com.open-elements.logging</groupId >
9
+ <artifactId >java-logger-benchmark</artifactId >
10
+ <version >1.0-SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >logger-api</artifactId >
14
14
<version >1.0-SNAPSHOT</version >
15
-
16
15
</project >
Original file line number Diff line number Diff line change 60
60
<artifactId >jmh-maven-plugin</artifactId >
61
61
<version >0.4.0-SNAPSHOT</version >
62
62
<configuration >
63
- <url >https://backend.integration. benchscape.cloud</url >
63
+ <url >https://backend.benchscape.cloud</url >
64
64
</configuration >
65
65
</plugin >
66
66
</plugins >
You can’t perform that action at this time.
0 commit comments