Skip to content

Commit

Permalink
Upgrade Apache commons-fileupload from 1.3 to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pepness committed Dec 11, 2019
1 parent 8e2aa44 commit 846a026
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion enterprise/libs.commons_fileupload/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
C89E540E4A12CB034FB973E12135839B5DE9A87E commons-fileupload:commons-fileupload:1.3
F95188E3D372E20E7328706C37EF366E5D7859B0 commons-fileupload:commons-fileupload:1.4

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Name: Apache Commons FileUpload
Version: 1.3
Version: 1.4
License: Apache-2.0
OSR: 2970
Description: File upload component
Origin: http://commons.apache.org/proper/commons-fileupload/
Origin: https://commons.apache.org/proper/commons-fileupload/


Apache License
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Apache Commons FileUpload
Copyright 2002-2019 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).
2 changes: 1 addition & 1 deletion enterprise/libs.commons_fileupload/manifest.mf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Manifest-Version: 1.0
OpenIDE-Module: org.netbeans.libs.commons_fileupload/1
OpenIDE-Module-Localizing-Bundle: org/netbeans/libs/commons_fileupload/Bundle.properties
OpenIDE-Module-Specification-Version: 1.32
OpenIDE-Module-Specification-Version: 1.33
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
# under the License.

is.autoload=true

release.external/commons-fileupload-1.3.jar=modules/ext/commons-fileupload-1.3.jar
javac.compilerargs=-Xlint:all -Xlint:-serial
javac.source=1.8
release.external/commons-fileupload-1.4.jar=modules/ext/commons-fileupload-1.4.jar
jnlp.indirect.jars=\
modules/ext/commons-fileupload-1.3.jar
modules/ext/commons-fileupload-1.4.jar
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ OpenIDE-Module-Name=Commons FileUpload Integration
OpenIDE-Module-Display-Category=Libraries
OpenIDE-Module-Short-Description=This plugin bundles Commons FileUpload.
OpenIDE-Module-Long-Description=\
The module bundles Apache Commons FileUpload version 1.3 \
from http://commons.apache.org/proper/commons-fileupload/.
The module bundles Apache Commons FileUpload version 1.4 \
from https://commons.apache.org/proper/commons-fileupload/.

0 comments on commit 846a026

Please sign in to comment.