[commons-jexl] branch master updated: JUnit v4.13.1

2020-10-13 Thread henrib
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 8ec7d1d  JUnit v4.13.1
 new 282b6de  Merge pull request #26 from nhojpatrick/junit-4.13.1
8ec7d1d is described below

commit 8ec7d1d52ec99d4f3baf7ee747b4ab1b732e9cbe
Author: John Patrick <142304+nhojpatr...@users.noreply.github.com>
AuthorDate: Sun Oct 11 19:14:10 2020 +0100

JUnit v4.13.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 83ed8fd..eb32557 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
 
 junit
 junit
-4.12
+4.13.1
 test
 
 



[commons-jexl] branch master updated: Missing .gitignore just maven target

2020-10-13 Thread henrib
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new b986fc7  Missing .gitignore just maven target
 new 02d1f13  Merge pull request #25 from nhojpatrick/dot_gitignore
b986fc7 is described below

commit b986fc755bd7c2d517c37b8dbe4b95313210221a
Author: John Patrick <142304+nhojpatr...@users.noreply.github.com>
AuthorDate: Mon Sep 14 07:52:22 2020 +0100

Missing .gitignore just maven target
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..2f7896d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+target/



[commons-compress] branch master updated: update CRLF to LF

2020-10-13 Thread peterlee
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 5c6f14c  update CRLF to LF
5c6f14c is described below

commit 5c6f14c3f3076298db6578a35168966b5df4c30d
Author: PeterAlfredLee 
AuthorDate: Tue Oct 13 17:08:54 2020 +0800

update CRLF to LF
---
 .gitignore | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index a868385..aae2af5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,9 @@
-target
-.project
-.classpath
-.settings
-.idea
-*.iml
-*~
+target
+.project
+.classpath
+.settings
+.idea
+*.iml
+*~
 /.externalToolBuilders/
 /maven-eclipse.xml



[commons-vfs] branch master updated: No more CLIRR, use JApiCmp and JaCoCo.

2020-10-13 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory 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 502789e  No more CLIRR, use JApiCmp and JaCoCo.
502789e is described below

commit 502789ee446ce7c96a616c1772fac672fff866c8
Author: Gary Gregory 
AuthorDate: Tue Oct 13 08:55:42 2020 -0400

No more CLIRR, use JApiCmp and JaCoCo.
---
 pom.xml | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b462467..649846b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,8 +186,6 @@
 org.apache.commons.httpclient.*;resolution:=optional,
 *
 
-
-2.6
 
 false
 3.3.0
@@ -195,7 +193,11 @@
 2.21.3
 2.19.1
 0.14.3
+0.8.6
 2.13.3
+true
+false
+false
   
 
   



[commons-vfs] branch master updated: Update JUnit from 4.13 to 4.13.1.

2020-10-13 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory 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 522d52d  Update JUnit from 4.13 to 4.13.1.
522d52d is described below

commit 522d52d9c7fd7c811e23edd0b51ee7d1bdf9d80e
Author: Gary Gregory 
AuthorDate: Tue Oct 13 08:57:03 2020 -0400

Update JUnit from 4.13 to 4.13.1.
---
 pom.xml | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 649846b..46d0929 100644
--- a/pom.xml
+++ b/pom.xml
@@ -561,7 +561,7 @@
   
 junit
 junit
-4.13
+4.13.1
   
   
 org.mockito
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 27f5d1c..3f15deb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -175,6 +175,9 @@ The  type attribute can be add,update,fix,remove.
   
 Update Apache Commons Net from 3.6 to 3.7.1.
   
+  
+Update JUnit from 4.13 to 4.13.1.
+  
 
 
   



[commons-email] branch master updated: Bump junit from 4.13 to 4.13.1 #32.

2020-10-13 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 836e799  Bump junit from 4.13 to 4.13.1 #32.
836e799 is described below

commit 836e7992822925ec4e4d0c96c66a98f26457088a
Author: Gary Gregory 
AuthorDate: Tue Oct 13 09:11:55 2020 -0400

Bump junit from 4.13 to 4.13.1 #32.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4d62bc7..700a398 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,6 +47,9 @@
   
 Update jakarta.mail from 1.6.4 to 1.6.5 #22.
   
+  
+Bump junit from 4.13 to 4.13.1 #32.
+  
 
 
   Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility



[commons-email] branch master updated (834178f -> e67627a)

2020-10-13 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-email.git.


from 834178f  Replace Java 14 with Java 15 as the latest Java version to 
test. Use Jaav 16 EA as the EA version to test.
 add 04d8289  Bump junit from 4.13 to 4.13.1
 add e67627a  Merge pull request #32 from 
apache/dependabot/maven/junit-junit-4.13.1

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-email] branch master updated (834178f -> e67627a)

2020-10-13 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-email.git.


from 834178f  Replace Java 14 with Java 15 as the latest Java version to 
test. Use Jaav 16 EA as the EA version to test.
 add 04d8289  Bump junit from 4.13 to 4.13.1
 add e67627a  Merge pull request #32 from 
apache/dependabot/maven/junit-junit-4.13.1

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-vfs] branch master updated: Update some file from CRLF to LF #141.

2020-10-13 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory 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 b863fce  Update some file from CRLF to LF #141.
b863fce is described below

commit b863fceb8859fe1ee2f60b986f1e1ae0d8ce7b2d
Author: Gary Gregory 
AuthorDate: Tue Oct 13 09:43:27 2020 -0400

Update some file from CRLF to LF #141.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3f15deb..fd944df 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -123,6 +123,9 @@ The  type attribute can be add,update,fix,remove.
   
 Modify some code use try-with-resources #138.
   
+  
+Update some file from CRLF to LF #141.
+  
   
   
 Update org.apache.httpcomponents:httpclient from 4.5.10 to 4.5.11.



[commons-io] branch master updated (01dadb4 -> 8b94d28)

2020-10-13 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git.


from 01dadb4  Add junit-jupiter-params for upcomming work.
 new 5c4ca6d  Javadoc: Remove extra line.
 new 8b94d28  Javadoc: Use "Gets" for start of getter method.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/commons/io/filefilter/ConditionalFileFilter.java   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)



[commons-io] 02/02: Javadoc: Use "Gets" for start of getter method.

2020-10-13 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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

commit 8b94d28ce0fd6b83443ef87f6690977d0571375a
Author: Gary Gregory 
AuthorDate: Tue Oct 13 09:46:13 2020 -0400

Javadoc: Use "Gets" for start of getter method.
---
 .../java/org/apache/commons/io/filefilter/ConditionalFileFilter.java| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/io/filefilter/ConditionalFileFilter.java 
