Skip to content
Snippets Groups Projects
Commit 40005789 authored by Goik Martin's avatar Goik Martin
Browse files

Providing version for Maven correspondence

parent 9f320748
Branches
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<figure xml:id="sdiDocker_Hub"> <figure xml:id="sdiDocker_Hub">
<title>Docker hub</title> <title>Docker hub</title>
<para>Repository hosting publicly available Docker images: </para> <para>Repository hosting publicly available Docker images:</para>
<para><uri <para><uri
xlink:href="https://hub.docker.com/explore">https://hub.docker.com/explore</uri></para> xlink:href="https://hub.docker.com/explore">https://hub.docker.com/explore</uri></para>
...@@ -175,9 +175,9 @@ Status: Downloaded newer image for nextcloud:13.0.2</screen> ...@@ -175,9 +175,9 @@ Status: Downloaded newer image for nextcloud:13.0.2</screen>
<title>Maven ringing a bell?</title> <title>Maven ringing a bell?</title>
<programlisting language="xml">&lt;dependency&gt; <programlisting language="xml">&lt;dependency&gt;
&lt;groupId&gt;junit&lt;/groupId&gt; &lt;!-- <emphasis role="red">wonderfall</emphasis> --&gt; &lt;groupId&gt;junit&lt;/groupId&gt; &lt;!-- <emphasis role="red">wonderfall</emphasis> --&gt;
&lt;artifactId&gt;junit&lt;/artifactId&gt; &lt;!-- <emphasis role="red">nextcloud</emphasis> --&gt; &lt;artifactId&gt;junit&lt;/artifactId&gt; &lt;!-- <emphasis role="red">nextcloud</emphasis> --&gt;
&lt;version&gt;4.12&lt;/version&gt; &lt;version&gt;4.12&lt;/version&gt; &lt;!-- <emphasis role="red">13.0.2</emphasis> --&gt;
&lt;/dependency&gt;</programlisting> &lt;/dependency&gt;</programlisting>
</figure> </figure>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment