Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d0e2dd3

Browse files
authored
fix release (#1214)
* set snapshot version Signed-off-by: Gregor Zeitlinger <[email protected]> * fix release Signed-off-by: Gregor Zeitlinger <[email protected]> * fix release Signed-off-by: Gregor Zeitlinger <[email protected]> * fix release Signed-off-by: Gregor Zeitlinger <[email protected]> --------- Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent bdfe25c commit d0e2dd3

File tree

48 files changed

+47
-50
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+47
-50
lines changed

benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.prometheus</groupId>
88
<artifactId>client_java</artifactId>
9-
<version>1.3.3</version>
9+
<version>10.0.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>benchmarks</artifactId>

examples/example-exemplars-tail-sampling/example-greeting-service/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>example-exemplars-tail-sampling</artifactId>
8-
<version>1.3.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>example-greeting-service</artifactId>

examples/example-exemplars-tail-sampling/example-hello-world-app/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>example-exemplars-tail-sampling</artifactId>
8-
<version>1.3.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>example-hello-world-app</artifactId>

examples/example-exemplars-tail-sampling/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>examples</artifactId>
8-
<version>1.3.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>example-exemplars-tail-sampling</artifactId>

examples/example-exporter-httpserver/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>examples</artifactId>
8-
<version>1.3.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>example-exporter-httpserver</artifactId>

examples/example-exporter-multi-target/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>examples</artifactId>
8-
<version>1.3.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>example-exporter-multi-target</artifactId>

examples/example-exporter-opentelemetry/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>examples</artifactId>
8-
<version>1.3.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>example-exporter-opentelemetry</artifactId>

examples/example-exporter-servlet-tomcat/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>examples</artifactId>
8-
<version>1.3.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>example-exporter-servlet-tomcat</artifactId>

examples/example-native-histogram/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>examples</artifactId>
8-
<version>1.3.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>example-native-histogram</artifactId>

examples/example-prometheus-properties/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>examples</artifactId>
8-
<version>1.3.3</version>
8+
<version>10.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>example-prometheus-properties</artifactId>

0 commit comments

Comments
 (0)