File tree Expand file tree Collapse file tree 9 files changed +23
-7
lines changed
dropwizard-metrics-listener
micrometer-metrics-listener Expand file tree Collapse file tree 9 files changed +23
-7
lines changed Original file line number Diff line number Diff line change
1
+ <extensions xmlns =" http://maven.apache.org/EXTENSIONS/1.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
+ xsi : schemaLocation =" http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd" >
3
+ <extension >
4
+ <groupId >fr.brouillard.oss</groupId >
5
+ <artifactId >jgitver-maven-plugin</artifactId >
6
+ <version >1.9.0</version >
7
+ </extension >
8
+ </extensions >
Original file line number Diff line number Diff line change
1
+ <configuration xmlns =" http://jgitver.github.io/maven/configuration/1.1.0"
2
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://jgitver.github.io/maven/configuration/1.1.0 https://jgitver.github.io/maven/configuration/jgitver-configuration-v1_1_0.xsd" >
4
+
5
+ <useDirty >true</useDirty >
6
+ <nonQualifierBranches >main</nonQualifierBranches >
7
+ <regexVersionTag >pushy-(.+)</regexVersionTag >
8
+ </configuration >
Original file line number Diff line number Diff line change 27
27
<parent >
28
28
<artifactId >pushy-parent</artifactId >
29
29
<groupId >com.eatthepath</groupId >
30
- <version >0.15.5-SNAPSHOT </version >
30
+ <version >JGITVER </version >
31
31
</parent >
32
32
33
33
<artifactId >pushy-benchmark</artifactId >
Original file line number Diff line number Diff line change 31
31
<parent >
32
32
<groupId >com.eatthepath</groupId >
33
33
<artifactId >pushy-parent</artifactId >
34
- <version >0.15.5-SNAPSHOT </version >
34
+ <version >JGITVER </version >
35
35
</parent >
36
36
37
37
<dependencies >
Original file line number Diff line number Diff line change 32
32
<parent >
33
33
<artifactId >pushy-parent</artifactId >
34
34
<groupId >com.eatthepath</groupId >
35
- <version >0.15.5-SNAPSHOT </version >
35
+ <version >JGITVER </version >
36
36
</parent >
37
37
38
38
<dependencies >
Original file line number Diff line number Diff line change 32
32
<parent >
33
33
<artifactId >pushy-parent</artifactId >
34
34
<groupId >com.eatthepath</groupId >
35
- <version >0.15.5-SNAPSHOT </version >
35
+ <version >JGITVER </version >
36
36
</parent >
37
37
38
38
<dependencies >
Original file line number Diff line number Diff line change 31
31
<parent >
32
32
<artifactId >pushy-parent</artifactId >
33
33
<groupId >com.eatthepath</groupId >
34
- <version >0.15.5-SNAPSHOT </version >
34
+ <version >JGITVER </version >
35
35
</parent >
36
36
37
37
<dependencies >
Original file line number Diff line number Diff line change 27
27
<groupId >com.eatthepath</groupId >
28
28
<artifactId >pushy-parent</artifactId >
29
29
<packaging >pom</packaging >
30
- <version >0.15.5-SNAPSHOT </version >
30
+ <version >JGITVER </version >
31
31
32
32
<name >Pushy parent</name >
33
33
<description >A Java library for sending APNs (iOS/macOS/Safari) push notifications</description >
Original file line number Diff line number Diff line change 31
31
<parent >
32
32
<groupId >com.eatthepath</groupId >
33
33
<artifactId >pushy-parent</artifactId >
34
- <version >0.15.5-SNAPSHOT </version >
34
+ <version >JGITVER </version >
35
35
</parent >
36
36
37
37
<dependencies >
You can’t perform that action at this time.
0 commit comments