diff --git a/README.md b/README.md index 71b039d..9f9c7b2 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,8 @@ Before being able to start any pseudoace deployment, you'll need to do some (man (or add a new section if there's no section yet for the current release) * Represent all changes made for this release. 3. Update the `pom.xml` file: - * If the [`deps.edn`](./deps.edn) file has changed, Update the entire [`pom.xml`](./pom.xml) file: + * If the [`deps.edn`](./deps.edn) file has changed, update the [`pom.xml`](./pom.xml) dependencies: ```bash - rm pom.xml clj -Spom # Update pom.xml to # * pseudoace release to be created in the tag value diff --git a/pom.xml b/pom.xml index 470c3bb..f84e538 100644 --- a/pom.xml +++ b/pom.xml @@ -69,6 +69,11 @@ src + + + src + + @@ -80,4 +85,12 @@ https://oss.sonatype.org/content/repositories/snapshots/ + + + + clojars + Clojars repository + https://clojars.org/repo + +