b/src/main/java/org/apache/commons/io/filefilter/ConditionalFileFilter.java
index 2a2fc7e..c51d47e 100644
--- a/src/main/java/org/apache/commons/io/filefilter/ConditionalFileFilter.java
+++ b/src/main/java/org/apache/commons/io/filefilter/ConditionalFileFilter.java
@@ -35,7 +35,7 @@ public interface ConditionalFileFilter {
 void addFileFilter(IOFileFilter ioFileFilter);
 
 /**
- * Returns this conditional file filter's list of file filters.
+ * Gets this conditional file filter's list of file filters.
  *
  * @return the file filter list
  * @since 1.1



[commons-io] 01/02: Javadoc: Remove extra line.

2020-10-13 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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

commit 5c4ca6d3f9beb5c22b74d8b4ed435d42a5dcce92
Author: Gary Gregory 
AuthorDate: Tue Oct 13 09:45:32 2020 -0400

Javadoc: Remove extra line.
---
 .../java/org/apache/commons/io/filefilter/ConditionalFileFilter.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/io/filefilter/ConditionalFileFilter.java 
b/src/main/java/org/apache/commons/io/filefilter/ConditionalFileFilter.java
index 5753dc3..2a2fc7e 100644
--- a/src/main/java/org/apache/commons/io/filefilter/ConditionalFileFilter.java
+++ b/src/main/java/org/apache/commons/io/filefilter/ConditionalFileFilter.java
@@ -22,7 +22,6 @@ import java.util.List;
  * Defines operations for conditional file filters.
  *
  * @since 1.1
- *
  */
 public interface ConditionalFileFilter {
 



[commons-io] 02/03: Remove trailing whitespace.

2020-10-13 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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

commit 947ff9142e045cbb7c5b7b528882da368055bbc5
Author: Gary Gregory 
AuthorDate: Tue Oct 13 10:11:22 2020 -0400

Remove trailing whitespace.
---
 .../java/org/apache/commons/io/file/spi/FileSystemProviders.java  | 2 +-
 .../java/org/apache/commons/io/input/ObservableInputStream.java   | 8 
 .../org/apache/commons/io/input/RandomAccessFileInputStream.java  | 2 +-
 .../java/org/apache/commons/io/input/ReversedLinesFileReader.java | 2 +-
 .../org/apache/commons/io/FileUtilsCleanDirectoryTestCase.java| 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/io/file/spi/FileSystemProviders.java 
b/src/main/java/org/apache/commons/io/file/spi/FileSystemProviders.java
index 05cc3f5..e14149c 100644
--- a/src/main/java/org/apache/commons/io/file/spi/FileSystemProviders.java
+++ b/src/main/java/org/apache/commons/io/file/spi/FileSystemProviders.java
@@ -47,7 +47,7 @@ public class FileSystemProviders {
 
 /**
  * Returns the instance for the installed providers.
- * 
+ *
  * @return the instance for the installed providers.
  * @see FileSystemProvider#installedProviders()
  */
diff --git 
a/src/main/java/org/apache/commons/io/input/ObservableInputStream.java 
b/src/main/java/org/apache/commons/io/input/ObservableInputStream.java
index 95a9fe3..43e1d13 100644
--- a/src/main/java/org/apache/commons/io/input/ObservableInputStream.java
+++ b/src/main/java/org/apache/commons/io/input/ObservableInputStream.java
@@ -43,7 +43,7 @@ public class ObservableInputStream extends ProxyInputStream {
  */
 public static abstract class Observer {
 
-/** 
+/**
  * Called to indicate, that {@link InputStream#read()} has been invoked
  * on the {@link ObservableInputStream}, and will return a value.
  * @param pByte The value, which is being returned. This will never be 
-1 (EOF),
@@ -54,7 +54,7 @@ public class ObservableInputStream extends ProxyInputStream {
 // noop
 }
 
-/** 
+/**
  * Called to indicate that {@link InputStream#read(byte[])}, or
  * {@link InputStream#read(byte[], int, int)} have been called, and 
are about to
  * invoke data.
@@ -68,7 +68,7 @@ public class ObservableInputStream extends ProxyInputStream {
 // noop
 }
 
-/** 
+/**
  * Called to indicate that EOF has been seen on the underlying stream.
  * This method may be called multiple times, if the reader keeps 
invoking
  * either of the read methods, and they will consequently keep 
returning
@@ -79,7 +79,7 @@ public class ObservableInputStream extends ProxyInputStream {
 // noop
 }
 
-/** 
+/**
  * Called to indicate that the {@link ObservableInputStream} has been 
closed.
  * @throws IOException if an i/o-error occurs
  */
diff --git 
a/src/main/java/org/apache/commons/io/input/RandomAccessFileInputStream.java 
b/src/main/java/org/apache/commons/io/input/RandomAccessFileInputStream.java
index d4356de..584d8f3 100644
--- a/src/main/java/org/apache/commons/io/input/RandomAccessFileInputStream.java
+++ b/src/main/java/org/apache/commons/io/input/RandomAccessFileInputStream.java
@@ -122,7 +122,7 @@ public class RandomAccessFileInputStream extends 
InputStream {
 
 /**
  * Delegates to the underlying file.
- * 
+ *
  * @param position See {@link RandomAccessFile#seek(long)}.
  * @throws IOException See {@link RandomAccessFile#seek(long)}.
  * @see RandomAccessFile#seek(long)
diff --git 
a/src/main/java/org/apache/commons/io/input/ReversedLinesFileReader.java 
b/src/main/java/org/apache/commons/io/input/ReversedLinesFileReader.java
index 6f3e3d8..528c7db 100644
--- a/src/main/java/org/apache/commons/io/input/ReversedLinesFileReader.java
+++ b/src/main/java/org/apache/commons/io/input/ReversedLinesFileReader.java
@@ -54,7 +54,7 @@ public class ReversedLinesFileReader implements Closeable {
 
 /**
  * ctor
- * 
+ *
  * @param no the part number
  * @param length its length
  * @param leftOverOfLastFilePart remainder
diff --git 
a/src/test/java/org/apache/commons/io/FileUtilsCleanDirectoryTestCase.java 
b/src/test/java/org/apache/commons/io/FileUtilsCleanDirectoryTestCase.java
index 503a659..32ea023 100644
--- a/src/test/java/org/apache/commons/io/FileUtilsCleanDirectoryTestCase.java
+++ b/src/test/java/org/apache/commons/io/FileUtilsCleanDirectoryTestCase.java
@@ -111,7 +111,7 @@ public class FileUtilsCleanDirectoryTestCase {
 FileUtils.cleanDirectory(top);
 fail("expected IOException");
 } catch (final IOException e) {
-   

[commons-io] 01/03: Use final.

2020-10-13 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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

commit c309e6b25163d3dc482c1159ed2d86165409ad05
Author: Gary Gregory 
AuthorDate: Tue Oct 13 10:10:06 2020 -0400

Use final.
---
 src/main/java/org/apache/commons/io/file/spi/FileSystemProviders.java | 2 +-
 .../java/org/apache/commons/io/file/spi/FileSystemProvidersTest.java  | 2 +-
 .../apache/commons/io/input/ReversedLinesFileReaderTestParamFile.java | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/io/file/spi/FileSystemProviders.java 
b/src/main/java/org/apache/commons/io/file/spi/FileSystemProviders.java
index 27c42c5..05cc3f5 100644
--- a/src/main/java/org/apache/commons/io/file/spi/FileSystemProviders.java
+++ b/src/main/java/org/apache/commons/io/file/spi/FileSystemProviders.java
@@ -60,7 +60,7 @@ public class FileSystemProviders {
 /*
  * Might make public later.
  */
-private FileSystemProviders(List providers) {
+private FileSystemProviders(final List providers) {
 super();
 this.providers = providers;
 }
diff --git 
a/src/test/java/org/apache/commons/io/file/spi/FileSystemProvidersTest.java 
b/src/test/java/org/apache/commons/io/file/spi/FileSystemProvidersTest.java
index bdb0e55..ee9fb08 100644
--- a/src/test/java/org/apache/commons/io/file/spi/FileSystemProvidersTest.java
+++ b/src/test/java/org/apache/commons/io/file/spi/FileSystemProvidersTest.java
@@ -37,7 +37,7 @@ public class FileSystemProvidersTest {
 @Test
 public void testGetFileSystemProvider_all() throws URISyntaxException {
 final List installedProviders = 
FileSystemProvider.installedProviders();
-for (FileSystemProvider fileSystemProvider : installedProviders) {
+for (final FileSystemProvider fileSystemProvider : installedProviders) 
{
 final String scheme = fileSystemProvider.getScheme();
 final URI uri = new URI(scheme, "ssp", "fragment");
 assertEquals(scheme, 
FileSystemProviders.installed().getFileSystemProvider(uri).getScheme());
diff --git 
a/src/test/java/org/apache/commons/io/input/ReversedLinesFileReaderTestParamFile.java
 
b/src/test/java/org/apache/commons/io/input/ReversedLinesFileReaderTestParamFile.java
index 51e0cff..fed0a6f 100644
--- 
a/src/test/java/org/apache/commons/io/input/ReversedLinesFileReaderTestParamFile.java
+++ 
b/src/test/java/org/apache/commons/io/input/ReversedLinesFileReaderTestParamFile.java
@@ -49,8 +49,8 @@ public class ReversedLinesFileReaderTestParamFile {
 
 public static Stream testDataIntegrityWithBufferedReader() 
throws IOException, URISyntaxException {
 // Make a file using the default encoding.
-Path sourcePath = 
TestResources.getPath("test-file-utf8-win-linebr.bin");
-Path targetPath = 
Files.createTempFile("ReversedLinesFileReaderTestParamFile", ".bin");
+final Path sourcePath = 
TestResources.getPath("test-file-utf8-win-linebr.bin");
+final Path targetPath = 
Files.createTempFile("ReversedLinesFileReaderTestParamFile", ".bin");
 try (Reader input = Files.newBufferedReader(sourcePath, 
StandardCharsets.UTF_8);
 Writer output = Files.newBufferedWriter(targetPath, 
Charset.defaultCharset())) {
 IOUtils.copyLarge(input, output);



[commons-io] branch master updated (8b94d28 -> 8b6d496)

2020-10-13 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git.


from 8b94d28  Javadoc: Use "Gets" for start of getter method.
 new c309e6b  Use final.
 new 947ff91  Remove trailing whitespace.
 new 8b6d496  Let org.apache.commons.io.filefilter classes work with 
java.nio.file.Files.walk* APIs.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml|  34 +
 src/changes/changes.xml|   6 +
 .../commons/io/file/AccumulatorPathVisitor.java|  83 +-
 .../commons/io/file/CopyDirectoryVisitor.java  |  23 +-
 .../java/org/apache/commons/io/file/Counters.java  | 109 ++-
 .../commons/io/file/CountingPathVisitor.java   |  17 +-
 .../{DeleteOption.java => NoopPathVisitor.java}|  17 +-
 .../java/org/apache/commons/io/file/PathUtils.java |  89 ++
 .../file/{DeleteOption.java => PathVisitor.java}   |  14 +-
 .../apache/commons/io/file/SimplePathVisitor.java  |   2 +-
 .../commons/io/file/spi/FileSystemProviders.java   |   4 +-
 .../commons/io/filefilter/AbstractFileFilter.java  |  93 ++-
 .../commons/io/filefilter/AgeFileFilter.java   | 124 ++-
 .../commons/io/filefilter/AndFileFilter.java   |  86 +-
 .../io/filefilter/CanExecuteFileFilter.java|  35 +-
 .../commons/io/filefilter/CanReadFileFilter.java   |  56 +-
 .../commons/io/filefilter/CanWriteFileFilter.java  |  47 +-
 .../commons/io/filefilter/DelegateFileFilter.java  |   2 -
 .../commons/io/filefilter/DirectoryFileFilter.java |  43 +-
 .../commons/io/filefilter/EmptyFileFilter.java |  79 +-
 .../commons/io/filefilter/FalseFileFilter.java |  44 +-
 .../commons/io/filefilter/FileFileFilter.java  |  44 +-
 .../commons/io/filefilter/FileFilterUtils.java | 108 +--
 .../commons/io/filefilter/HiddenFileFilter.java|  59 +-
 .../apache/commons/io/filefilter/IOFileFilter.java |  75 +-
 .../io/filefilter/MagicNumberFileFilter.java   |  62 +-
 .../commons/io/filefilter/NameFileFilter.java  |  74 +-
 .../commons/io/filefilter/NotFileFilter.java   |  37 +-
 .../apache/commons/io/filefilter/OrFileFilter.java |  53 +-
 .../PathFilter.java}   |  46 +-
 .../io/filefilter/PathVisitorFileFilter.java   |  90 ++
 .../commons/io/filefilter/PrefixFileFilter.java|  72 +-
 .../commons/io/filefilter/RegexFileFilter.java |  39 +-
 .../commons/io/filefilter/SizeFileFilter.java  |  71 +-
 .../commons/io/filefilter/SuffixFileFilter.java|  55 +-
 .../commons/io/filefilter/TrueFileFilter.java  |  28 +-
 .../commons/io/filefilter/WildcardFileFilter.java  |  63 +-
 .../commons/io/filefilter/WildcardFilter.java  |  76 +-
 .../org/apache/commons/io/filefilter/package.html  |  46 +-
 .../commons/io/input/ObservableInputStream.java|   8 +-
 .../io/input/RandomAccessFileInputStream.java  |   2 +-
 .../commons/io/input/ReversedLinesFileReader.java  |   2 +-
 .../apache/commons/io/DirectoryWalkerTestCase.java |   4 +-
 .../io/FileUtilsCleanDirectoryTestCase.java|   2 +-
 .../io/file/AccumulatorPathVisitorTest.java| 122 +++
 .../apache/commons/io/file/CounterAssertions.java  |  11 +-
 .../org/apache/commons/io/file/CountersTest.java   |  23 +
 .../commons/io/file/PathUtilsVisitorTest.java  | 103 +++
 .../io/file/spi/FileSystemProvidersTest.java   |   2 +-
 .../commons/io/filefilter/AgeFileFilterTest.java   | 109 +++
 .../io/filefilter/DirectoryFileFilterTest.java |  93 +++
 .../commons/io/filefilter/FileFilterTestCase.java  | 909 ++---
 .../filefilter/IOFileFilterAbstractTestCase.java   |   4 +-
 .../io/filefilter/RegexFileFilterTestCase.java |  39 +
 .../ReversedLinesFileReaderTestParamFile.java  |   4 +-
 55 files changed, 2881 insertions(+), 661 deletions(-)
 copy src/main/java/org/apache/commons/io/file/{DeleteOption.java => 
NoopPathVisitor.java} (77%)
 copy src/main/java/org/apache/commons/io/file/{DeleteOption.java => 
PathVisitor.java} (79%)
 copy src/main/java/org/apache/commons/io/{FileExistsException.java => 
filefilter/PathFilter.java} (54%)
 create mode 100644 
src/main/java/org/apache/commons/io/filefilter/PathVisitorFileFilter.java
 create mode 100644 
src/test/java/org/apache/commons/io/file/AccumulatorPathVisitorTest.java
 create mode 100644 
src/test/java/org/apache/commons/io/file/PathUtilsVisitorTest.java
 create mode 100644 
src/test/java/org/apache/commons/io/filefilter/AgeFileFilterTest.java
 create mode 100644 
src/test/java/org/apache/commons/io/filefilter/DirectoryFileFilterTest.java



[commons-build-plugin] branch master updated (5162760 -> df1970b)

2020-10-13 Thread sebb
This is an automated email from the ASF dual-hosted git repository.

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


from 5162760  Bump actions/checkout from v2.3.2 to v2.3.3 #14
 add 2ae75e0  Bump actions/setup-java from v1.4.2 to v1.4.3
 new df1970b  Merge pull request #16 from 
apache/dependabot/github_actions/actions/setup-java-v1.4.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-build-plugin] 01/01: Merge pull request #16 from apache/dependabot/github_actions/actions/setup-java-v1.4.3

2020-10-13 Thread sebb
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-build-plugin.git

commit df1970b019fccdfc8b17410837a8e4bed16d8d68
Merge: 5162760 2ae75e0
Author: sebbASF 
AuthorDate: Tue Oct 13 16:29:15 2020 +0100

Merge pull request #16 from 
apache/dependabot/github_actions/actions/setup-java-v1.4.3

Bump actions/setup-java from v1.4.2 to v1.4.3

 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-build-plugin] branch master updated (df1970b -> ed73204)

2020-10-13 Thread sebb
This is an automated email from the ASF dual-hosted git repository.

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


from df1970b  Merge pull request #16 from 
apache/dependabot/github_actions/actions/setup-java-v1.4.3
 add 5a64eb3  Bump spotbugs-maven-plugin from 4.0.4 to 4.1.3
 new ed73204  Merge pull request #17 from 
apache/dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.1.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-build-plugin] 01/01: Merge pull request #17 from apache/dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.1.3

2020-10-13 Thread sebb
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-build-plugin.git

commit ed732044941ca545a781b6fb14188743c5369ae6
Merge: df1970b 5a64eb3
Author: sebbASF 
AuthorDate: Tue Oct 13 16:29:55 2020 +0100

Merge pull request #17 from 
apache/dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.1.3

Bump spotbugs-maven-plugin from 4.0.4 to 4.1.3

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-build-plugin] branch master updated (ed73204 -> 78cbfea)

2020-10-13 Thread sebb
This is an automated email from the ASF dual-hosted git repository.

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


from ed73204  Merge pull request #17 from 
apache/dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.1.3
 new c827d2c  refine travis-ci scripts
 new ecc99f7  Merge branch 'master' into patch-1
 new 78cbfea  Merge pull request #3 from xenoamess-fork/patch-1

The 309 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml | 21 +
 1 file changed, 13 insertions(+), 8 deletions(-)



[commons-build-plugin] branch master updated (ed73204 -> 78cbfea)

2020-10-13 Thread sebb
This is an automated email from the ASF dual-hosted git repository.

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


from ed73204  Merge pull request #17 from 
apache/dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.1.3
 new c827d2c  refine travis-ci scripts
 new ecc99f7  Merge branch 'master' into patch-1
 new 78cbfea  Merge pull request #3 from xenoamess-fork/patch-1

The 309 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml | 21 +
 1 file changed, 13 insertions(+), 8 deletions(-)



[commons-net] 02/02: Fix possible socket and input stream leak on socket exception in org.apache.commons.net.ftp.FTPClient._retrieveFile(String, String, OutputStream).

2020-10-13 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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

commit 958f53b70ee460a18f972de4452b50aaafae59eb
Author: Gary Gregory 
AuthorDate: Tue Oct 13 11:37:36 2020 -0400

Fix possible socket and input stream leak on socket exception in
org.apache.commons.net.ftp.FTPClient._retrieveFile(String, String,
OutputStream).
---
 src/main/java/org/apache/commons/net/ftp/FTPClient.java | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/main/java/org/apache/commons/net/ftp/FTPClient.java 
b/src/main/java/org/apache/commons/net/ftp/FTPClient.java
index ac99b0a..91704a4 100644
--- a/src/main/java/org/apache/commons/net/ftp/FTPClient.java
+++ b/src/main/java/org/apache/commons/net/ftp/FTPClient.java
@@ -1899,15 +1899,15 @@ implements Configurable
 return false;
 }
 
-final InputStream input;
-if (fileType == ASCII_FILE_TYPE) {
-input = new 
FromNetASCIIInputStream(getBufferedInputStream(socket.getInputStream()));
-} else {
-input = getBufferedInputStream(socket.getInputStream());
-}
-
+InputStream input = null;
 CSL csl = null;
 try {
+if (fileType == ASCII_FILE_TYPE) {
+input = new 
FromNetASCIIInputStream(getBufferedInputStream(socket.getInputStream()));
+} else {
+input = getBufferedInputStream(socket.getInputStream());
+}
+
 if (controlKeepAliveTimeout > 0) {
 csl = new CSL(this, controlKeepAliveTimeout, 
controlKeepAliveReplyTimeout);
 }



[commons-net] branch master updated (b40a232 -> 958f53b)

2020-10-13 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git.


from b40a232  Fix possible socket and input stream leak on socket exception 
in org.apache.commons.net.ftp.FTPClient._retrieveFile(String, String, 
OutputStream).
 new a7ab3e3  Remove trailing whitespace.
 new 958f53b  Fix possible socket and input stream leak on socket exception 
in org.apache.commons.net.ftp.FTPClient._retrieveFile(String, String, 
OutputStream).

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/main/java/org/apache/commons/net/ftp/FTPClient.java| 14 +++---
 .../commons/net/telnet/TelnetClientFunctionalTest.java |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)



[commons-net] 01/02: Remove trailing whitespace.

2020-10-13 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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

commit a7ab3e3ea62a551622f23be8874e0d9a870fb3cd
Author: Gary Gregory 
AuthorDate: Tue Oct 13 11:21:06 2020 -0400

Remove trailing whitespace.
---
 .../java/org/apache/commons/net/telnet/TelnetClientFunctionalTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/net/telnet/TelnetClientFunctionalTest.java 
b/src/test/java/org/apache/commons/net/telnet/TelnetClientFunctionalTest.java
index e557a87..b766170 100644
--- 
a/src/test/java/org/apache/commons/net/telnet/TelnetClientFunctionalTest.java
+++ 
b/src/test/java/org/apache/commons/net/telnet/TelnetClientFunctionalTest.java
@@ -50,7 +50,7 @@ public class TelnetClientFunctionalTest extends TestCase
 boolean testresult = false;
 tc1.connect("rainmaker.wunderground.com", 3000);
 
-try (final InputStream is = tc1.getInputStream(); 
+try (final InputStream is = tc1.getInputStream();
 final OutputStream os = tc1.getOutputStream()) {
 
 boolean cont = waitForString(is, "Return to continue:", 3);



[commons-build-plugin] branch master updated (ed73204 -> 78cbfea)

2020-10-13 Thread sebb
This is an automated email from the ASF dual-hosted git repository.

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


from ed73204  Merge pull request #17 from 
apache/dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.1.3
 new c827d2c  refine travis-ci scripts
 new ecc99f7  Merge branch 'master' into patch-1
 new 78cbfea  Merge pull request #3 from xenoamess-fork/patch-1

The 309 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml | 21 +
 1 file changed, 13 insertions(+), 8 deletions(-)



[commons-build-plugin] branch master updated (78cbfea -> bbd6909)

2020-10-13 Thread sebb
This is an automated email from the ASF dual-hosted git repository.

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


from 78cbfea  Merge pull request #3 from xenoamess-fork/patch-1
 new 4090ee4  Regenerate README.md
 new c2e42a0  Merge branch 'master' into update-readme
 new bbd6909  Merge pull request #2 from sebkur/update-readme

The 312 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)



[commons-build-plugin] branch master updated (ed73204 -> 78cbfea)

2020-10-13 Thread sebb
This is an automated email from the ASF dual-hosted git repository.

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


from ed73204  Merge pull request #17 from 
apache/dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.1.3
 new c827d2c  refine travis-ci scripts
 new ecc99f7  Merge branch 'master' into patch-1
 new 78cbfea  Merge pull request #3 from xenoamess-fork/patch-1

The 309 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml | 21 +
 1 file changed, 13 insertions(+), 8 deletions(-)



[commons-build-plugin] branch master updated (78cbfea -> bbd6909)

2020-10-13 Thread sebb
This is an automated email from the ASF dual-hosted git repository.

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


from 78cbfea  Merge pull request #3 from xenoamess-fork/patch-1
 new 4090ee4  Regenerate README.md
 new c2e42a0  Merge branch 'master' into update-readme
 new bbd6909  Merge pull request #2 from sebkur/update-readme

The 312 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)



[commons-build-plugin] branch master updated (78cbfea -> bbd6909)

2020-10-13 Thread sebb
This is an automated email from the ASF dual-hosted git repository.

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


from 78cbfea  Merge pull request #3 from xenoamess-fork/patch-1
 new 4090ee4  Regenerate README.md
 new c2e42a0  Merge branch 'master' into update-readme
 new bbd6909  Merge pull request #2 from sebkur/update-readme

The 312 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)



[commons-build-plugin] branch master updated: Update plugin versions

2020-10-13 Thread sebb
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-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new c7dd4f7  Update plugin versions
c7dd4f7 is described below

commit c7dd4f71bcfb5016137b5e80a3071bb957f84915
Author: Sebb 
AuthorDate: Tue Oct 13 16:48:24 2020 +0100

Update plugin versions
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d11c4c8..90851a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -235,8 +235,8 @@
 
 
 1.10
-1.11
-1.6
+1.12
+1.7
 RC1
 true
 
scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}
@@ -258,6 +258,7 @@
   
 org.apache.maven.plugins
 maven-antrun-plugin
+1.8
 
   
 prepare-checkout



[commons-net] branch master updated: [NET-690] Performance issue when using the FTPClient to retrieve files #65.

2020-10-13 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 63614fb  [NET-690] Performance issue when using the FTPClient to 
retrieve files #65.
63614fb is described below

commit 63614fbb06c2b86cd3287403f9e9d8b1ca5bb480
Author: Gary Gregory 
AuthorDate: Tue Oct 13 11:52:24 2020 -0400

[NET-690] Performance issue when using the FTPClient to retrieve files
#65.
---
 src/changes/changes.xml|  6 ++---
 .../java/org/apache/commons/net/ftp/FTPClient.java | 28 --
 2 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f96050a..3fb66fc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -70,6 +70,9 @@ The  type attribute can be add,update,fix,remove.
 
 Fix possible socket and input stream leak on socket exception in 
org.apache.commons.net.ftp.FTPClient._retrieveFile(String, String, 
OutputStream).
 
+
+Performance issue when using the FTPClient to retrieve files #65.
+
 
 
 Bump actions/setup-java from v1.4.2 to v1.4.3 #62.
@@ -83,9 +86,6 @@ The  type attribute can be add,update,fix,remove.
 
 Update actions/checkout from v2.3.1 to v2.3.3 #56, #61.
 
-
-Update actions/setup-java from v1.4.0 to v1.4.2 #58.
-
 
 

[commons-net] branch master updated: Typo.

2020-10-13 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new c8d0851  Typo.
c8d0851 is described below

commit c8d0851b0bb30d1d7688dcecb6d77647262ecb4b
Author: Gary Gregory 
AuthorDate: Tue Oct 13 11:56:25 2020 -0400

Typo.
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3fb66fc..530ff1f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,7 +65,7 @@ The  type attribute can be add,update,fix,remove.
 
 
 
-Hostname is not set on the SSLSocket causing 
isEndpointCheckingEnabled to fail.
+Host name is not set on the SSLSocket causing 
isEndpointCheckingEnabled to fail.
 
 
 Fix possible socket and input stream leak on socket exception in 
org.apache.commons.net.ftp.FTPClient._retrieveFile(String, String, 
OutputStream).



[commons-build-plugin] branch master updated: How to use other versions

2020-10-13 Thread sebb
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-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 0941929  How to use other versions
0941929 is described below

commit 0941929ba266403aba8db5ae8a8747dbdc7caf7e
Author: Sebb 
AuthorDate: Tue Oct 13 16:56:26 2020 +0100

How to use other versions
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 90851a7..78e46fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,6 +32,9 @@
 
 For example:
   mvn commons-build:download-page [-Dcommons.release.version=1.2.3]
+
+To use a SNAPSHOT version (for testing etc)
+  mvn org.apache.commons:commons-build-plugin:1.12-SNAPSHOT:download-page 
[-Dcommons.release.version=1.2.3]
   
   https://commons.apache.org/proper/commons-build-plugin/
   



[commons-net] 01/01: Merge pull request #67 from apache/dependabot/maven/junit-junit-4.13.1

2020-10-13 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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

commit c86dd8236c0b39d751f62caf45e02d97ca4d3a8a
Merge: c8d0851 a32e77d
Author: Gary Gregory 
AuthorDate: Tue Oct 13 11:57:02 2020 -0400

Merge pull request #67 from apache/dependabot/maven/junit-junit-4.13.1

Bump junit from 4.13 to 4.13.1

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-net] branch master updated (c8d0851 -> c86dd82)

2020-10-13 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git.


from c8d0851  Typo.
 add a32e77d  Bump junit from 4.13 to 4.13.1
 new c86dd82  Merge pull request #67 from 
apache/dependabot/maven/junit-junit-4.13.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[commons-build-plugin] branch master updated: Regenerate

2020-10-13 Thread sebb
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-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 9f6bc4c  Regenerate
9f6bc4c is described below

commit 9f6bc4c527bd18431750dc1883e1709c4bc2ee15
Author: Sebb 
AuthorDate: Tue Oct 13 16:57:03 2020 +0100

Regenerate
---
 README.md | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index b6a2808..79a05c9 100644
--- a/README.md
+++ b/README.md
@@ -46,15 +46,15 @@ Apache Commons Build Plugin Maven Mojo
 [![Build 
Status](https://travis-ci.org/apache/commons-commons-build-plugin.svg)](https://travis-ci.org/apache/commons-commons-build-plugin)
 [![Coverage 
Status](https://coveralls.io/repos/apache/commons-commons-build-plugin/badge.svg)](https://coveralls.io/r/apache/commons-commons-build-plugin)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-build-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-build-plugin/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-build-plugin/1.9.svg)](https://javadoc.io/doc/org.apache.commons/commons-build-plugin/1.9)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-build-plugin/1.12.svg)](https://javadoc.io/doc/org.apache.commons/commons-build-plugin/1.12)
 
 Apache Maven Mojo for Apache Commons Build tasks.
 
 For example:
-  mvn commons:download-page [-Dcommons.release.version=1.2.3]
+  mvn commons-build:download-page [-Dcommons.release.version=1.2.3]
 
 To use a SNAPSHOT version (for testing etc)
-  mvn org.apache.commons:commons-build-plugin:1.10-SNAPSHOT:download-page 
[-Dcommons.release.version=1.2.3]
+  mvn org.apache.commons:commons-build-plugin:1.12-SNAPSHOT:download-page 
[-Dcommons.release.version=1.2.3]
 
 Documentation
 -
@@ -73,7 +73,7 @@ Alternatively you can pull it from the central Maven 
repositories:
 
   org.apache.commons
   commons-build-plugin
-  1.11
+  1.12
 
 ```
 



[commons-net] branch master updated: Bump junit from 4.13 to 4.13.1 #67.

2020-10-13 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new c61765a  Bump junit from 4.13 to 4.13.1 #67.
 new b1a3ac5  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-net
c61765a is described below

commit c61765a74f5925b435a31cfdcfedb2be387e4d0d
Author: Gary Gregory 
AuthorDate: Tue Oct 13 11:57:27 2020 -0400

Bump junit from 4.13 to 4.13.1 #67.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 530ff1f..7e63e7b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,6 +77,9 @@ The  type attribute can be add,update,fix,remove.
 
 Bump actions/setup-java from v1.4.2 to v1.4.3 #62.
 
+
+Bump junit from 4.13 to 4.13.1 #67.
+
 
 
 



[commons-build-plugin] branch master updated: Happy New Year

2020-10-13 Thread sebb
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-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 23e1ff7  Happy New Year
23e1ff7 is described below

commit 23e1ff7fafc18ef93fa1e8335ae9e89e7a5e7f93
Author: Sebb 
AuthorDate: Tue Oct 13 17:07:28 2020 +0100

Happy New Year
---
 NOTICE.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index b5a29f4..403fd6a 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Commons Build Plugin Maven Mojo
-Copyright 2008-2019 The Apache Software Foundation
+Copyright 2008-2020 The Apache Software Foundation
 
 This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
+The Apache Software Foundation (https://www.apache.org/).



[commons-build-plugin] branch master updated: Add links to lists.a.o

2020-10-13 Thread sebb
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-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 9fe8934  Add links to lists.a.o
9fe8934 is described below

commit 9fe8934bd48c283cfbd0f4a2b52025fb9ece0a17
Author: Sebb 
AuthorDate: Tue Oct 13 19:45:33 2020 +0100

Add links to lists.a.o
---
 src/changes/changes.xml  |  3 +++
 .../commons-xdoc-templates/mail-lists-template.xml   | 20 +++-
 2 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9965c58..b30f9b2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,6 +26,9 @@
 
   
 
+  
+commons-build:mail-page - add links to lists.apache.org
+  
   
 commons-build:all ignores commons.release.hash settings
   
diff --git a/src/main/resources/commons-xdoc-templates/mail-lists-template.xml 
b/src/main/resources/commons-xdoc-templates/mail-lists-template.xml
index dd76d92..c88107d 100644
--- a/src/main/resources/commons-xdoc-templates/mail-lists-template.xml
+++ b/src/main/resources/commons-xdoc-templates/mail-lists-template.xml
@@ -105,7 +105,9 @@ limitations under the License.
   mailto:user-subscr...@commons.apache.org";>Subscribe
   mailto:user-unsubscr...@commons.apache.org";>Unsubscribe
   mailto:u...@commons.apache.org?subject=[@ID@]";>Post
-  https://mail-archives.apache.org/mod_mbox/commons-user/";>mail-archives.apache.org
+  https://mail-archives.apache.org/mod_mbox/commons-user/";>mail-archives.apache.org
+  https://lists.apache.org/list.html?u...@commons.apache.org";>lists.apache.org
+  
   https://markmail.org/list/org.apache.commons.users/";>markmail.org
   https://www.mail-archive.com/user@commons.apache.org/";>www.mail-archive.com
   https://news.gmane.org/gmane.comp.jakarta.commons.devel";>news.gmane.org
@@ -123,7 +125,9 @@ limitations under the License.
   mailto:dev-subscr...@commons.apache.org";>Subscribe
   mailto:dev-unsubscr...@commons.apache.org";>Unsubscribe
   mailto:d...@commons.apache.org?subject=[@ID@]";>Post
-  https://mail-archives.apache.org/mod_mbox/commons-dev/";>mail-archives.apache.org
+  https://mail-archives.apache.org/mod_mbox/commons-dev/";>mail-archives.apache.org
+  https://lists.apache.org/list.html?d...@commons.apache.org";>lists.apache.org
+  
   https://markmail.org/list/org.apache.commons.dev/";>markmail.org
   https://www.mail-archive.com/dev@commons.apache.org/";>www.mail-archive.com
   https://news.gmane.org/gmane.comp.jakarta.commons.devel";>news.gmane.org
@@ -141,7 +145,9 @@ limitations under the License.
   mailto:issues-subscr...@commons.apache.org";>Subscribe
   mailto:issues-unsubscr...@commons.apache.org";>Unsubscribe
   read only
-  https://mail-archives.apache.org/mod_mbox/commons-issues/";>mail-archives.apache.org
+  https://mail-archives.apache.org/mod_mbox/commons-issues/";>mail-archives.apache.org
+  https://lists.apache.org/list.html?iss...@commons.apache.org";>lists.apache.org
+  
   https://markmail.org/list/org.apache.commons.issues/";>markmail.org
   https://www.mail-archive.com/issues@commons.apache.org/";>www.mail-archive.com
   
@@ -158,7 +164,9 @@ limitations under the License.
   mailto:commits-subscr...@commons.apache.org";>Subscribe
   mailto:commits-unsubscr...@commons.apache.org";>Unsubscribe
   read only
-  https://mail-archives.apache.org/mod_mbox/commons-commits/";>mail-archives.apache.org
+  https://mail-archives.apache.org/mod_mbox/commons-commits/";>mail-archives.apache.org
+  https://lists.apache.org/list.html?commits@commons.apache.org";>lists.apache.org
+  
   https://markmail.org/list/org.apache.commons.commits/";>markmail.org
   https://www.mail-archive.com/commits@commons.apache.org/";>www.mail-archive.com
   
@@ -191,7 +199,9 @@ limitations under the License.
   mailto:announce-subscr...@apache.org";>Subscribe
   mailto:announce-unsubscr...@apache.org";>Unsubscribe
   read only
-  https://mail-archives.apache.org/mod_mbox/www-announce/";>mail-archives.apache.org
+  https://mail-archives.apache.org/mod_mbox/www-announce/";>mail-archives.apache.org
+  https://lists.apache.org/list.html?annou...@apache.org";>lists.apache.org
+  
   https://markmail.org/list/org.apache.announce/";>markmail.org
   https://old.nabble.com/Apache-News-and-Announce-f109.html";>old.nabble.com
   https://www.mail-archive.com/annou

[commons-build-plugin] branch master updated: Regenerate mail-lists source page

2020-10-13 Thread sebb
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-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 700571b  Regenerate mail-lists source page
700571b is described below

commit 700571bdb6eaa3a9ac7bf495960822d35da1320d
Author: Sebb 
AuthorDate: Tue Oct 13 19:47:04 2020 +0100

Regenerate mail-lists source page
---
 src/site/xdoc/mail-lists.xml | 48 ++--
 1 file changed, 29 insertions(+), 19 deletions(-)

diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml
index b84a29c..ff496ea 100644
--- a/src/site/xdoc/mail-lists.xml
+++ b/src/site/xdoc/mail-lists.xml
@@ -105,10 +105,12 @@ limitations under the License.
   mailto:user-subscr...@commons.apache.org";>Subscribe
   mailto:user-unsubscr...@commons.apache.org";>Unsubscribe
   mailto:u...@commons.apache.org?subject=[commons-build-plugin]";>Post
-  https://mail-archives.apache.org/mod_mbox/commons-user/";>mail-archives.apache.org
-  http://markmail.org/list/org.apache.commons.users/";>markmail.org
-  http://www.mail-archive.com/user@commons.apache.org/";>www.mail-archive.com
-  http://news.gmane.org/gmane.comp.jakarta.commons.devel";>news.gmane.org
+  https://mail-archives.apache.org/mod_mbox/commons-user/";>mail-archives.apache.org
+  https://lists.apache.org/list.html?u...@commons.apache.org";>lists.apache.org
+  
+  https://markmail.org/list/org.apache.commons.users/";>markmail.org
+  https://www.mail-archive.com/user@commons.apache.org/";>www.mail-archive.com
+  https://news.gmane.org/gmane.comp.jakarta.commons.devel";>news.gmane.org
   
 
 
@@ -123,10 +125,12 @@ limitations under the License.
   mailto:dev-subscr...@commons.apache.org";>Subscribe
   mailto:dev-unsubscr...@commons.apache.org";>Unsubscribe
   mailto:d...@commons.apache.org?subject=[commons-build-plugin]";>Post
-  https://mail-archives.apache.org/mod_mbox/commons-dev/";>mail-archives.apache.org
-  http://markmail.org/list/org.apache.commons.dev/";>markmail.org
-  http://www.mail-archive.com/dev@commons.apache.org/";>www.mail-archive.com
-  http://news.gmane.org/gmane.comp.jakarta.commons.devel";>news.gmane.org
+  https://mail-archives.apache.org/mod_mbox/commons-dev/";>mail-archives.apache.org
+  https://lists.apache.org/list.html?d...@commons.apache.org";>lists.apache.org
+  
+  https://markmail.org/list/org.apache.commons.dev/";>markmail.org
+  https://www.mail-archive.com/dev@commons.apache.org/";>www.mail-archive.com
+  https://news.gmane.org/gmane.comp.jakarta.commons.devel";>news.gmane.org
   
 
 
@@ -141,9 +145,11 @@ limitations under the License.
   mailto:issues-subscr...@commons.apache.org";>Subscribe
   mailto:issues-unsubscr...@commons.apache.org";>Unsubscribe
   read only
-  https://mail-archives.apache.org/mod_mbox/commons-issues/";>mail-archives.apache.org
-  http://markmail.org/list/org.apache.commons.issues/";>markmail.org
-  http://www.mail-archive.com/issues@commons.apache.org/";>www.mail-archive.com
+  https://mail-archives.apache.org/mod_mbox/commons-issues/";>mail-archives.apache.org
+  https://lists.apache.org/list.html?iss...@commons.apache.org";>lists.apache.org
+  
+  https://markmail.org/list/org.apache.commons.issues/";>markmail.org
+  https://www.mail-archive.com/issues@commons.apache.org/";>www.mail-archive.com
   
 
 
@@ -158,9 +164,11 @@ limitations under the License.
   mailto:commits-subscr...@commons.apache.org";>Subscribe
   mailto:commits-unsubscr...@commons.apache.org";>Unsubscribe
   read only
-  https://mail-archives.apache.org/mod_mbox/commons-commits/";>mail-archives.apache.org
-  http://markmail.org/list/org.apache.commons.commits/";>markmail.org
-  http://www.mail-archive.com/commits@commons.apache.org/";>www.mail-archive.com
+  https://mail-archives.apache.org/mod_mbox/commons-commits/";>mail-archives.apache.org
+  https://lists.apache.org/list.html?commits@commons.apache.org";>lists.apache.org
+  
+  https://markmail.org/list/org.apache.commons.commits/";>markmail.org
+  https://www.mail-archive.com/commits@commons.apache.org/";>www.mail-archive.com
   
 
 
@@ -191,11 +199,13 @@ limitations under the License.
   mailto:announce-subscr...@apache.org";>Subscribe
   mailto:announce-unsubscr...@apache.org";>Unsubscribe
   read only
-  https://mail-archives.apache.org/mod_mbox/www-announce/";>mail

[commons-build-plugin] branch master updated: Regenerate README

2020-10-13 Thread sebb
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-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new a430414  Regenerate README
a430414 is described below

commit a430414f78b91410acf3bb340ca7e53ee901d640
Author: Sebb 
AuthorDate: Tue Oct 13 19:48:14 2020 +0100

Regenerate README
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 79a05c9..8221392 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,8 @@
 Apache Commons Build Plugin Maven Mojo
 ===
 
-[![Build 
Status](https://travis-ci.org/apache/commons-commons-build-plugin.svg)](https://travis-ci.org/apache/commons-commons-build-plugin)
+[![Travis-CI 
Status](https://travis-ci.org/apache/commons-commons-build-plugin.svg)](https://travis-ci.org/apache/commons-commons-build-plugin)
+[![GitHub Actions 
Status](https://github.com/apache/commons-commons-build-plugin/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-commons-build-plugin/actions)
 [![Coverage 
Status](https://coveralls.io/repos/apache/commons-commons-build-plugin/badge.svg)](https://coveralls.io/r/apache/commons-commons-build-plugin)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-build-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-build-plugin/)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-build-plugin/1.12.svg)](https://javadoc.io/doc/org.apache.commons/commons-build-plugin/1.12)



[commons-build-plugin] branch 1.12 created (now a430414)

2020-10-13 Thread sebb
This is an automated email from the ASF dual-hosted git repository.

sebb pushed a change to branch 1.12
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git.


  at a430414  Regenerate README

No new revisions were added by this update.



[commons-build-plugin] annotated tag commons-build-plugin-1.12-RC1 created (now 76de8b9)

2020-10-13 Thread sebb
This is an automated email from the ASF dual-hosted git repository.

sebb pushed a change to annotated tag commons-build-plugin-1.12-RC1
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git.


  at 76de8b9  (tag)
 tagging 486c73eb23159b897e073bf46920e976f44ed5ec (commit)
 replaces commons-build-plugin-1.11
  by Sebb
  on Tue Oct 13 20:20:04 2020 +0100

- Log -
Tag Commons Build Plugin version 1.12-RC1
---

This annotated tag includes the following new commits:

 new 486c73e  Update version numbers for Commons Build Plugin version 1.12

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[commons-build-plugin] 01/01: Update version numbers for Commons Build Plugin version 1.12

2020-10-13 Thread sebb
This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to annotated tag commons-build-plugin-1.12-RC1
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git

commit 486c73eb23159b897e073bf46920e976f44ed5ec
Author: Sebb 
AuthorDate: Tue Oct 13 20:19:53 2020 +0100

Update version numbers for Commons Build Plugin version 1.12
---
 RELEASE-NOTES.txt   | 12 ++
 pom.xml |  2 +-
 src/site/xdoc/download_commons-build-plugin.xml | 30 +
 3 files changed, 29 insertions(+), 15 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 792a1b9..1dbb31c 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -9,6 +9,18 @@ The Apache Commons Build Plugin is a Maven Plugin which can be 
used by Apache Co
 See:
https://commons.apache.org/commons-build-plugin/
 
+VERSION 1.12 - 2020-10-17
+-
+
+Changes since the last release:
+1. COMMONSSITE-137 - commons-build:all ignores commons.release.hash settings 
(fix; sebb)
+2. commons-build:mail-page - add links to lists.apache.org (update;sebb)
+3. Enable GitHub build (update; ggregory)
+4. spotbugs-maven-plugin 4.0.0 -> 4.1.3 (update; Dependabot)
+5. actions/checkout v2.3.1 -> v2.3.3 (update; Dependabot)
+6. versions-maven-plugin 2.7 -> 2.8.1 (update; Dependabot)
+7. actions/setup-java v1.4.0 -> v1.4.2 (update; Dependabot)
+
 VERSION 1.11 - 2019-08-30
 -
 
diff --git a/pom.xml b/pom.xml
index 78e46fe..08b9ad7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   
   commons-build-plugin
   maven-plugin
-  1.12-SNAPSHOT
+  1.12
   Apache Commons Build Plugin Maven Mojo
   
 Apache Maven Mojo for Apache Commons Build tasks.
diff --git a/src/site/xdoc/download_commons-build-plugin.xml 
b/src/site/xdoc/download_commons-build-plugin.xml
index d2297d7..22e1180 100644
--- a/src/site/xdoc/download_commons-build-plugin.xml
+++ b/src/site/xdoc/download_commons-build-plugin.xml
@@ -29,19 +29,21 @@ limitations under the License.
  | 1) Re-generate using: mvn commons-build:download-page|
  |  |
  | 2) Set the following properties in the component's pom:  |
- |- commons.componentid (required, alphabetic, lower case)  |
+ |- commons.componentid (required, alphabetic, lower case)  |
  |- commons.release.version (required)  |
  |- commons.release.name(required)  |
  |- commons.binary.suffix   (optional)  |
  |  (defaults to "-bin", set to "" for pre-maven2 releases) |
  |- commons.release.desc(optional)  |
  |- commons.release.subdir  (optional)  |
+ |- commons.release.hash(optional, lowercase, default sha512)   |
  |  |
  |- commons.release.[234].version   (conditional)   |
  |- commons.release.[234].name  (conditional)   |
  |- commons.release.[234].binary.suffix (optional)  |
  |- commons.release.[234].desc  (optional)  |
  |- commons.release.[234].subdir(optional)  |
+ |- commons.release.[234].hash   (optional, lowercase, [sha512])|
  |  |
  | 3) Example Properties|
  |(commons.release.name inherited by parent:|
@@ -111,32 +113,32 @@ limitations under the License.
   
 
 
-
+
   
 
   
-  commons-build-plugin-1.11-bin.tar.gz
-  https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.11-bin.tar.gz.sha512";>sha512
-  https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.11-bin.tar.gz.asc";>pgp
+  commons-build-plugin-1.12-bin.tar.gz
+  https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.12-bin.tar.gz.sha512";>sha512
+  https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.12-bin.tar.gz.asc";>pgp
   
   
-  commons-build-plugin-1.11-bin.zip
-  https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.11-bin.zip.sha512";>sha512
-  https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.11-bin.zip.asc";>pgp
+  commons-build-plugin-1.12-bin.zip
+  https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.12-bin.zip.sha512

[commons-io] branch master updated: Fix typo.

2020-10-13 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new e5f8b24  Fix typo.
e5f8b24 is described below

commit e5f8b247df546612d498381ceaccaca92dc0aebd
Author: Gary Gregory 
AuthorDate: Tue Oct 13 15:24:21 2020 -0400

Fix typo.
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 23680ea..ae7a449 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -58,7 +58,7 @@ The  type attribute can be add,update,fix,remove.
 Make `FilenameUtils.equals()` not throw an exception #154.
   
   
-Un-derpecate IOUtils.closeQuietly() methods.
+Un-deprecate IOUtils.closeQuietly() methods.
   
   
 FileUtils#copyDirectory(File, File, FileFilter, preserveFileDate) 
clean up #163.



[commons-build-plugin] branch 1.12 updated (a430414 -> 486c73e)

2020-10-13 Thread sebb
This is an automated email from the ASF dual-hosted git repository.

sebb pushed a change to branch 1.12
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git.


from a430414  Regenerate README
 add 486c73e  Update version numbers for Commons Build Plugin version 1.12

No new revisions were added by this update.

Summary of changes:
 RELEASE-NOTES.txt   | 12 ++
 pom.xml |  2 +-
 src/site/xdoc/download_commons-build-plugin.xml | 30 +
 3 files changed, 29 insertions(+), 15 deletions(-)



svn commit: r41917 - /dev/commons/commons-build-plugin/test/

2020-10-13 Thread sebb
Author: sebb
Date: Tue Oct 13 20:45:17 2020
New Revision: 41917

Log:
test

Added:
dev/commons/commons-build-plugin/test/



svn commit: r41918 - /dev/commons/commons-build-plugin/test/

2020-10-13 Thread sebb
Author: sebb
Date: Tue Oct 13 20:45:35 2020
New Revision: 41918

Log:
test

Removed:
dev/commons/commons-build-plugin/test/



svn commit: r41919 [4/15] - in /dev/commons/commons-build-plugin/1.12-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2020-10-13 Thread sebb
Added: dev/commons/commons-build-plugin/1.12-RC1/site/dependencies.html
==
--- dev/commons/commons-build-plugin/1.12-RC1/site/dependencies.html (added)
+++ dev/commons/commons-build-plugin/1.12-RC1/site/dependencies.html Tue Oct 13 
20:55:51 2020
@@ -0,0 +1,1755 @@
+
+
+http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+  
+
+
+
+
+Commons Build Plugin – Project Dependencies
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+  https://commons.apache.org/"; id="bannerLeft" 
title="Apache Commons logo">
+
+  
+
+
+
+  
+
+  https://commons.apache.org/proper/commons-build-plugin/";>Apache Commons 
Build Plugin Maven Mojo ™
+
+
+  Last Published: 13 October 2020
+| Version: 1.12
+  
+
+
+  http://www.apachecon.com/"; class="externalLink" 
title="ApacheCon">
+ApacheCon
+  
+  
+  http://www.apache.org"; class="externalLink" 
title="Apache">
+Apache
+  
+  
+  
+Commons
+  
+
+
+
+  
+
+
+
+  
+
+  
+
+
+   Build Plugin
+
+  
+Overview
+  
+   




  
+  
+Goals
+
+  
+  
+all
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+all-sandbox
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+download-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+jira-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+sandbox-jira-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+mail-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+readme-md
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+notice-txt
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+contributing-md
+
+  
+  
+properties
+  
+   
+  
+   
+  
+   

+  
+Help
+
+  
+  
+Issue Tracking
+  
+ 
+  
+Development
+  
+ 
+  https://maven.apache.org/guides/plugin/guide-ant-plugin-development.html"; 
class="externalLink" title="Maven Plugins">
+Maven Plugins
+  
+ 
+ 

svn commit: r41919 [8/15] - in /dev/commons/commons-build-plugin/1.12-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2020-10-13 Thread sebb
Added: dev/commons/commons-build-plugin/1.12-RC1/site/issue-tracking.html
==
--- dev/commons/commons-build-plugin/1.12-RC1/site/issue-tracking.html (added)
+++ dev/commons/commons-build-plugin/1.12-RC1/site/issue-tracking.html Tue Oct 
13 20:55:51 2020
@@ -0,0 +1,389 @@
+
+
+http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+  
+
+
+
+
+
+Commons Build Plugin – Apache Commons Build Plugin Maven 
Mojo Issue tracking
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+  https://commons.apache.org/"; id="bannerLeft" 
title="Apache Commons logo">
+
+  
+
+
+
+  
+
+  https://commons.apache.org/proper/commons-build-plugin/";>Apache Commons 
Build Plugin Maven Mojo ™
+
+
+  Last Published: 13 October 2020
+| Version: 1.12
+  
+
+
+  http://www.apachecon.com/"; class="externalLink" 
title="ApacheCon">
+ApacheCon
+  
+  
+  http://www.apache.org"; class="externalLink" 
title="Apache">
+Apache
+  
+  
+  
+Commons
+  
+
+
+
+  
+
+
+
+  
+
+  
+
+
+   Build Plugin
+
+  
+Overview
+  
+   




  
+  
+Goals
+
+  
+  
+all
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+all-sandbox
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+download-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+jira-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+sandbox-jira-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+mail-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+readme-md
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+notice-txt
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+contributing-md
+
+  
+  
+properties
+  
+   
+  
+   
+  
+   
  
+  
+Help
+
+
+  
+Issue Tracking
+  
+ 
+  
+Development
+  
+ 
+  https://maven.apache.org/guides/plugin/guide-ant-plugin-development.html"; 
class="externalLink" title="Maven Plugins">
+Maven Plugins
+   

svn commit: r41919 [5/15] - in /dev/commons/commons-build-plugin/1.12-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2020-10-13 Thread sebb
Propchange: dev/commons/commons-build-plugin/1.12-RC1/site/dependencies.html
--
svn:eol-style = native

Added: 
dev/commons/commons-build-plugin/1.12-RC1/site/dependency-convergence.html
==
--- dev/commons/commons-build-plugin/1.12-RC1/site/dependency-convergence.html 
(added)
+++ dev/commons/commons-build-plugin/1.12-RC1/site/dependency-convergence.html 
Tue Oct 13 20:55:51 2020
@@ -0,0 +1,507 @@
+
+
+http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+  
+
+
+
+
+Commons Build Plugin – Dependency Convergence
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+  https://commons.apache.org/"; id="bannerLeft" 
title="Apache Commons logo">
+
+  
+
+
+
+  
+
+  https://commons.apache.org/proper/commons-build-plugin/";>Apache Commons 
Build Plugin Maven Mojo ™
+
+
+  Last Published: 13 October 2020
+| Version: 1.12
+  
+
+
+  http://www.apachecon.com/"; class="externalLink" 
title="ApacheCon">
+ApacheCon
+  
+  
+  http://www.apache.org"; class="externalLink" 
title="Apache">
+Apache
+  
+  
+  
+Commons
+  
+
+
+
+  
+
+
+
+  
+
+  
+
+
+   Build Plugin
+
+  
+Overview
+  
+   




  
+  
+Goals
+
+  
+  
+all
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+all-sandbox
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+download-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+jira-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+sandbox-jira-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+mail-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+readme-md
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+notice-txt
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+contributing-md
+
+  
+  
+properties
+  
+   
+  
+   
+  
+   

+  
+Help
+
+  
+  
+Issue Tracking
+  
+ 
+  
+Development
+  
+ 
+ 

svn commit: r41919 [2/15] - in /dev/commons/commons-build-plugin/1.12-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2020-10-13 Thread sebb
Added: dev/commons/commons-build-plugin/1.12-RC1/site/all.html
==
--- dev/commons/commons-build-plugin/1.12-RC1/site/all.html (added)
+++ dev/commons/commons-build-plugin/1.12-RC1/site/all.html Tue Oct 13 20:55:51 
2020
@@ -0,0 +1,359 @@
+
+
+http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+  
+
+
+
+
+
+Commons Build Plugin – Generating All Pages
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+  https://commons.apache.org/"; id="bannerLeft" 
title="Apache Commons logo">
+
+  
+
+
+
+  
+
+  https://commons.apache.org/proper/commons-build-plugin/";>Apache Commons 
Build Plugin Maven Mojo ™
+
+
+  Last Published: 13 October 2020
+| Version: 1.12
+  
+
+
+  http://www.apachecon.com/"; class="externalLink" 
title="ApacheCon">
+ApacheCon
+  
+  
+  http://www.apache.org"; class="externalLink" 
title="Apache">
+Apache
+  
+  
+  
+Commons
+  
+
+
+
+  
+
+
+
+  
+
+  
+
+
+   Build Plugin
+
+  
+Overview
+  
+   





+  
+Goals
+
+   
 
+  
+all
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+all-sandbox
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+download-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+jira-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+sandbox-jira-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+mail-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+readme-md
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+notice-txt
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+contributing-md
+
+  
+  
+properties
+  
+   
+  
+   
+  
+   

+  
+Help
+
+  
+  
+Issue Tracking
+  
+ 
+  
+Development
+  
+ 
+  https://maven.apache.org/guides/plugin/guide-ant-plugin-development.html"; 
class="externalLink" title="Maven Plugins">
+Maven Plugins
+  
+ 
+  

svn commit: r41919 [10/15] - in /dev/commons/commons-build-plugin/1.12-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2020-10-13 Thread sebb
Added: dev/commons/commons-build-plugin/1.12-RC1/site/js/jquery.min.js
==
--- dev/commons/commons-build-plugin/1.12-RC1/site/js/jquery.min.js (added)
+++ dev/commons/commons-build-plugin/1.12-RC1/site/js/jquery.min.js Tue Oct 13 
20:55:51 2020
@@ -0,0 +1,4 @@
+/*! jQuery v1.7.1 jquery.com | jquery.org/license */
+(function(a,b){function cy(a){return 
f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function 
cv(a){if(!ck[a]){var 
b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){cl||(cl=c.createElement("iframe"),cl.frameBorder=cl.width=cl.height=0),b.appendChild(cl);if(!cm||!cl.createElement)cm=(cl.contentWindow||cl.contentDocument).document,cm.write((c.compatMode==="CSS1Compat"?"":"")+""),cm.close();d=cm.createElement(a),cm.body.appendChild(d),e=f.css(d,"display"),b.removeChild(cl)}ck[a]=e}return
 ck[a]}function cu(a,b){var 
c={};f.each(cq.concat.apply([],cq.slice(0,b)),function(){c[this]=a});return 
c}function ct(){cr=b}function cs(){setTimeout(ct,0);return cr=f.now()}function 
cj(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function 
ci(){try{return new a.XMLHttpRequest}catch(b){}}function 
cc(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var 
d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p
 ;for(g=1;g0){if(c!=="border")for(;g=0===c})}function 
S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function 
K(){return!0}function J(){return!1}function n(a,b,c){var 
d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&&setTimeout(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function
 m(a){for(var b in 
a){if(b==="data"&&f.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function
 l(a,c,d){if(d===b&&a.nodeType===1){var 
e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof 
d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?parse
 Float(d):j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return 
d}function h(a){var 
b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[
 \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) 
([\w.]+)/,u=/(mozilla)(?:.*? 
rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.pro
 
totype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var
 g,h,j,k;if(!a)return 
this;if(a.nodeType){this.context=this[0]=a,this.length=1;return 
this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return
 this}if(typeof 
a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d
 instanceof 
e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return
 
e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return
 f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return 
this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return
 f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.
 context);return 
e.makeArray(a,this)},selector:"",jquery:"1.7.1",length:0,size:function(){return 
this.length},toArray:function(){return F.call(this,0)},get:function(a){return 
a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var
 
d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?"
 ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return 
d},each:function(a,b){return 
e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return 
this},eq:function(a){a=+a;return 
a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return 
this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return 
this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return
 this.pushStack(e.map(this,function(b,c){return 
a.call(b,c,b)}))},end:function(){return 
this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].
 splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var 
a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof 
i=="boolean"&&(l=i,i=arguments[1]||{},j=2),

svn commit: r41919 [12/15] - in /dev/commons/commons-build-plugin/1.12-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2020-10-13 Thread sebb
Added: dev/commons/commons-build-plugin/1.12-RC1/site/mail-page.html
==
--- dev/commons/commons-build-plugin/1.12-RC1/site/mail-page.html (added)
+++ dev/commons/commons-build-plugin/1.12-RC1/site/mail-page.html Tue Oct 13 
20:55:51 2020
@@ -0,0 +1,387 @@
+
+
+http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+  
+
+
+
+
+
+Commons Build Plugin – Generating Mailing List 
Page
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+  https://commons.apache.org/"; id="bannerLeft" 
title="Apache Commons logo">
+
+  
+
+
+
+  
+
+  https://commons.apache.org/proper/commons-build-plugin/";>Apache Commons 
Build Plugin Maven Mojo ™
+
+
+  Last Published: 13 October 2020
+| Version: 1.12
+  
+
+
+  http://www.apachecon.com/"; class="externalLink" 
title="ApacheCon">
+ApacheCon
+  
+  
+  http://www.apache.org"; class="externalLink" 
title="Apache">
+Apache
+  
+  
+  
+Commons
+  
+
+
+
+  
+
+
+
+  
+
+  
+
+
+   Build Plugin
+
+  
+Overview
+  
+   





+  
+Goals
+
+  
+  
+all
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+all-sandbox
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+download-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+jira-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+sandbox-jira-page
+
+  
+  
+properties
+  
+   
+  
+   

+  
+mail-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+readme-md
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+notice-txt
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+contributing-md
+
+  
+  
+properties
+  
+   
+  
+   
+  
+   

+  
+Help
+
+  
+  
+Issue Tracking
+  
+ 
+  
+Development
+  
+ 
+  https://maven.apache.org/guides/plugin/guide-ant-plugin-development.html"; 
class="externalLink" title="Maven Plugins">
+Maven Plugins
+  
+   

svn commit: r41919 [3/15] - in /dev/commons/commons-build-plugin/1.12-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2020-10-13 Thread sebb
Added: dev/commons/commons-build-plugin/1.12-RC1/site/contributing-md.html
==
--- dev/commons/commons-build-plugin/1.12-RC1/site/contributing-md.html (added)
+++ dev/commons/commons-build-plugin/1.12-RC1/site/contributing-md.html Tue Oct 
13 20:55:51 2020
@@ -0,0 +1,386 @@
+
+
+http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+  
+
+
+
+
+
+Commons Build Plugin – Generating CONTRIBUTING.md
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+  https://commons.apache.org/"; id="bannerLeft" 
title="Apache Commons logo">
+
+  
+
+
+
+  
+
+  https://commons.apache.org/proper/commons-build-plugin/";>Apache Commons 
Build Plugin Maven Mojo ™
+
+
+  Last Published: 13 October 2020
+| Version: 1.12
+  
+
+
+  http://www.apachecon.com/"; class="externalLink" 
title="ApacheCon">
+ApacheCon
+  
+  
+  http://www.apache.org"; class="externalLink" 
title="Apache">
+Apache
+  
+  
+  
+Commons
+  
+
+
+
+  
+
+
+
+  
+
+  
+
+
+   Build Plugin
+
+  
+Overview
+  
+   





+  
+Goals
+
+  
+  
+all
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+all-sandbox
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+download-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+jira-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+sandbox-jira-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+mail-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+readme-md
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+notice-txt
+
+  
+  
+properties
+  
+   
+  
+   

+  
+contributing-md
+
+  
+  
+properties
+  
+   
+  
+   
+  
+   

+  
+Help
+
+  
+  
+Issue Tracking
+  
+ 
+  
+Development
+  
+ 
+  https://maven.apache.org/guides/plugin/guide-ant-plugin-development.html"; 
class="externalLink" title="Maven Plugins">
+Maven Plugins
+  
+

svn commit: r41919 [14/15] - in /dev/commons/commons-build-plugin/1.12-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2020-10-13 Thread sebb
Added: dev/commons/commons-build-plugin/1.12-RC1/site/readme-md.html
==
--- dev/commons/commons-build-plugin/1.12-RC1/site/readme-md.html (added)
+++ dev/commons/commons-build-plugin/1.12-RC1/site/readme-md.html Tue Oct 13 
20:55:51 2020
@@ -0,0 +1,392 @@
+
+
+http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+  
+
+
+
+
+
+Commons Build Plugin – Generating README.md
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+  https://commons.apache.org/"; id="bannerLeft" 
title="Apache Commons logo">
+
+  
+
+
+
+  
+
+  https://commons.apache.org/proper/commons-build-plugin/";>Apache Commons 
Build Plugin Maven Mojo ™
+
+
+  Last Published: 13 October 2020
+| Version: 1.12
+  
+
+
+  http://www.apachecon.com/"; class="externalLink" 
title="ApacheCon">
+ApacheCon
+  
+  
+  http://www.apache.org"; class="externalLink" 
title="Apache">
+Apache
+  
+  
+  
+Commons
+  
+
+
+
+  
+
+
+
+  
+
+  
+
+
+   Build Plugin
+
+  
+Overview
+  
+   





+  
+Goals
+
+  
+  
+all
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+all-sandbox
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+download-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+jira-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+sandbox-jira-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+mail-page
+
+  
+  
+properties
+  
+   
+  
+   

+  
+readme-md
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+notice-txt
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+contributing-md
+
+  
+  
+properties
+  
+   
+  
+   
+  
+   

+  
+Help
+
+  
+  
+Issue Tracking
+  
+ 
+  
+Development
+  
+ 
+  https://maven.apache.org/guides/plugin/guide-ant-plugin-development.html"; 
class="externalLink" title="Maven Plugins">
+Maven Plugins
+  
+ 
+ 

svn commit: r41919 [15/15] - in /dev/commons/commons-build-plugin/1.12-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2020-10-13 Thread sebb
Added: dev/commons/commons-build-plugin/1.12-RC1/site/summary.html
==
--- dev/commons/commons-build-plugin/1.12-RC1/site/summary.html (added)
+++ dev/commons/commons-build-plugin/1.12-RC1/site/summary.html Tue Oct 13 
20:55:51 2020
@@ -0,0 +1,412 @@
+
+
+http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+  
+
+
+
+
+Commons Build Plugin – Project Summary
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+  https://commons.apache.org/"; id="bannerLeft" 
title="Apache Commons logo">
+
+  
+
+
+
+  
+
+  https://commons.apache.org/proper/commons-build-plugin/";>Apache Commons 
Build Plugin Maven Mojo ™
+
+
+  Last Published: 13 October 2020
+| Version: 1.12
+  
+
+
+  http://www.apachecon.com/"; class="externalLink" 
title="ApacheCon">
+ApacheCon
+  
+  
+  http://www.apache.org"; class="externalLink" 
title="Apache">
+Apache
+  
+  
+  
+Commons
+  
+
+
+
+  
+
+
+
+  
+
+  
+
+
+   Build Plugin
+
+  
+Overview
+  
+   




  
+  
+Goals
+
+  
+  
+all
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+all-sandbox
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+download-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+jira-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+sandbox-jira-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+mail-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+readme-md
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+notice-txt
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+contributing-md
+
+  
+  
+properties
+  
+   
+  
+   
+  
+   

+  
+Help
+
+  
+  
+Issue Tracking
+  
+ 
+  
+Development
+  
+ 
+  https://maven.apache.org/guides/plugin/guide-ant-plugin-development.html"; 
class="externalLink" title="Maven Plugins">
+Maven Plugins
+  
+ 
+  https://ant.apache.o

svn commit: r41919 [7/15] - in /dev/commons/commons-build-plugin/1.12-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2020-10-13 Thread sebb
Added: 
dev/commons/commons-build-plugin/1.12-RC1/site/download_commons-build-plugin.html
==
--- 
dev/commons/commons-build-plugin/1.12-RC1/site/download_commons-build-plugin.html
 (added)
+++ 
dev/commons/commons-build-plugin/1.12-RC1/site/download_commons-build-plugin.html
 Tue Oct 13 20:55:51 2020
@@ -0,0 +1,441 @@
+
+
+http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+  
+
+
+
+
+
+Commons Build Plugin – Download Apache Commons Build 
Plugin Maven Mojo
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+  https://commons.apache.org/"; id="bannerLeft" 
title="Apache Commons logo">
+
+  
+
+
+
+  
+
+  https://commons.apache.org/proper/commons-build-plugin/";>Apache Commons 
Build Plugin Maven Mojo ™
+
+
+  Last Published: 13 October 2020
+| Version: 1.12
+  
+
+
+  http://www.apachecon.com/"; class="externalLink" 
title="ApacheCon">
+ApacheCon
+  
+  
+  http://www.apache.org"; class="externalLink" 
title="Apache">
+Apache
+  
+  
+  
+Commons
+  
+
+
+
+  
+
+
+
+  
+
+  
+
+
+   Build Plugin
+
+  
+Overview
+  
+   




  
+  
+Goals
+
+  
+  
+all
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+all-sandbox
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+download-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+jira-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+sandbox-jira-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+mail-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+readme-md
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+notice-txt
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+contributing-md
+
+  
+  
+properties
+  
+   
+  
+   
+  
+   

+  
+Help
+
+  
+  
+Issue Tracking
+  
+ 
+  
+Development
+  
+ 
+  https://maven.apache.org/guides/plugin/guide-ant-plugin-development.html"; 
class="externalLink" title="Maven Pl

svn commit: r41919 [11/15] - in /dev/commons/commons-build-plugin/1.12-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2020-10-13 Thread sebb
Added: dev/commons/commons-build-plugin/1.12-RC1/site/js/prettify.js
==
--- dev/commons/commons-build-plugin/1.12-RC1/site/js/prettify.js (added)
+++ dev/commons/commons-build-plugin/1.12-RC1/site/js/prettify.js Tue Oct 13 
20:55:51 2020
@@ -0,0 +1,640 @@
+/**
+ *
+ * Copyright (C) 2006 Google Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+function H() {
+var x = navigator && navigator.userAgent
+&& /\bMSIE 6\./.test(navigator.userAgent);
+H = function() {
+return x
+};
+return x
+}
+(function() {
+function x(b) {
+b = b.split(/ /g);
+var a = {};
+for ( var c = b.length; --c >= 0;) {
+var d = b[c];
+if (d)
+a[d] = null
+}
+return a
+}
+var y = "break continue do else for if return while ", U = y
++ "auto case char const default double enum extern float goto int 
long register short signed sizeof static struct switch typedef union unsigned 
void volatile ", D = U
++ "catch class delete false import new operator private protected 
public this throw true try ", I = D
++ "alignof align_union asm axiom bool concept concept_map 
const_cast constexpr decltype dynamic_cast explicit export friend inline 
late_check mutable namespace nullptr reinterpret_cast static_assert static_cast 
template typeid typename typeof using virtual wchar_t where ", J = D
++ "boolean byte extends final finally implements import instanceof 
null native package strictfp super synchronized throws transient ", V = J
++ "as base by checked decimal delegate descending event fixed 
foreach from group implicit in interface internal into is lock object out 
override orderby params readonly ref sbyte sealed stackalloc string select uint 
ulong unchecked unsafe ushort var ", K = D
++ "debugger eval export function get null set undefined var with 
Infinity NaN ", L = "caller delete die do dump elsif eval exit foreach for goto 
if import last local my next no our print package redo require sub undef unless 
until use wantarray while BEGIN END ", M = y
++ "and as assert class def del elif except exec finally from 
global import in is lambda nonlocal not or pass print raise try with yield 
False True None ", N = y
++ "alias and begin case class def defined elsif end ensure false 
in module next nil not or redo rescue retry self super then true undef unless 
until when yield BEGIN END ", O = y
++ "case done elif esac eval fi function in local set then until ", 
W = I
++ V + K + L + M + N + O;
+function X(b) {
+return b >= "a" && b <= "z" || b >= "A" && b <= "Z"
+}
+function u(b, a, c, d) {
+b.unshift(c, d || 0);
+try {
+a.splice.apply(a, b)
+} finally {
+b.splice(0, 2)
+}
+}
+var Y = (function() {
+var b = [ "!", "!=", "!==", "#", "%", "%=", "&", "&&", "&&=", "&=",
+"(", "*", "*=", "+=", ",", "-=", "->", "/", "/=", ":", "::",
+";", "<", "<<", "<<=", "<=", "=", "==", "===", ">", ">=", ">>",
+">>=", ">>>", ">>>=", "?", "@", "[", "^", "^=", "^^", "^^=",
+"{", "|", "|=", "||", "||=", "~", "break", "case", "continue",
+"delete", "do", "else", "finally", "instanceof", "return",
+"throw", "try", "typeof" ], a = 
"(?:(?:(?:^|[^0-9.])\\.{1,3})|(?:(?:^|[^\\+])\\+)|(?:(?:^|[^\\-])-)";
+for ( var c = 0; c < b.length; ++c) {
+var d = b[c];
+a += X(d.charAt(0)) ? "|\\b" + d : "|"
++ d.replace(/([^=<>:&])/g, "\\$1")
+}
+a += "|^)\\s*$";
+return new RegExp(a)
+})(), P = /&/g, Q = //g, Z = /\"/g;
+function $(b) {
+return b.replace(P, "&").replace(Q, "<").replace(R, ">")
+.replace(Z, """)
+}
+function E(b) {
+return b.replace(P, "&").replace(Q, "<").replace(R, ">")
+}
+var aa = //g, ca = /'/g, da = /"/g, ea = 
/&/g, fa = / /g;
+function ga(b) {
+var a = b.indexOf("&");
+if (a < 0)
+return b;
+for (--a; (a = b.indexOf("&#", a + 1)) >= 0;) {
+var c = b.indexOf(";", a);
+if (c >= 0) {
+var d = b.substring(a + 3, c), g = 10;

svn commit: r41919 [6/15] - in /dev/commons/commons-build-plugin/1.12-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2020-10-13 Thread sebb
Added: 
dev/commons/commons-build-plugin/1.12-RC1/site/distribution-management.html
==
--- dev/commons/commons-build-plugin/1.12-RC1/site/distribution-management.html 
(added)
+++ dev/commons/commons-build-plugin/1.12-RC1/site/distribution-management.html 
Tue Oct 13 20:55:51 2020
@@ -0,0 +1,366 @@
+
+
+http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+  
+
+
+
+
+Commons Build Plugin – Project Distribution 
Management
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+  https://commons.apache.org/"; id="bannerLeft" 
title="Apache Commons logo">
+
+  
+
+
+
+  
+
+  https://commons.apache.org/proper/commons-build-plugin/";>Apache Commons 
Build Plugin Maven Mojo ™
+
+
+  Last Published: 13 October 2020
+| Version: 1.12
+  
+
+
+  http://www.apachecon.com/"; class="externalLink" 
title="ApacheCon">
+ApacheCon
+  
+  
+  http://www.apache.org"; class="externalLink" 
title="Apache">
+Apache
+  
+  
+  
+Commons
+  
+
+
+
+  
+
+
+
+  
+
+  
+
+
+   Build Plugin
+
+  
+Overview
+  
+   




  
+  
+Goals
+
+  
+  
+all
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+all-sandbox
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+download-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+jira-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+sandbox-jira-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+mail-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+readme-md
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+notice-txt
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+contributing-md
+
+  
+  
+properties
+  
+   
+  
+   
+  
+   

+  
+Help
+
+  
+  
+Issue Tracking
+  
+ 
+  
+Development
+  
+ 
+  https://maven.apache.org/guides/plugin/guide-ant-plugin-development.html"; 
class="externalLink" title="Maven Plugins">
+Maven Plugins
+  
+  

svn commit: r41919 [1/15] - in /dev/commons/commons-build-plugin/1.12-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2020-10-13 Thread sebb
Author: sebb
Date: Tue Oct 13 20:55:51 2020
New Revision: 41919

Log:
Staging release: commons-build-plugin, version: 1.12

Added:
dev/commons/commons-build-plugin/1.12-RC1/
dev/commons/commons-build-plugin/1.12-RC1/HEADER.html   (with props)
dev/commons/commons-build-plugin/1.12-RC1/README.html   (with props)
dev/commons/commons-build-plugin/1.12-RC1/RELEASE-NOTES.txt   (with props)
dev/commons/commons-build-plugin/1.12-RC1/binaries/
dev/commons/commons-build-plugin/1.12-RC1/binaries/HEADER.html   (with 
props)
dev/commons/commons-build-plugin/1.12-RC1/binaries/README.html   (with 
props)
dev/commons/commons-build-plugin/1.12-RC1/site/
dev/commons/commons-build-plugin/1.12-RC1/site/all-mojo-sandbox.html   
(with props)
dev/commons/commons-build-plugin/1.12-RC1/site/all-mojo.html   (with props)
dev/commons/commons-build-plugin/1.12-RC1/site/all-sandbox.html   (with 
props)
dev/commons/commons-build-plugin/1.12-RC1/site/all.html   (with props)
dev/commons/commons-build-plugin/1.12-RC1/site/changes-report.html   (with 
props)
dev/commons/commons-build-plugin/1.12-RC1/site/ci-management.html   (with 
props)
dev/commons/commons-build-plugin/1.12-RC1/site/contributing-md-mojo.html   
(with props)
dev/commons/commons-build-plugin/1.12-RC1/site/contributing-md.html   (with 
props)

dev/commons/commons-build-plugin/1.12-RC1/site/copy-javadoc-files-build.html   
(with props)
dev/commons/commons-build-plugin/1.12-RC1/site/copy-javadoc-files-mojo.html 
  (with props)
dev/commons/commons-build-plugin/1.12-RC1/site/css/
dev/commons/commons-build-plugin/1.12-RC1/site/css/bootstrap.min.css   
(with props)
dev/commons/commons-build-plugin/1.12-RC1/site/css/prettify.css   (with 
props)
dev/commons/commons-build-plugin/1.12-RC1/site/css/print.css   (with props)
dev/commons/commons-build-plugin/1.12-RC1/site/css/site.css   (with props)
dev/commons/commons-build-plugin/1.12-RC1/site/dependencies.html   (with 
props)
dev/commons/commons-build-plugin/1.12-RC1/site/dependency-convergence.html  
 (with props)
dev/commons/commons-build-plugin/1.12-RC1/site/dependency-info.html   (with 
props)
dev/commons/commons-build-plugin/1.12-RC1/site/development.html   (with 
props)
dev/commons/commons-build-plugin/1.12-RC1/site/distribution-management.html 
  (with props)
dev/commons/commons-build-plugin/1.12-RC1/site/download-page-2release.jpg   
(with props)
dev/commons/commons-build-plugin/1.12-RC1/site/download-page-mojo.html   
(with props)
dev/commons/commons-build-plugin/1.12-RC1/site/download-page.html   (with 
props)

dev/commons/commons-build-plugin/1.12-RC1/site/download_commons-build-plugin.html
   (with props)
dev/commons/commons-build-plugin/1.12-RC1/site/images/
dev/commons/commons-build-plugin/1.12-RC1/site/images/add.gif   (with props)
dev/commons/commons-build-plugin/1.12-RC1/site/images/close.gif   (with 
props)
dev/commons/commons-build-plugin/1.12-RC1/site/images/collapsed.gif   (with 
props)
dev/commons/commons-build-plugin/1.12-RC1/site/images/commons-logo.png   
(with props)
dev/commons/commons-build-plugin/1.12-RC1/site/images/expanded.gif   (with 
props)
dev/commons/commons-build-plugin/1.12-RC1/site/images/external-classic.png  
 (with props)
dev/commons/commons-build-plugin/1.12-RC1/site/images/fix.gif   (with props)
dev/commons/commons-build-plugin/1.12-RC1/site/images/help_logo.gif   (with 
props)

dev/commons/commons-build-plugin/1.12-RC1/site/images/icon_arrowfolderclosed1_sml.gif
   (with props)

dev/commons/commons-build-plugin/1.12-RC1/site/images/icon_arrowfolderopen2_sml.gif
   (with props)

dev/commons/commons-build-plugin/1.12-RC1/site/images/icon_arrowwaste1_sml.gif  
 (with props)

dev/commons/commons-build-plugin/1.12-RC1/site/images/icon_arrowwaste2_sml.gif  
 (with props)
dev/commons/commons-build-plugin/1.12-RC1/site/images/icon_doc_lrg.gif   
(with props)
dev/commons/commons-build-plugin/1.12-RC1/site/images/icon_doc_sml.gif   
(with props)
dev/commons/commons-build-plugin/1.12-RC1/site/images/icon_error_lrg.gif   
(with props)
dev/commons/commons-build-plugin/1.12-RC1/site/images/icon_error_sml.gif   
(with props)
dev/commons/commons-build-plugin/1.12-RC1/site/images/icon_folder_lrg.gif   
(with props)
dev/commons/commons-build-plugin/1.12-RC1/site/images/icon_folder_sml.gif   
(with props)
dev/commons/commons-build-plugin/1.12-RC1/site/images/icon_help_sml.gif   
(with props)
dev/commons/commons-build-plugin/1.12-RC1/site/images/icon_info_lrg.gif   
(with props)
dev/commons/commons-build-plugin/1.12-RC1/site/images/icon_info_sml.gif   
(with props)
dev/commons/commons-build-plugin/1.12-RC1/site/images/icon_members_lrg.gif  
 (with props)
dev/commons/commons-build-plugin/1.12-RC1/site/images/icon_sortdown.gif   
(with props)
dev/commons/commons-build-plugin/1.12-RC1/site/

svn commit: r41919 [9/15] - in /dev/commons/commons-build-plugin/1.12-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2020-10-13 Thread sebb
Added: dev/commons/commons-build-plugin/1.12-RC1/site/jira-report.html
==
--- dev/commons/commons-build-plugin/1.12-RC1/site/jira-report.html (added)
+++ dev/commons/commons-build-plugin/1.12-RC1/site/jira-report.html Tue Oct 13 
20:55:51 2020
@@ -0,0 +1,874 @@
+
+
+http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+  
+
+
+
+
+Commons Build Plugin – JIRA Report
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+  https://commons.apache.org/"; id="bannerLeft" 
title="Apache Commons logo">
+
+  
+
+
+
+  
+
+  https://commons.apache.org/proper/commons-build-plugin/";>Apache Commons 
Build Plugin Maven Mojo ™
+
+
+  Last Published: 13 October 2020
+| Version: 1.12
+  
+
+
+  http://www.apachecon.com/"; class="externalLink" 
title="ApacheCon">
+ApacheCon
+  
+  
+  http://www.apache.org"; class="externalLink" 
title="Apache">
+Apache
+  
+  
+  
+Commons
+  
+
+
+
+  
+
+
+
+  
+
+  
+
+
+   Build Plugin
+
+  
+Overview
+  
+   




  
+  
+Goals
+
+  
+  
+all
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+all-sandbox
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+download-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+jira-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+sandbox-jira-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+mail-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+readme-md
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+notice-txt
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+contributing-md
+
+  
+  
+properties
+  
+   
+  
+   
+  
+   

+  
+Help
+
+  
+  
+Issue Tracking
+  
+ 
+  
+Development
+  
+ 
+  https://maven.apache.org/guides/plugin/guide-ant-plugin-development.html"; 
class="externalLink" title="Maven Plugins">
+Maven Plugins
+  
+ 
+  https://ant.

svn commit: r41919 [13/15] - in /dev/commons/commons-build-plugin/1.12-RC1: ./ binaries/ site/ site/css/ site/images/ site/images/logos/ site/img/ site/js/ source/

2020-10-13 Thread sebb
Added: dev/commons/commons-build-plugin/1.12-RC1/site/project-info.html
==
--- dev/commons/commons-build-plugin/1.12-RC1/site/project-info.html (added)
+++ dev/commons/commons-build-plugin/1.12-RC1/site/project-info.html Tue Oct 13 
20:55:51 2020
@@ -0,0 +1,406 @@
+
+
+http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+  
+
+
+
+
+Commons Build Plugin – Project Information
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+  https://commons.apache.org/"; id="bannerLeft" 
title="Apache Commons logo">
+
+  
+
+
+
+  
+
+  https://commons.apache.org/proper/commons-build-plugin/";>Apache Commons 
Build Plugin Maven Mojo ™
+
+
+  Last Published: 13 October 2020
+| Version: 1.12
+  
+
+
+  http://www.apachecon.com/"; class="externalLink" 
title="ApacheCon">
+ApacheCon
+  
+  
+  http://www.apache.org"; class="externalLink" 
title="Apache">
+Apache
+  
+  
+  
+Commons
+  
+
+
+
+  
+
+
+
+  
+
+  
+
+
+   Build Plugin
+
+  
+Overview
+  
+   




  
+  
+Goals
+
+  
+  
+all
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+all-sandbox
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+download-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+jira-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+sandbox-jira-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+mail-page
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+readme-md
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+notice-txt
+
+  
+  
+properties
+  
+   
+  
+ 

+  
+contributing-md
+
+  
+  
+properties
+  
+   
+  
+   
+  
+   

+  
+Help
+
+  
+  
+Issue Tracking
+  
+ 
+  
+Development
+  
+ 
+  https://maven.apache.org/guides/plugin/guide-ant-plugin-development.html"; 
class="externalLink" title="Maven Plugins">
+Maven Plugins
+  
+ 
+  h

Nexus: Staging Completed

2020-10-13 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDescription:Commons Build Plugin 1.12 RC1Deployer properties:"userAgent" = "Apache-Maven/3.6.3 (Java 1.8.0_261; Mac OS X 10.15.7)""userId" = "sebb""ip" = "80.3.27.32"Details:The following artifacts have been staged/org/apache/commons/commons-build-plugin/1.12/commons-build-plugin-1.12-test-sources.jar(SHA1: d2213c9e06bd26324c8092e2b605fdcb1eba14cb)/org/apache/commons/commons-build-plugin/1.12/commons-build-plugin-1.12-javadoc.jar.asc.asc(SHA1: 365454f83821e377560887d47e9e3ec2d10e67eb)/org/apache/commons/commons-build-plugin/1.12/commons-build-plugin-1.12-sources.jar.asc.asc(SHA1: 261422bb490ed8a38351b59233b2b0b2f5bf)/org/apache/commons/commons-build-plugin/1.12/commons-build-plugin-1.12-test-sources.jar.asc.asc(SHA1: 5372b0fd8b871e11d37b61f779da6286ae493c16)/org/apache/commons/commons-build-plugin/1.12/commons-build-plugin-1.12-javadoc.jar(SHA1: 3a84e69c0bc1da5a5fc4603015a315f2b9722fff)/org/apache/commons/commons-build-plugin/1.12/commons-build-plugin-1.12.pom.asc.asc(SHA1: 336322e82f9a22ebf750d5c2bc2f1792ab42e03a)/org/apache/commons/commons-build-plugin/1.12/commons-build-plugin-1.12.jar(SHA1: 656cade9c73c5cf975f4fd3f66a3c11996646914)/org/apache/commons/commons-build-plugin/1.12/commons-build-plugin-1.12-javadoc.jar.asc(SHA1: d381a5985f4c14faa9c121357831e132983436b6)/org/apache/commons/commons-build-plugin/1.12/commons-build-plugin-1.12-tests.jar.asc.asc(SHA1: 78eca5c91abc826c3b1a46206a588615cf2baec5)/org/apache/commons/commons-build-plugin/1.12/commons-build-plugin-1.12.pom(SHA1: 4b172831cf51fdcb970a32d0e493fba4f7428e0a)/org/apache/commons/commons-build-plugin/1.12/commons-build-plugin-1.12.jar.asc.asc(SHA1: 666b9567b32a60d22faf0998fc290162ddc8ef82)/org/apache/commons/commons-build-plugin/1.12/commons-build-plugin-1.12-sources.jar(SHA1: 344f119cfb4d7ce028fdc96ea1f851b46e2a9276)/org/apache/commons/commons-build-plugin/1.12/commons-build-plugin-1.12-sources.jar.asc(SHA1: 834c69254d1e4235896279cdc004d6902d530301)/org/apache/commons/commons-build-plugin/1.12/commons-build-plugin-1.12.pom.asc(SHA1: dbbadb8365272a0d1b08f1676c9974de341e3944)/org/apache/commons/commons-build-plugin/1.12/commons-build-plugin-1.12.jar.asc(SHA1: eae3892eb6385811ad741388913dd3c7921433b7)/org/apache/commons/commons-build-plugin/1.12/commons-build-plugin-1.12-test-sources.jar.asc(SHA1: 18f63c5f67664428e8350859a6d0737543088791)/org/apache/commons/commons-build-plugin/1.12/commons-build-plugin-1.12-tests.jar.asc(SHA1: c99362de0735bce9ce6e5ad0fcebd57388d5c5bd)/org/apache/commons/commons-build-plugin/1.12/commons-build-plugin-1.12-tests.jar(SHA1: ac740eb45c1d8d38122b45aa00b3855d0b638d1f)Action performed by Sebb (sebb)

[commons-net] branch master updated (b1a3ac5 -> 694159d)

2020-10-13 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git.


from b1a3ac5  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-net
 new 3cc36ac  [NET-691] Improve Javadoc for IMAPSClient
 new 6be7a84  [NET-691] Improve Javadoc for IMAPSClient
 new 694159d  Merge pull request #68 from lewismc/NET-691

The 2287 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/commons/net/imap/IMAPSClient.java | 19 ++-
 1 file changed, 14 insertions(+), 5 deletions(-)



[commons-net] branch master updated: Improve Javadoc for IMAPSClient #68.

2020-10-13 Thread ggregory
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new d5eca1e  Improve Javadoc for IMAPSClient #68.
d5eca1e is described below

commit d5eca1e997698017b411cc004519098b1f932a46
Author: Gary Gregory 
AuthorDate: Tue Oct 13 18:41:14 2020 -0400

Improve Javadoc for IMAPSClient #68.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7e63e7b..786f795 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -73,6 +73,9 @@ The  type attribute can be add,update,fix,remove.
 
 Performance issue when using the FTPClient to retrieve files #65.
 
+
+Improve Javadoc for IMAPSClient #68.
+
 
 
 Bump actions/setup-java from v1.4.2 to v1.4.3 #62.



[commons-build-plugin] branch dependabot/maven/org.apache.maven.plugins-maven-antrun-plugin-3.0.0 created (now d7594d9)

2020-10-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-antrun-plugin-3.0.0
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git.


  at d7594d9  Bump maven-antrun-plugin from 1.8 to 3.0.0

No new revisions were added by this update.