Skip to content

Commit

Permalink
docs: set telemetry backend-base version to 0.0.32 (#2230)
Browse files Browse the repository at this point in the history
Signed-off-by: David Kwon <[email protected]>
  • Loading branch information
dkwon17 authored Mar 14, 2022
1 parent 5ab7655 commit 3ab4340
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/extensions/examples/telemetry/pom_snippet.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<dependency>
<groupId>org.eclipse.che.incubator.workspace-telemetry</groupId>
<artifactId>backend-base</artifactId>
<version>0.0.11</version>
<version>0.0.32</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ $ mvn io.quarkus:quarkus-maven-plugin:1.2.1.Final:create \

pass:[<!-- vale RedHat.TermsErrors = YES -->]

. Add a dependency to `org.eclipse.che.incubator.workspace-telemetry.back-end-base` in your `pom.xml`:
. Add a dependency to `org.eclipse.che.incubator.workspace-telemetry:backend-base` in your `pom.xml`:
+
.`pom.xml`
====
Expand All @@ -86,7 +86,7 @@ include::example$telemetry/pom_snippet.xml[]

. Add the Apache HTTP components library to send HTTP requests.

. Consult the link:https://github.com/che-incubator/che-workspace-telemetry-client/packages[GitHub packages] for the latest version and Maven coordinates of `back-end-base`. link:https://help.github.com/en/packages/publishing-and-managing-packages/about-github-packages[GitHub packages] require a personal access token with `read:packages` permissions to download the {prod-short} telemetry libraries. Create a personal access token and copy the token value.
. Create a GitHub personal access token with `read:packages` permissions and copy the token value. This token is used to access link:https://help.github.com/en/packages/publishing-and-managing-packages/about-github-packages[GitHub packages] to download the {prod-short} telemetry library.

. Create a `settings.xml` file in the repository root and add the coordinates and token to the `che-incubator` packages:
+
Expand Down

0 comments on commit 3ab4340

Please sign in to comment.