Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVioleta Georgieva2014-11-20 14:56:28 +0000
committerVioleta Georgieva2014-11-20 14:56:28 +0000
commit92159a9b6d02bc936a18dbc2eea6e7b626d81a1a (patch)
tree8688b50f6fb4177aa9df8d135fcc1302178a2fbc
parent6b3aa48e7b06124a67f845f61228c20fc64f7eb5 (diff)
downloadnaming-92159a9b6d02bc936a18dbc2eea6e7b626d81a1a.tar.gz
naming-92159a9b6d02bc936a18dbc2eea6e7b626d81a1a.tar.xz
naming-92159a9b6d02bc936a18dbc2eea6e7b626d81a1a.zip
Added information for Gemini Naming 1.0.4 Release
-rw-r--r--download.php17
-rw-r--r--pages/_index.html4
2 files changed, 19 insertions, 2 deletions
diff --git a/download.php b/download.php
index 087b2f2..ee7ba7f 100644
--- a/download.php
+++ b/download.php
@@ -22,6 +22,23 @@
<h2>Releases</h2>
+ <h4>1.0.4.RELEASE</h4>
+ <div>
+ <ul>
+ <li><strong>Gemini Naming</strong> - <a href="http://www.eclipse.org/downloads/download.php?file=/gemini/naming/r1.0/gemini-naming-1.0.4.RELEASE.zip">Download</a></li>
+ <li><strong>Gemini Naming p2 repository</strong> - <a href='http://download.eclipse.org/gemini/updates/naming/1.0.4/' target='_self'>http://download.eclipse.org/gemini/updates/naming/1.0.4/</a></li>
+ <li>
+ <strong>Gemini Naming maven repository</strong> - <a href='http://download.eclipse.org/gemini/mvn/' target='_self'>http://download.eclipse.org/gemini/mvn/</a>
+<pre>
+&lt;groupId&gt;org.eclipse&lt;/groupId&gt;
+&lt;artifactId&gt;org.eclipse.gemini.naming&lt;/artifactId&gt;
+&lt;version&gt;1.0.4.RELEASE&lt;/version&gt;
+</pre>
+ </li>
+ <li><strong>Bug list is available</strong> - <a href="https://bugs.eclipse.org/bugs/buglist.cgi?classification=RT;query_format=advanced;bug_status=RESOLVED;bug_status=VERIFIED;bug_status=CLOSED;target_milestone=1.0.4.RELEASE;product=Gemini.Naming" target="_self">here</a>.</li>
+ </ul>
+ </div>
+
<h4>1.0.3.RELEASE</h4>
<div>
<ul>
diff --git a/pages/_index.html b/pages/_index.html
index 97e7b16..00355bb 100644
--- a/pages/_index.html
+++ b/pages/_index.html
@@ -39,12 +39,12 @@
<div class="sideitem">
<h6>Current Status</h6>
-<p>Gemini Naming 1.0.3 release is available for download.</p>
+<p>Gemini Naming 1.0.4 release is available for download.</p>
</div>
<div class="sideitem">
<h6>New and Noteworthy</h6>
-<p>Gemini Naming 1.0.3 RELEASE is available!</p>
+<p>Gemini Naming 1.0.4 RELEASE is available!</p>
</div>
</div> \ No newline at end of file

Back to the top