Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix release error #86

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,4 @@ jobs:
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
server-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
server-password: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
version-properties: version.athena
6 changes: 3 additions & 3 deletions docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ mvn clean package
```

Successfully executing the command above shall generate a ".war" file under
`athena/athena-examples/athena-example-books/target/athena-example-books-<athena-version>.war`, where
is the version of the athena, for example `1.0.2`, please make sure to replace `<athena-version>` with one of our
release versions.
`athena/athena-examples/athena-example-books/target/athena-example-books-<athena-version>.war`, where is the version of
the athena, for example `1.0.2`, please make sure to replace `<athena-version>` with one of
[our release versions](https://central.sonatype.com/namespace/io.github.qubitpi.athena).

### Setting Up Jetty

Expand Down
Loading