Skip to content

Commit

Permalink
Upgrade Commons-Lang3 from 3.8.1 to 3.12.0 (apache#3776)
Browse files Browse the repository at this point in the history
- Simplified building, use jar as it is.
  • Loading branch information
pepness authored Apr 6, 2022
1 parent 9e3d861 commit 6f0c87c
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 22 deletions.
13 changes: 1 addition & 12 deletions platform/o.apache.commons.lang3/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,5 @@
-->
<project name="platform/o.apache.commons.lang3" default="build" basedir=".">
<import file="../../nbbuild/templates/projectized.xml"/>
<target name="jar" depends="-define-FileCRC32Calculator">
<FileCRC32Calculator file="external/commons-lang3-3.8.1.jar" property="o.apache.commons.lang3.crc32" />
<jar jarfile="${cluster}/${module.jar}">
<zipfileset src="external/commons-lang3-3.8.1.jar"/>
<manifest>
<attribute name="Bundle-SymbolicName" value="org.apache.commons.lang3"/>
<attribute name="Bundle-Version" value="3.8.1"/>
<attribute name="Export-Package" value="org.apache.commons.lang3;version=&quot;3.8.1&quot;,org.apache.commons.lang3.impl;version=&quot;3.8.1&quot;"/>
<attribute name="NB-Original-CRC" value="${o.apache.commons.lang3.crc32}"/>
</manifest>
</jar>
</target>
<target name="jar"/>
</project>
2 changes: 1 addition & 1 deletion platform/o.apache.commons.lang3/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.
6505A72A097D9270F7A9E7BF42C4238283247755 org.apache.commons:commons-lang3:3.8.1
C6842C86792FF03B9F1D1FE2AAB8DC23AA6C6F0E org.apache.commons:commons-lang3:3.12.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: Commons Lang
Version: 3.8.1
Version: 3.12.0
License: Apache-2.0
Origin: https://commons.apache.org/proper/commons-lang/
Description: Provides extra functionality for classes in java.lang.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Apache Commons Lang
Copyright 2001-2021 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).

This file was deleted.

3 changes: 1 addition & 2 deletions platform/o.apache.commons.lang3/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
release.external/commons-lang3-3.12.0.jar=modules/org-apache-commons-lang3.jar
is.autoload=true
javac.source=1.8
javac.compilerargs=-Xlint -Xlint:-serial
2 changes: 1 addition & 1 deletion platform/o.apache.commons.lang3/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<public-packages/>
<class-path-extension>
<runtime-relative-path>commons-lang3.jar</runtime-relative-path>
<binary-origin>external/commons-lang3-3.8.1.jar</binary-origin>
<binary-origin>external/commons-lang3-3.12.0.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
Expand Down

0 comments on commit 6f0c87c

Please sign in to comment.