Skip to content

Commit

Permalink
Fix release error (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi authored Apr 25, 2024
1 parent 92a0aaa commit 7cc108c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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

0 comments on commit 7cc108c

Please sign in to comment.