diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ef9064ef0..3fc60aa9a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -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 diff --git a/docs/docs/intro.md b/docs/docs/intro.md index 7098ce7d9..afe01aa7f 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -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-.war`, where -is the version of the athena, for example `1.0.2`, please make sure to replace `` with one of our -release versions. +`athena/athena-examples/athena-example-books/target/athena-example-books-.war`, where is the version of +the athena, for example `1.0.2`, please make sure to replace `` with one of +[our release versions](https://central.sonatype.com/namespace/io.github.qubitpi.athena). ### Setting Up Jetty