You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2016/05/01 12:56:48 UTC

[46/50] [abbrv] maven-aether git commit: Dropped the incubation classifier from the binary distribution

Dropped the incubation classifier from the binary distribution


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

Branch: refs/heads/master
Commit: 1cbc81d31564cbb92263fbd72a666c192e8617a5
Parents: 097f275
Author: Benjamin Bentmann <be...@sonatype.com>
Authored: Sat Nov 15 14:36:48 2014 +0100
Committer: Benjamin Bentmann <be...@sonatype.com>
Committed: Sat Nov 15 14:36:48 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/1cbc81d3/src/main/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/bin.xml b/src/main/assembly/bin.xml
index 24f2c1f..963c32c 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) 2012, 2013 Sonatype, Inc.
+ ~ Copyright (c) 2012, 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>