Skip to content

Commit

Permalink
Fix alignment in the doc (#5207)
Browse files Browse the repository at this point in the history
Signed-off-by: jansupol <jan.supol@oracle.com>
  • Loading branch information
jansupol committed Dec 5, 2022
1 parent 45f0699 commit b13c518
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/main/docbook/getting-started.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
configuration needs to be added to your Maven project pom:

<programlisting language="xml" linenumbering="unnumbered">&lt;snapshotRepository&gt;
&lt;id&gt;ossrh&lt;/id&gt;
&lt;name&gt;Sonatype Nexus Snapshots&lt;/name&gt;
&lt;url&gt;https://jakarta.oss.sonatype.org/content/repositories/snapshots/&lt;/url&gt;
&lt;/snapshotRepository&gt;</programlisting>
&lt;id&gt;ossrh&lt;/id&gt;
&lt;name&gt;Sonatype Nexus Snapshots&lt;/name&gt;
&lt;url&gt;https://jakarta.oss.sonatype.org/content/repositories/snapshots/&lt;/url&gt;
&lt;/snapshotRepository&gt;</programlisting>
</para>
</note>
</para>
Expand Down

0 comments on commit b13c518

Please sign in to comment.