Skip to content

Commit

Permalink
Revert "Upgrade commons-io from 2.15.1 to 2.16.0"
Browse files Browse the repository at this point in the history
This reverts commit 7068cd8.
  • Loading branch information
mbien committed Apr 4, 2024
1 parent 388f295 commit a32e5b2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 14 deletions.
8 changes: 0 additions & 8 deletions ide/db.dataview/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@
<data xmlns="http://www.netbeans.org/ns/nb-module-project/3">
<code-name-base>org.netbeans.modules.db.dataview</code-name-base>
<module-dependencies>
<dependency>
<code-name-base>org.apache.commons.commons_io</code-name-base>
<build-prerequisite/>
<compile-dependency/>
<run-dependency>
<specification-version>2.15</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.netbeans.api.progress</code-name-base>
<build-prerequisite/>
Expand Down
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.
27875A7935F1DDCC13267EB6FAE1F719E0409572 commons-io:commons-io:2.16.0
F11560DA189AB563A5C8E351941415430E9304EA commons-io:commons-io:2.15.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: Apache Commons IO
Description: Assist with developing IO functionality
Origin: Apache Software Foundation
Version: 2.16.0
Version: 2.15.1
License: Apache-2.0
URL: https://commons.apache.org/proper/commons-io/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache Commons IO
Copyright 2002-2024 The Apache Software Foundation
Copyright 2002-2023 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
# under the License.
javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8
release.external/commons-io-2.16.0.jar=modules/ext/commons-io-2.16.0.jar
release.external/commons-io-2.15.1.jar=modules/ext/commons-io-2.15.1.jar
is.autoload=true
nbm.module.author=Tomas Stupka
4 changes: 2 additions & 2 deletions platform/o.apache.commons.commons_io/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<package>org.apache.commons.io.serialization</package>
</public-packages>
<class-path-extension>
<runtime-relative-path>ext/commons-io-2.16.0.jar</runtime-relative-path>
<binary-origin>external/commons-io-2.16.0.jar</binary-origin>
<runtime-relative-path>ext/commons-io-2.15.1.jar</runtime-relative-path>
<binary-origin>external/commons-io-2.15.1.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
Expand Down

0 comments on commit a32e5b2

Please sign in to comment.