Skip to content

Commit 723d1b1

Browse files
committed
Update commons-codec from 1.18.0 to 1.19.0.
1 parent 9433dfd commit 723d1b1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

platform/o.apache.commons.codec/build.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<project name="platform/o.apache.commons.codec" default="build" basedir=".">
2323
<import file="../../nbbuild/templates/projectized.xml"/>
2424
<target name="jar" depends="-define-FileCRC32Calculator">
25-
<FileCRC32Calculator file="external/commons-codec-1.18.0.jar" property="o.apache.commons.codec.crc32" />
25+
<FileCRC32Calculator file="external/commons-codec-1.19.0.jar" property="o.apache.commons.codec.crc32" />
2626
<jar jarfile="${cluster}/${module.jar}">
27-
<zipfileset src="external/commons-codec-1.18.0.jar"/>
27+
<zipfileset src="external/commons-codec-1.19.0.jar"/>
2828
<manifest>
2929
<attribute name="Bundle-SymbolicName" value="org.apache.commons.codec"/>
30-
<attribute name="Bundle-Version" value="1.18.0"/>
31-
<attribute name="Export-Package" value="org.apache.commons.codec;version=&quot;1.18.0.0&quot;,org.apache.commons.codec.binary;version=&quot;1.18.0&quot;,org.apache.commons.codec.digest;version=&quot;1.18.0&quot;,org.apache.commons.codec.language;version=&quot;1.18.0&quot;,org.apache.commons.codec.net;version=&quot;1.18.0&quot;"/>
30+
<attribute name="Bundle-Version" value="1.19.0"/>
31+
<attribute name="Export-Package" value="org.apache.commons.codec;version=&quot;1.19.0.0&quot;,org.apache.commons.codec.binary;version=&quot;1.19.0&quot;,org.apache.commons.codec.digest;version=&quot;1.19.0&quot;,org.apache.commons.codec.language;version=&quot;1.19.0&quot;,org.apache.commons.codec.net;version=&quot;1.19.0&quot;"/>
3232
<attribute name="NB-Original-CRC" value="${o.apache.commons.codec.crc32}"/>
3333
</manifest>
3434
</jar>

platform/o.apache.commons.codec/external/binaries-list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
EE45D1CF6EC2CC2B809FF04B4DC7AEC858E0DF8F commons-codec:commons-codec:1.18.0
17+
8C0DBE3AE883FCEDA9B50A6C76E745E548073388 commons-codec:commons-codec:1.19.0

platform/o.apache.commons.codec/external/commons-codec-1.18.0-license.txt renamed to platform/o.apache.commons.codec/external/commons-codec-1.19.0-license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: Apache Commons Codec
22
Description: General encoding/decoding algorithms (for example phonetic, base64, URL).
33
Origin: https://commons.apache.org/proper/commons-codec/
4-
Version: 1.18.0
4+
Version: 1.19.0
55
License: Apache-2.0
66

77
Apache License

platform/o.apache.commons.codec/nbproject/project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<public-packages/>
2929
<class-path-extension>
3030
<runtime-relative-path>org-apache-commons-codec.jar</runtime-relative-path>
31-
<binary-origin>external/commons-codec-1.18.0.jar</binary-origin>
31+
<binary-origin>external/commons-codec-1.19.0.jar</binary-origin>
3232
</class-path-extension>
3333
</data>
3434
</configuration>

0 commit comments

Comments
 (0)