Skip to content

docs: Update the readme with the latest version#400

Open
lqiu96 wants to merge 1 commit into
mainfrom
update-readme-version
Open

docs: Update the readme with the latest version#400
lqiu96 wants to merge 1 commit into
mainfrom
update-readme-version

Conversation

@lqiu96
Copy link
Copy Markdown
Member

@lqiu96 lqiu96 commented Apr 9, 2026

Fixes: #141

Add the latest version of the library to the README. This repo is not part of the libraries-bom.

@lqiu96 lqiu96 requested a review from jinseopkim0 April 9, 2026 15:43
@lqiu96 lqiu96 requested a review from a team as a code owner April 9, 2026 15:43
@product-auto-label product-auto-label Bot added size: xs Pull request size is extra small. api: logging Issues related to the googleapis/java-logging-servlet-initializer API. labels Apr 9, 2026
@product-auto-label product-auto-label Bot added the stale: old Pull request is old and needs attention. label May 10, 2026
Comment thread README.md

```Groovy
implementation 'com.google.cloud:google-cloud-logging-servlet-initializer'
implementation 'com.google.cloud:google-cloud-logging-servlet-initializer:0.2.13-alpha'
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this have the "v" prefix? i.e. v0.2.13-alpha

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think the gradle supports adding the v prefix. It doesn't get strip out automatically.

https://repo1.maven.org/maven2/com/google/cloud/google-cloud-logging-servlet-initializer/0.2.13-alpha/google-cloud-logging-servlet-initializer-0.2.13-alpha.pom

Version should be 0.2.13-alpha

Comment thread README.md

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-logging-servlet-initializer"
libraryDependencies += "com.google.cloud" % "google-cloud-logging-servlet-initializer" % "0.2.13-alpha"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this have the "v" prefix? i.e. v0.2.13-alpha

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above. I think SBT is expecting "0.2.13-alpha"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: logging Issues related to the googleapis/java-logging-servlet-initializer API. size: xs Pull request size is extra small. stale: old Pull request is old and needs attention.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Readme does not mention BOM or library version

3 participants