FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
prometheus_client_java/version-rules.xml at master · jschuwan/prometheus_client_java · GitHub
jschuwan
/
prometheus_client_java
Public
forked from
prometheus/client_java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
prometheus_client_java
/
version-rules.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
41 lines (41 loc) · 1.85 KB
Breadcrumbs
prometheus_client_java
/
version-rules.xml
Copy path
File metadata and controls
41 lines (41 loc) · 1.85 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<
ruleset
comparisonMethod
=
"
maven
"
xmlns
=
"
http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0
"
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
xsi
:
schemaLocation
=
"
http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 https://www.mojohaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd
"
>
<
rules
>
<
rule
groupId
=
"
*
"
comparisonMethod
=
"
maven
"
>
<
ignoreVersions
>
<
ignoreVersion
type
=
"
regex
"
>.*-RC\d</
ignoreVersion
>
<
ignoreVersion
type
=
"
regex
"
>.*\.RC\d</
ignoreVersion
>
<
ignoreVersion
type
=
"
regex
"
>.*alpha.*</
ignoreVersion
>
<
ignoreVersion
type
=
"
regex
"
>.*\.M\d</
ignoreVersion
>
</
ignoreVersions
>
</
rule
>
<
rule
groupId
=
"
javax.servlet
"
comparisonMethod
=
"
maven
"
>
<
ignoreVersions
>
<
ignoreVersion
type
=
"
regex
"
>.*-b\d\d</
ignoreVersion
>
</
ignoreVersions
>
</
rule
>
<
rule
groupId
=
"
com.google.guava
"
comparisonMethod
=
"
maven
"
>
<
ignoreVersions
>
<
ignoreVersion
type
=
"
regex
"
>.*-android</
ignoreVersion
>
</
ignoreVersions
>
</
rule
>
<
rule
groupId
=
"
org.springframework.boot
"
comparisonMethod
=
"
maven
"
>
<
ignoreVersions
>
<
ignoreVersion
type
=
"
regex
"
>2\..*</
ignoreVersion
>
</
ignoreVersions
>
</
rule
>
<
rule
groupId
=
"
org.eclipse.jetty
"
comparisonMethod
=
"
maven
"
>
<
ignoreVersions
>
<!--
pin to version 8
-->
<
ignoreVersion
type
=
"
regex
"
>[^8].*</
ignoreVersion
>
</
ignoreVersions
>
</
rule
>
<
rule
groupId
=
"
org.springframework
"
comparisonMethod
=
"
maven
"
>
<
ignoreVersions
>
<!--
pin to version 4
-->
<
ignoreVersion
type
=
"
regex
"
>[^4].*</
ignoreVersion
>
</
ignoreVersions
>
</
rule
>
</
rules
>
</
ruleset
>
Back
|
FazBrowse Home
|
New Git URL