You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/05/26 21:15:53 UTC

[17/48] maven-resolver git commit: Made demos use last release of Aether instead of SNAPSHOT

Made demos use last release of Aether instead of SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/maven-resolver/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-resolver/commit/ea84e055
Tree: http://git-wip-us.apache.org/repos/asf/maven-resolver/tree/ea84e055
Diff: http://git-wip-us.apache.org/repos/asf/maven-resolver/diff/ea84e055

Branch: refs/heads/demos
Commit: ea84e0552f669b4d660c1518eccb84e49c81d215
Parents: 0a9b2a5
Author: Benjamin Bentmann <be...@sonatype.com>
Authored: Tue Apr 23 00:48:56 2013 +0200
Committer: Benjamin Bentmann <be...@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-resolver/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>