You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/06/09 22:20:40 UTC

[1/2] commons-fileupload git commit: bin distro needs to look like other components

Repository: commons-fileupload
Updated Branches:
  refs/heads/b1_3 dd2238b16 -> 034782729


bin distro needs to look like other components


Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/cdab0b39
Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/cdab0b39
Diff: http://git-wip-us.apache.org/repos/asf/commons-fileupload/diff/cdab0b39

Branch: refs/heads/b1_3
Commit: cdab0b39a1fc8bb922cfeb64e7977108d44fae37
Parents: dd2238b
Author: Rob Tompkins <ch...@gmail.com>
Authored: Fri Jun 9 18:19:45 2017 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Fri Jun 9 18:19:45 2017 -0400

----------------------------------------------------------------------
 src/main/assembly/bin.xml | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/cdab0b39/src/main/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/src/main/assembly/bin.xml b/src/main/assembly/bin.xml
index d536d6e..353e51a 100644
--- a/src/main/assembly/bin.xml
+++ b/src/main/assembly/bin.xml
@@ -30,14 +30,19 @@
       <includes>
         <include>LICENSE.txt</include>
         <include>NOTICE.txt</include>
+        <include>RELEASE-NOTES.txt</include>
       </includes>
     </fileSet>
     <fileSet>
-      <directory>${project.build.directory}</directory>
-      <outputDirectory>lib</outputDirectory>
+      <directory>target</directory>
+      <outputDirectory></outputDirectory>
       <includes>
-        <include>${project.build.finalName}.jar</include>
+        <include>*.jar</include>
       </includes>
     </fileSet>
+    <fileSet>
+      <directory>target/site/apidocs</directory>
+      <outputDirectory>apidocs</outputDirectory>
+    </fileSet>
   </fileSets>
 </assembly>


[2/2] commons-fileupload git commit: Notice copyright 2002-2017 now

Posted by ch...@apache.org.
Notice copyright 2002-2017 now


Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/03478272
Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/03478272
Diff: http://git-wip-us.apache.org/repos/asf/commons-fileupload/diff/03478272

Branch: refs/heads/b1_3
Commit: 0347827290cf4a42c1c86c2973eaba6efac1141b
Parents: cdab0b3
Author: Rob Tompkins <ch...@gmail.com>
Authored: Fri Jun 9 18:20:35 2017 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Fri Jun 9 18:20:35 2017 -0400

----------------------------------------------------------------------
 NOTICE.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/03478272/NOTICE.txt
----------------------------------------------------------------------
diff --git a/NOTICE.txt b/NOTICE.txt
index b72a517..5038a44 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Commons FileUpload
-Copyright 2002-2016 The Apache Software Foundation
+Copyright 2002-2017 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).