File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Expand file tree Collapse file tree 3 files changed +7
-10
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
<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.0-SNAPSHOT </version >
7
+ <version >9.0.0</version >
10
8
</parent >
11
9
12
10
<artifactId >metrics-api</artifactId >
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.0-SNAPSHOT </version >
6
+ <version >9.0.0</version >
7
7
</parent >
8
8
9
9
<artifactId >metrics</artifactId >
18
18
<dependency >
19
19
<groupId >io.avaje.metrics</groupId >
20
20
<artifactId >metrics-api</artifactId >
21
- <version >9.0.0-SNAPSHOT </version >
21
+ <version >9.0.0</version >
22
22
</dependency >
23
23
24
24
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" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- 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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<parent >
6
5
<groupId >org.avaje</groupId >
10
9
11
10
<groupId >io.avaje.metrics</groupId >
12
11
<artifactId >metrics-parent</artifactId >
13
- <version >9.0.0-SNAPSHOT </version >
12
+ <version >9.0.0</version >
14
13
<packaging >pom</packaging >
15
14
16
15
<url >https://avaje-metrics.github.io</url >
17
16
18
17
<scm >
19
18
<
developerConnection >scm:git:
[email protected] :avaje-metrics/metrics.git</
developerConnection >
20
- <tag >HEAD </tag >
19
+ <tag >metrics-parent-9.0.0 </tag >
21
20
</scm >
22
21
23
22
<properties >
You can’t perform that action at this time.
0 commit comments