Skip to content

Commit 21bcfac

Browse files
authored
release (#1166)
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent a2d3b20 commit 21bcfac

File tree

45 files changed

+49
-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.

45 files changed

+49
-50
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
name: Deploy to Maven Central
22

3-
#on:
4-
# push:
5-
# tags:
6-
# - v*
73
on:
84
push:
9-
branches: [ "main" ]
10-
# pull_request:
11-
# branches: [ "main" ]
5+
tags:
6+
- "v*.*.*"
127

138
jobs:
149
deploy:

RELEASING.md

Lines changed: 4 additions & 0 deletions

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>0.0.1-releasetest1</version>
9+
<version>1.3.2</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>0.0.1-releasetest1</version>
8+
<version>1.3.2</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>0.0.1-releasetest1</version>
8+
<version>1.3.2</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>0.0.1-releasetest1</version>
8+
<version>1.3.2</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>0.0.1-releasetest1</version>
8+
<version>1.3.2</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>0.0.1-releasetest1</version>
8+
<version>1.3.2</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>0.0.1-releasetest1</version>
8+
<version>1.3.2</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>0.0.1-releasetest1</version>
8+
<version>1.3.2</version>
99
</parent>
1010

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

0 commit comments

Comments
 (0)