Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVioleta Georgieva2012-11-26 17:58:23 +0000
committerVioleta Georgieva2012-11-26 17:58:23 +0000
commita63bfd20ad6a42b2f6f4ccf5f3cc1bfa12b4b141 (patch)
tree0582d65a3843343016c8dfcd4e7013394aba7243
parent72c07ceb5323a179ad3e14179063bda99a2bb96e (diff)
downloadnaming-a63bfd20ad6a42b2f6f4ccf5f3cc1bfa12b4b141.tar.gz
naming-a63bfd20ad6a42b2f6f4ccf5f3cc1bfa12b4b141.tar.xz
naming-a63bfd20ad6a42b2f6f4ccf5f3cc1bfa12b4b141.zip
Added information for Gemini Naming 1.0.1 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 68dde1b..4eda635 100644
--- a/download.php
+++ b/download.php
@@ -22,6 +22,23 @@
<h2>Releases</h2>
+ <h4>1.0.1.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.1.RELEASE.zip">Download</a></li>
+ <li><strong>Gemini Naming p2 repository</strong> - <a href='http://download.eclipse.org/gemini/updates/naming/1.0.1/' target='_self'>http://download.eclipse.org/gemini/updates/naming/1.0.1/</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.1.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.1.RELEASE;product=Gemini.Naming" target="_self">here</a>.</li>
+ </ul>
+ </div>
+
<h4>1.0.0.RELEASE</h4>
<div>
<ul>
diff --git a/pages/_index.html b/pages/_index.html
index 2fcac7e..8d826b3 100644
--- a/pages/_index.html
+++ b/pages/_index.html
@@ -39,12 +39,12 @@
<div class="sideitem">
<h6>Current Status</h6>
-<p>Gemini Naming graduated and 1.0.0 release is available for download.</p>
+<p>Gemini Naming 1.0.1 release is available for download.</p>
</div>
<div class="sideitem">
<h6>New and Noteworthy</h6>
-<p>Gemini Naming 1.0.0 RELEASE is available!</p>
+<p>Gemini Naming 1.0.1 RELEASE is available!</p>
</div>
</div> \ No newline at end of file

Back to the top