Update with regard to milestone 2.1.0.M1
diff --git a/download/_index.html b/download/_index.html
index 105a0a1..ab23fc2 100644
--- a/download/_index.html
+++ b/download/_index.html
@@ -4,26 +4,26 @@
All downloads are provided under the terms and conditions of the <a href="/legal/epl/notice.php">Eclipse Foundation Software User Agreement</a>
unless otherwise specified.
</p>
- <h2>Latest version - 2.0.0.RELEASE</h2>
+ <h2>Latest version - 2.1.0.M1</h2>
- As of 2.0.0, the gemini blueprint artifacts are available directly from <a href="http://search.maven.org/#search|ga|1|g%3Aorg.eclipse.gemini.blueprint">maven central</a>.
+ As of 2.1.0.M1, the gemini blueprint artifacts are available directly from <a href="http://search.maven.org/#search|ga|1|g%3Aorg.eclipse.gemini.blueprint">maven central</a>.
You may reference them in a maven pom, like so:
<pre>
<dependency>
<groupId>org.eclipse.gemini.blueprint</groupId>
<artifactId>gemini-blueprint-io</artifactId>
- <version>2.0.0.RELEASE</version>
+ <version>2.1.0.M1</version>
</dependency>
<dependency>
<groupId>org.eclipse.gemini.blueprint</groupId>
<artifactId>gemini-blueprint-extender</artifactId>
- <version>2.0.0.RELEASE</version>
+ <version>2.1.0.M1</version>
</dependency>
<dependency>
<groupId>org.eclipse.gemini.blueprint</groupId>
<artifactId>gemini-blueprint-core</artifactId>
- <version>2.0.0.RELEASE</version>
+ <version>2.1.0.M1</version>
</dependency>
</pre>
@@ -33,17 +33,17 @@
<dependency>
<groupId>org.eclipse.gemini.blueprint</groupId>
<artifactId>gemini-blueprint-mock</artifactId>
- <version>2.0.0.RELEASE</version>
+ <version>2.1.0.M1</version>
</dependency>
<dependency>
<groupId>org.eclipse.gemini.blueprint</groupId>
<artifactId>gemini-blueprint-test</artifactId>
- <version>2.0.0.RELEASE</version>
+ <version>2.1.0.M1</version>
</dependency>
</pre>
- <h2>Previous milestones</h2>
- <a href="http://www.eclipse.org/downloads/download.php?file=/blueprint/gemini-blueprint-2.0.0.M02.zip">Gemini Blueprint 2.0.0.M02</a>
+ <h2>Previous release</h2>
+ <a href="http://www.eclipse.org/downloads/download.php?file=/blueprint/gemini-blueprint-2.0.0.zip">Gemini Blueprint 2.0.0.0</a>
<h3>Maven Repository</h3>
As of release 2.0.0, the gemini artifacts are available from maven central - no additional repository configuration is required.