compile with aether 1.0.0

Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
diff --git a/org.eclipse.m2e.workspace.cli/pom.xml b/org.eclipse.m2e.workspace.cli/pom.xml
index fb3f1cb..9626f93 100644
--- a/org.eclipse.m2e.workspace.cli/pom.xml
+++ b/org.eclipse.m2e.workspace.cli/pom.xml
@@ -88,10 +88,12 @@
     </dependency>
 
     <dependency>
-      <!-- aether version included in maven 3.1.1 -->
+      <!-- aether version included in maven [3.1.1,3.2.3] was 0.9.0.M2 -->
+      <!-- aether version included in maven [3.2.4,) is 1.0.0.v20140518 -->
+      <!-- both appear to work without changes to workspace resolver code -->
       <groupId>org.eclipse.aether</groupId>
       <artifactId>aether-api</artifactId>
-      <version>0.9.0.M2</version>
+      <version>1.0.0.v20140518</version>
       <scope>provided</scope>
     </dependency>