diff options
author | Andy Clement <aclement@pivotal.io> | 2021-06-24 15:45:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 15:45:17 -0700 |
commit | 8a8434b6ea745f0b19babd9031338819fbb17c5b (patch) | |
tree | d6fd3365b561ea224018761d237af6dd8e3af18a | |
parent | 0c5302714d9a1a38289f23f40392a967a5a90434 (diff) | |
download | aspectj-8a8434b6ea745f0b19babd9031338819fbb17c5b.tar.gz aspectj-8a8434b6ea745f0b19babd9031338819fbb17c5b.zip |
Update RELEASE.md
-rw-r--r-- | docs/developer/RELEASE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/developer/RELEASE.md b/docs/developer/RELEASE.md index 373b7a6bd..13c9100df 100644 --- a/docs/developer/RELEASE.md +++ b/docs/developer/RELEASE.md @@ -13,7 +13,7 @@ the simple case: ## Snapshot releases -To publish a snapshot, set up your credentials in `.m2/settings.xml` something like: +To publish a snapshot, set up your credentials in `~/.m2/settings.xml` something like: ```xml <settings> |