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 11<?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" >
53 <parent >
64 <artifactId >metrics-parent</artifactId >
75 <groupId >io.avaje.metrics</groupId >
8- <version >9.0.1-SNAPSHOT </version >
6+ <version >9.0.1</version >
97 </parent >
108 <modelVersion >4.0.0</modelVersion >
119
2624 <dependency >
2725 <groupId >io.avaje.metrics</groupId >
2826 <artifactId >metrics</artifactId >
29- <version >9.0.1-SNAPSHOT </version >
27+ <version >9.0.1</version >
3028 <scope >provided</scope >
3129 </dependency >
3230
Original file line number Diff line number Diff line change 11<?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" >
53 <modelVersion >4.0.0</modelVersion >
64 <parent >
75 <artifactId >metrics-parent</artifactId >
86 <groupId >io.avaje.metrics</groupId >
9- <version >9.0.1-SNAPSHOT </version >
7+ <version >9.0.1</version >
108 </parent >
119
1210 <artifactId >metrics-graphite</artifactId >
2018 <dependency >
2119 <groupId >io.avaje.metrics</groupId >
2220 <artifactId >metrics</artifactId >
23- <version >9.0.1-SNAPSHOT </version >
21+ <version >9.0.1</version >
2422 </dependency >
2523
2624 <dependency >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >io.avaje.metrics</groupId >
55 <artifactId >metrics-parent</artifactId >
6- <version >9.0.1-SNAPSHOT </version >
6+ <version >9.0.1</version >
77 </parent >
88
99 <artifactId >metrics</artifactId >
Original file line number Diff line number Diff line change 99
1010 <groupId >io.avaje.metrics</groupId >
1111 <artifactId >metrics-parent</artifactId >
12- <version >9.0.1-SNAPSHOT </version >
12+ <version >9.0.1</version >
1313 <packaging >pom</packaging >
1414
1515 <url >https://avaje-metrics.github.io</url >
1616
1717 <scm >
1818 <
developerConnection >scm:git:
[email protected] :avaje-metrics/metrics.git</
developerConnection >
19- <tag >HEAD </tag >
19+ <tag >metrics-parent-9.0.1 </tag >
2020 </scm >
2121
2222 <properties >
You can’t perform that action at this time.
0 commit comments