Dropped the incubation classifier from the binary distro
Project: http://git-wip-us.apache.org/repos/asf/maven-aether/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-aether/commit/b0c44ddf Tree: http://git-wip-us.apache.org/repos/asf/maven-aether/tree/b0c44ddf Diff: http://git-wip-us.apache.org/repos/asf/maven-aether/diff/b0c44ddf Branch: refs/heads/ant-tasks Commit: b0c44ddfde03150df1f1d1f961214a159a8ada9f Parents: e127ef8 Author: Benjamin Bentmann <bentm...@sonatype.com> Authored: Sat Nov 15 14:35:45 2014 +0100 Committer: Benjamin Bentmann <bentm...@sonatype.com> Committed: Sat Nov 15 14:35:45 2014 +0100 ---------------------------------------------------------------------- src/main/assembly/bin.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-aether/blob/b0c44ddf/src/main/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/bin.xml b/src/main/assembly/bin.xml index ee3c3ea..0e0f61d 100644 --- a/src/main/assembly/bin.xml +++ b/src/main/assembly/bin.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - ~ Copyright (c) 2013 Sonatype, Inc. + ~ Copyright (c) 2013, 2014 Sonatype, Inc. ~ All rights reserved. This program and the accompanying materials ~ are made available under the terms of the Eclipse Public License v1.0 ~ which accompanies this distribution, and is available at @@ -12,7 +12,7 @@ --> <assembly> - <id>bin-incubation</id> + <id>bin</id> <formats> <format>zip</format> </formats>