Skip to content

Commit 9f1fb4f

Browse files
committed
[maven-release-plugin] prepare release parent-0.11.0
1 parent a0796c6 commit 9f1fb4f

File tree

31 files changed

+85
-93
lines changed

31 files changed

+85
-93
lines changed

benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.10.1-SNAPSHOT</version>
8+
<version>0.11.0</version>
99
</parent>
1010

1111
<groupId>io.prometheus</groupId>

integration_tests/example_application/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>io.prometheus</groupId>
87
<artifactId>integration_tests</artifactId>
9-
<version>0.10.1-SNAPSHOT</version>
8+
<version>0.11.0</version>
109
</parent>
1110

1211
<artifactId>example_application</artifactId>

integration_tests/exemplars_otel/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>io.prometheus</groupId>
87
<artifactId>integration_tests</artifactId>
9-
<version>0.10.1-SNAPSHOT</version>
8+
<version>0.11.0</version>
109
</parent>
1110

1211
<artifactId>exemplars_otel</artifactId>

integration_tests/exemplars_otel_agent/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>io.prometheus</groupId>
87
<artifactId>integration_tests</artifactId>
9-
<version>0.10.1-SNAPSHOT</version>
8+
<version>0.11.0</version>
109
</parent>
1110

1211
<artifactId>exemplars_otel_agent</artifactId>

integration_tests/java_versions/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>io.prometheus</groupId>
87
<artifactId>integration_tests</artifactId>
9-
<version>0.10.1-SNAPSHOT</version>
8+
<version>0.11.0</version>
109
</parent>
1110

1211
<artifactId>java_versions</artifactId>

integration_tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.10.1-SNAPSHOT</version>
8+
<version>0.11.0</version>
99
</parent>
1010

1111
<artifactId>integration_tests</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.prometheus</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.10.1-SNAPSHOT</version>
8+
<version>0.11.0</version>
99

1010
<name>Prometheus Java Suite</name>
1111
<url>http://github.com/prometheus/client_java</url>
@@ -25,7 +25,7 @@
2525
<connection>scm:git:[email protected]:prometheus/client_java.git</connection>
2626
<developerConnection>scm:git:[email protected]:prometheus/client_java.git</developerConnection>
2727
<url>[email protected]:prometheus/client_java.git</url>
28-
<tag>HEAD</tag>
28+
<tag>parent-0.11.0</tag>
2929
</scm>
3030

3131
<developers>

simpleclient/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.10.1-SNAPSHOT</version>
8+
<version>0.11.0</version>
99
</parent>
1010

1111
<groupId>io.prometheus</groupId>

simpleclient_bom/pom.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.10.1-SNAPSHOT</version>
8+
<version>0.11.0</version>
99
</parent>
1010

1111
<artifactId>simpleclient_bom</artifactId>
@@ -29,97 +29,97 @@
2929
<dependency>
3030
<groupId>io.prometheus</groupId>
3131
<artifactId>simpleclient</artifactId>
32-
<version>0.10.1-SNAPSHOT</version>
32+
<version>0.11.0</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>io.prometheus</groupId>
3636
<artifactId>simpleclient_common</artifactId>
37-
<version>0.10.1-SNAPSHOT</version>
37+
<version>0.11.0</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>io.prometheus</groupId>
4141
<artifactId>simpleclient_caffeine</artifactId>
42-
<version>0.10.1-SNAPSHOT</version>
42+
<version>0.11.0</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>io.prometheus</groupId>
4646
<artifactId>simpleclient_dropwizard</artifactId>
47-
<version>0.10.1-SNAPSHOT</version>
47+
<version>0.11.0</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>io.prometheus</groupId>
5151
<artifactId>simpleclient_graphite_bridge</artifactId>
52-
<version>0.10.1-SNAPSHOT</version>
52+
<version>0.11.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>io.prometheus</groupId>
5656
<artifactId>simpleclient_hibernate</artifactId>
57-
<version>0.10.1-SNAPSHOT</version>
57+
<version>0.11.0</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>io.prometheus</groupId>
6161
<artifactId>simpleclient_guava</artifactId>
62-
<version>0.10.1-SNAPSHOT</version>
62+
<version>0.11.0</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>io.prometheus</groupId>
6666
<artifactId>simpleclient_hotspot</artifactId>
67-
<version>0.10.1-SNAPSHOT</version>
67+
<version>0.11.0</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>io.prometheus</groupId>
7171
<artifactId>simpleclient_httpserver</artifactId>
72-
<version>0.10.1-SNAPSHOT</version>
72+
<version>0.11.0</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>io.prometheus</groupId>
7676
<artifactId>simpleclient_log4j</artifactId>
77-
<version>0.10.1-SNAPSHOT</version>
77+
<version>0.11.0</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>io.prometheus</groupId>
8181
<artifactId>simpleclient_log4j2</artifactId>
82-
<version>0.10.1-SNAPSHOT</version>
82+
<version>0.11.0</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>io.prometheus</groupId>
8686
<artifactId>simpleclient_logback</artifactId>
87-
<version>0.10.1-SNAPSHOT</version>
87+
<version>0.11.0</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>io.prometheus</groupId>
9191
<artifactId>simpleclient_pushgateway</artifactId>
92-
<version>0.10.1-SNAPSHOT</version>
92+
<version>0.11.0</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>io.prometheus</groupId>
9696
<artifactId>simpleclient_servlet</artifactId>
97-
<version>0.10.1-SNAPSHOT</version>
97+
<version>0.11.0</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>io.prometheus</groupId>
101101
<artifactId>simpleclient_spring_web</artifactId>
102-
<version>0.10.1-SNAPSHOT</version>
102+
<version>0.11.0</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>io.prometheus</groupId>
106106
<artifactId>simpleclient_spring_boot</artifactId>
107-
<version>0.10.1-SNAPSHOT</version>
107+
<version>0.11.0</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>io.prometheus</groupId>
111111
<artifactId>simpleclient_jetty</artifactId>
112-
<version>0.10.1-SNAPSHOT</version>
112+
<version>0.11.0</version>
113113
</dependency>
114114
<dependency>
115115
<groupId>io.prometheus</groupId>
116116
<artifactId>simpleclient_jetty_jdk8</artifactId>
117-
<version>0.10.1-SNAPSHOT</version>
117+
<version>0.11.0</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>io.prometheus</groupId>
121121
<artifactId>simpleclient_vertx</artifactId>
122-
<version>0.10.1-SNAPSHOT</version>
122+
<version>0.11.0</version>
123123
</dependency>
124124
</dependencies>
125125
</dependencyManagement>

simpleclient_caffeine/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.10.1-SNAPSHOT</version>
8+
<version>0.11.0</version>
99
</parent>
1010

1111
<groupId>io.prometheus</groupId>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>io.prometheus</groupId>
3939
<artifactId>simpleclient</artifactId>
40-
<version>0.10.1-SNAPSHOT</version>
40+
<version>0.11.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.github.ben-manes.caffeine</groupId>

0 commit comments

Comments
 (0)