Skip to content

Commit b529294

Browse files
committed
Update docs for release 0.16.0
1 parent 46b1e41 commit b529294

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

MAINTAINER_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ Use the [Versions Maven Plugin](https://www.mojohaus.org/versions-maven-plugin/i
1818
`release:prepare` does Github tags and commits, while `release:perform` signs the artifacts and uploads them to the staging repositoring on [https://oss.sonatype.org](https://oss.sonatype.org).
1919

2020
After that, manually verify the uploaded artifacts on [https://oss.sonatype.org/#stagingRepositories](https://oss.sonatype.org/#stagingRepositories), click `Close` to trigger Sonatype's verification, and then `Release`.
21+
22+
Note: We release only the parent module and the modules starting with simpleclient. Currently, we manually remove the benchmark and integration test modules. Todo: Instead of manually removing these modules, we should reconfigure the build to make sure that these modules aren't released.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,25 +46,25 @@ version can be found on in the maven repository for
4646
<dependency>
4747
<groupId>io.prometheus</groupId>
4848
<artifactId>simpleclient</artifactId>
49-
<version>0.15.0</version>
49+
<version>0.16.0</version>
5050
</dependency>
5151
<!-- Hotspot JVM metrics-->
5252
<dependency>
5353
<groupId>io.prometheus</groupId>
5454
<artifactId>simpleclient_hotspot</artifactId>
55-
<version>0.15.0</version>
55+
<version>0.16.0</version>
5656
</dependency>
5757
<!-- Exposition HTTPServer-->
5858
<dependency>
5959
<groupId>io.prometheus</groupId>
6060
<artifactId>simpleclient_httpserver</artifactId>
61-
<version>0.15.0</version>
61+
<version>0.16.0</version>
6262
</dependency>
6363
<!-- Pushgateway exposition-->
6464
<dependency>
6565
<groupId>io.prometheus</groupId>
6666
<artifactId>simpleclient_pushgateway</artifactId>
67-
<version>0.15.0</version>
67+
<version>0.16.0</version>
6868
</dependency>
6969
```
7070

0 commit comments

Comments
 (0)