Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Stäber <[email protected]>
  • Loading branch information
fstab committed Nov 12, 2023
1 parent 608e924 commit 881755a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MAINTAINER_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Use the [Versions Maven Plugin](https://www.mojohaus.org/versions-maven-plugin/i
## Release

```
./mvnw release:prepare -DreleaseVersion=0.16.0 -DdevelopmentVersion=0.16.1-SNAPSHOT
./mvnw release:perform -DreleaseVersion=0.16.0 -DdevelopmentVersion=0.16.1-SNAPSHOT
./mvnw release:prepare -DreleaseVersion=1.2.0 -DdevelopmentVersion=1.3.0-SNAPSHOT
./mvnw release:perform -DreleaseVersion=1.2.0 -DdevelopmentVersion=1.3.0-SNAPSHOT
```

`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).
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

[![Build Status](https://circleci.com/gh/prometheus/client_java.svg?style=svg)](https://circleci.com/gh/prometheus/client_java)

Release date for 1.0.0 is 27 Sep 2023. Pre-releases are [available](https://github.com/prometheus/client_java/releases).

# Documentation

[https://prometheus.github.io/client_java](https://prometheus.github.io/client_java)
Expand Down

0 comments on commit 881755a

Please sign in to comment.