You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by sv...@apache.org on 2020/02/22 09:31:36 UTC

svn commit: r1874363 - in /maven/website/content: guides/mini/guide-relocation.html maven-site-1.0-site.jar

Author: svn-site-role
Date: Sat Feb 22 09:31:36 2020
New Revision: 1874363

Log:
Site checkin for project Apache Maven Site

Modified:
    maven/website/content/guides/mini/guide-relocation.html
    maven/website/content/maven-site-1.0-site.jar

Modified: maven/website/content/guides/mini/guide-relocation.html
==============================================================================
--- maven/website/content/guides/mini/guide-relocation.html (original)
+++ maven/website/content/guides/mini/guide-relocation.html Sat Feb 22 09:31:36 2020
@@ -176,9 +176,9 @@
 <h4><a name="Releasing_the_next_version"></a>Releasing the next version</h4>
 <p>When the next release of <code>foo</code> is made, you should publish two Maven 2 pom files: first you should publish <code>foo</code>'s POM with the new groupId <code>org.bar</code>.</p>
 <p>Because data in the repository is not supposed to change, Maven doesn't download pom files that it has already downloaded. Therefore you will also need to publish a relocation POM file with the old groupId <code>bar</code> for the new version: this should be a minimal relocation POM (as described in step 4 above), but for the new version of <code>foo</code>.</p>
-<p>For the release after that, you only need to publish a Maven POM with a groupId of <code>org.bar</code>, since users of the previous version have been informed of the changed groupId.</p></section><section>
-<h4><a name="Examples"></a>Examples</h4>
-<p><b>Apache Ant</b></p>
+<p>For the release after that, you only need to publish a Maven POM with a groupId of <code>org.bar</code>, since users of the previous version have been informed of the changed groupId.</p></section></section><section>
+<h3><a name="Examples"></a>Examples</h3><section>
+<h4><a name="Apache_Ant"></a>Apache Ant</h4>
 <ol style="list-style-type: decimal">
 <li>has published its releases until 1.6.5 to Maven 1-compliant <code>ant:ant</code> coordinates (see <a class="externalLink" href="https://repo.maven.apache.org/maven2/ant/ant/">repository content</a>),</li>
 <li>starting with 1.7.0, moved to reverse-DNS compliant Maven 2+ <code>org.apache.ant:ant</code> coordinates, (see <a class="externalLink" href="https://repo.maven.apache.org/maven2/org/apache/ant/ant/">repository content</a>),</li>

Modified: maven/website/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.