diff --git a/README.md b/README.md index c977c14..d5626ac 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ brew install rdf-connect/orchestrator https://github.com/rdf-connect/orchestrato ## Contributors +### Publishing + +This project automatically publishes Maven packages and a Docker image whenever the `projectVersion` field in [`gradle.properties`](./gradle.properties) is updated. + ### Git Hooks This repository uses [`pre-commit`](https://pre-commit.com) for automatic linting and formatting. To get started, run the following command. diff --git a/gradle.properties b/gradle.properties index 65ad8e0..45c4f13 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ kotlin.code.style=official # Project information. -projectVersion=0.0.2 +projectVersion=0.0.3 projectGroup = "technology.idlab # Dependency versions.