Made demos use last release of Aether instead of SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/maven-aether/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-aether/commit/ea84e055 Tree: http://git-wip-us.apache.org/repos/asf/maven-aether/tree/ea84e055 Diff: http://git-wip-us.apache.org/repos/asf/maven-aether/diff/ea84e055 Branch: refs/heads/demo Commit: ea84e0552f669b4d660c1518eccb84e49c81d215 Parents: 0a9b2a5 Author: Benjamin Bentmann <bentm...@sonatype.com> Authored: Tue Apr 23 00:48:56 2013 +0200 Committer: Benjamin Bentmann <bentm...@sonatype.com> Committed: Tue Apr 23 00:48:56 2013 +0200 ---------------------------------------------------------------------- aether-demo-snippets/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-aether/blob/ea84e055/aether-demo-snippets/pom.xml ---------------------------------------------------------------------- diff --git a/aether-demo-snippets/pom.xml b/aether-demo-snippets/pom.xml index 49e2699..6d8c1c8 100644 --- a/aether-demo-snippets/pom.xml +++ b/aether-demo-snippets/pom.xml @@ -28,7 +28,7 @@ </description> <properties> - <aetherVersion>0.9.0-SNAPSHOT</aetherVersion> + <aetherVersion>0.9.0.M2</aetherVersion> <mavenVersion>3.1.0</mavenVersion> <wagonVersion>1.0</wagonVersion> </properties>