File tree Expand file tree Collapse file tree 4 files changed +9
-13
lines changed Expand file tree Collapse file tree 4 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <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" >
5
3
<parent >
6
4
<artifactId >metrics-parent</artifactId >
7
5
<groupId >io.avaje.metrics</groupId >
8
- <version >9.0.1-SNAPSHOT </version >
6
+ <version >9.0.1</version >
9
7
</parent >
10
8
<modelVersion >4.0.0</modelVersion >
11
9
26
24
<dependency >
27
25
<groupId >io.avaje.metrics</groupId >
28
26
<artifactId >metrics</artifactId >
29
- <version >9.0.1-SNAPSHOT </version >
27
+ <version >9.0.1</version >
30
28
<scope >provided</scope >
31
29
</dependency >
32
30
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <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" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
<parent >
7
5
<artifactId >metrics-parent</artifactId >
8
6
<groupId >io.avaje.metrics</groupId >
9
- <version >9.0.1-SNAPSHOT </version >
7
+ <version >9.0.1</version >
10
8
</parent >
11
9
12
10
<artifactId >metrics-graphite</artifactId >
20
18
<dependency >
21
19
<groupId >io.avaje.metrics</groupId >
22
20
<artifactId >metrics</artifactId >
23
- <version >9.0.1-SNAPSHOT </version >
21
+ <version >9.0.1</version >
24
22
</dependency >
25
23
26
24
<dependency >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.avaje.metrics</groupId >
5
5
<artifactId >metrics-parent</artifactId >
6
- <version >9.0.1-SNAPSHOT </version >
6
+ <version >9.0.1</version >
7
7
</parent >
8
8
9
9
<artifactId >metrics</artifactId >
Original file line number Diff line number Diff line change 9
9
10
10
<groupId >io.avaje.metrics</groupId >
11
11
<artifactId >metrics-parent</artifactId >
12
- <version >9.0.1-SNAPSHOT </version >
12
+ <version >9.0.1</version >
13
13
<packaging >pom</packaging >
14
14
15
15
<url >https://avaje-metrics.github.io</url >
16
16
17
17
<scm >
18
18
<
developerConnection >scm:git:
[email protected] :avaje-metrics/metrics.git</
developerConnection >
19
- <tag >HEAD </tag >
19
+ <tag >metrics-parent-9.0.1 </tag >
20
20
</scm >
21
21
22
22
<properties >
You can’t perform that action at this time.
0 commit comments