You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by gg...@apache.org on 2022/11/24 13:54:38 UTC

[xalan-java] branch xalan-j_2_7_1_maint updated: Bump to Apache Commons BCEL 6.7.0-SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch xalan-j_2_7_1_maint
in repository https://gitbox.apache.org/repos/asf/xalan-java.git


The following commit(s) were added to refs/heads/xalan-j_2_7_1_maint by this push:
     new c16939d3 Bump to Apache Commons BCEL 6.7.0-SNAPSHOT
c16939d3 is described below

commit c16939d36fa0d4dc191c3dc69d17f4fe5d14d755
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Thu Nov 24 08:54:29 2022 -0500

    Bump to Apache Commons BCEL 6.7.0-SNAPSHOT
---
 build.xml                             |   2 +-
 lib/bcel-6.6.2-20221116.140854-10.jar | Bin 710212 -> 0 bytes
 lib/bcel-6.7.0-SNAPSHOT.jar           | Bin 0 -> 716289 bytes
 src/MANIFEST.MF                       |   2 +-
 4 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index abed5659..f73bb882 100644
--- a/build.xml
+++ b/build.xml
@@ -102,7 +102,7 @@ $Id$
   <property name="xmlapis.jar"            value="${endorsed.dir}/${xmlapis.jar.name}"/>
   <property name="parser.jar.name"        value="xercesImpl.jar"/>
   <property name="parser.jar"             value="${endorsed.dir}/${parser.jar.name}"/>
-  <property name="bcel.jar.name"          value="bcel-6.6.2-20221116.140854-10.jar"/>
+  <property name="bcel.jar.name"          value="bcel-6.7.0.jar"/>
   <property name="bcel.jar"               value="${lib.dir}/${bcel.jar.name}"/>
   <property name="runtime.jar.name"       value="runtime.jar"/>
   <property name="runtime.jar"            value="${lib.dir}/${runtime.jar.name}"/>
diff --git a/lib/bcel-6.6.2-20221116.140854-10.jar b/lib/bcel-6.6.2-20221116.140854-10.jar
deleted file mode 100644
index 1ed37c54..00000000
Binary files a/lib/bcel-6.6.2-20221116.140854-10.jar and /dev/null differ
diff --git a/lib/bcel-6.7.0-SNAPSHOT.jar b/lib/bcel-6.7.0-SNAPSHOT.jar
new file mode 100644
index 00000000..38eccfef
Binary files /dev/null and b/lib/bcel-6.7.0-SNAPSHOT.jar differ
diff --git a/src/MANIFEST.MF b/src/MANIFEST.MF
index aab88b63..4bcdf299 100644
--- a/src/MANIFEST.MF
+++ b/src/MANIFEST.MF
@@ -52,7 +52,7 @@ Name: org/apache/bcel/
 Comment: Apache Commons Byte Code Engineering Library
 Specification-Title: Apache Commons BCEL
 Specification-Vendor: Apache Software Foundation
-Specification-Version: 6.6.2-SNAPSHOT
+Specification-Version: 6.7.0-SNAPSHOT
 Implementation-Title: org.apache.bcel
 Implementation-Version: @impl.version@
 Implementation-Vendor: Apache Software Foundation


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xalan.apache.org
For additional commands, e-mail: commits-help@xalan.apache.org