From 70bc4377a385dd92eab983ddc527717a6d692f81 Mon Sep 17 00:00:00 2001 From: Florian Zschocke Date: Tue, 20 Oct 2020 21:18:16 +0200 Subject: [PATCH 1/3] Update commons-fileupload dependency from 1.3.3 to 1.4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index aa13d24..2640a7e 100644 --- a/pom.xml +++ b/pom.xml @@ -987,7 +987,7 @@ commons-fileupload commons-fileupload - 1.3.3 + 1.4 org.bitbucket.b_c From 4f2980bea55799447aa7bfe02f3f87260de33ede Mon Sep 17 00:00:00 2001 From: Florian Zschocke Date: Tue, 20 Oct 2020 21:21:10 +0200 Subject: [PATCH 2/3] Set version to build test version 1.0-issue-1860-SNAPSHOT This will be reverted after child modules have been successfully built and tested. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2640a7e..af1ec54 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.carlspring.strongbox strongbox-parent - 1.0-SNAPSHOT + 1.0-issue-1860-SNAPSHOT pom Strongbox: Parent From 4885ee92bfc90073a4faf82447eadcf9547b8d85 Mon Sep 17 00:00:00 2001 From: Florian Zschocke Date: Wed, 21 Oct 2020 13:19:29 +0200 Subject: [PATCH 3/3] Revert "Set version to build test version 1.0-issue-1860-SNAPSHOT" This reverts commit 4f2980bea55799447aa7bfe02f3f87260de33ede and sets the version back to the normal 1.0-SNAPSHOT. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index af1ec54..2640a7e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.carlspring.strongbox strongbox-parent - 1.0-issue-1860-SNAPSHOT + 1.0-SNAPSHOT pom Strongbox: Parent