You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2019/08/02 16:43:16 UTC

[commons-vfs] branch master updated: Ensure -bin is used for binary builds

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 562406f  Ensure -bin is used for binary builds
562406f is described below

commit 562406f81592fe76bda37c1fafa3bde3a3c680cd
Author: Sebb <se...@apache.org>
AuthorDate: Fri Aug 2 17:43:08 2019 +0100

    Ensure -bin is used for binary builds
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index bea397e..42c3c3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,13 +166,11 @@
     <commons.rc.version>RC1</commons.rc.version>
     <commons.release.name>commons-vfs-${commons.release.version}</commons.release.name>
     <commons.release.desc>(requires Java 8)</commons.release.desc>
-    <commons.binary.suffix /> <!-- TODO delete? -->
 
 <!--
     <commons.release.2.version>2.0</commons.release.2.version>
     <commons.release.2.name>commons-vfs-2.0</commons.release.2.name>
     <commons.release.2.desc>(requires Java 1.5+)</commons.release.2.desc>
-    <commons.release.2.binary.suffix />
 -->
 
     <vfs.parent.dir>${basedir}</vfs.parent.dir>