Repository: incubator-freemarker-site Updated Branches: refs/heads/asf-site 67ca4cbf3 -> 616641937
(Typo fixes...) Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/61664193 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/61664193 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/61664193 Branch: refs/heads/asf-site Commit: 6166419374e3810735f14dc46632a30e668fe0f0 Parents: 67ca4cb Author: ddekany <[email protected]> Authored: Sun Jul 9 01:02:19 2017 +0200 Committer: ddekany <[email protected]> Committed: Sun Jul 9 01:02:19 2017 +0200 ---------------------------------------------------------------------- committer-howto.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/61664193/committer-howto.html ---------------------------------------------------------------------- diff --git a/committer-howto.html b/committer-howto.html index 49d0c21..449b446 100644 --- a/committer-howto.html +++ b/committer-howto.html @@ -540,7 +540,7 @@ ga('send', 'pageview'); <p>After you have merged/committed your changes to the respectable branch, you may want to publish that version to <a href="https://repository.apache.org/content/repositories/snapshots">https://repository.apache.org/content/repositories/snapshots</a>. Users or fellow developers can use this Maven repository to try - snapshot version.</p> + snapshot versions.</p> <p>To publish the snapshot version, fist check that <code class="inline-code">version.properties</code> contains the proper version, @@ -548,7 +548,7 @@ ga('send', 'pageview'); <code class="inline-code">-SNAPSHOT</code>. (If not, it will deploy to the release staging repository.) Then issue <code class="inline-code">ant dist maven-dist</code>. (Note that just as with a real release, the - artifacts with be signed with PGP.)</p> + artifacts will be signed with PGP.)</p>
