Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen G. Kissner2013-02-20 10:37:35 +0000
committerJuergen G. Kissner2013-02-20 10:37:35 +0000
commit86dbfc08b795fd5346da0f52bbca29369c99cce9 (patch)
treeeb9c1db45d1a38761c5504a26feb37e172d26611
parent3c292ff95a2104fd5b1f22d3a97ace74b8396119 (diff)
downloaddbaccess-86dbfc08b795fd5346da0f52bbca29369c99cce9.tar.gz
dbaccess-86dbfc08b795fd5346da0f52bbca29369c99cce9.tar.xz
dbaccess-86dbfc08b795fd5346da0f52bbca29369c99cce9.zip
Release 1.1.0: Revise Maven section
Change-Id: I8f851f681836f1ddfe0476b841abe7017f00b34c Signed-off-by: J. G. Kissner <juergen.kissner@sap.com>
-rw-r--r--download/index.php26
1 files changed, 14 insertions, 12 deletions
diff --git a/download/index.php b/download/index.php
index 545c281..05950d5 100644
--- a/download/index.php
+++ b/download/index.php
@@ -47,24 +47,26 @@
unless otherwise specified.
</p>
+ <h4>Gemini DBAccess Repository</h4>
+ Starting from 1.1.0, the released versions of DBAccess can be found here
+ <ul>
+ <li><strong>DBAccess Maven repository</strong> - 'http://download.eclipse.org/gemini/mvn/'</li>
+ <li><strong>Maven coordinates</strong>:
+ <pre><code>
+&lt;groupId&gt;org.eclipse.gemini&lt;/groupId&gt;
+&lt;artifactId&gt;org.eclipse.gemini.dbaccess.{derby|mysql|h2|hsqldb}&lt;/artifactId&gt;
+&lt;version&gt;1.1.0.RELEASE&lt;/version&gt;
+ </code></pre>
+ </li>
+ </ul>
<h4 class='toggle'>1.1.0.RELEASE</h4>
<div class='accordion'>
<ul>
<li><a href='http://www.eclipse.org/gemini/dbaccess/download/release-notes/1.1.0.RELEASE.php' target='_self'>View Release Notes</a></li>
- <li>Update Site 'http://download.eclipse.org/gemini/updates/dbaccess/1.1.0'</li>
+ <li><strong>Gemini DBAccess p2 update site URL </strong> - 'http://download.eclipse.org/gemini/updates/dbaccess/1.1.0'</li>
<li><strong>Gemini DBAccess p2 update site</strong> - <a href="http://www.eclipse.org/downloads/download.php?file=/gemini/dbaccess/r1.1/milestones/gemini-dbaccess-<?=$release1_1_0 ?>-updates.zip" target="_self">Download</a></li>
- <li><strong>DBAccess Maven repository</strong> - <a
- href='http://download.eclipse.org/gemini/dbaccess/mvn/'
- target='_self'>http://download.eclipse.org/gemini/mvn/</a>
- </li>
- <li>Maven coordinates:
- <pre><code>
-&lt;groupId&gt;org.eclipse.gemini&lt;/groupId&gt;
-&lt;artifactId&gt;org.eclipse.gemini.dbaccess.{derby|mysql|h2|hsqldb}&lt;/artifactId&gt;
-&lt;version&gt;1.1.0.RELEASE&lt;/version&gt;
- </code></pre>
- </li>
+ <li><strong>Maven version</strong> - <code>&lt;version&gt;1.1.0.RELEASE&lt;/version&gt;<code></li>
</ul>
</div>

Back to the top