This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git
The following commit(s) were added to refs/heads/master by this push:
new 9832ae1 Bump org.apache.commons:commons-parent from 47 to 85
9832ae1 is described below
commit 9832ae130be05f4143eed2d0d9ce69a3506b01d4
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Jul 15 09:22:45 2025 -0400
Bump org.apache.commons:commons-parent from 47 to 85
---
maven-plugin/pom.xml | 3 ++-
modules/normalizer/pom.xml | 3 ++-
modules/privilizer/pom.xml | 5 ++++-
pom.xml | 7 ++++---
processor/pom.xml | 1 -
src/changes/changes.xml | 5 +++--
6 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml
index 176f706..3acaf22 100644
--- a/maven-plugin/pom.xml
+++ b/maven-plugin/pom.xml
@@ -43,6 +43,8 @@ under the License.
org.apache.commons:commons-weaver-maven-plugin:maven-plugin:2.0
-->
<japicmp.skip>true</japicmp.skip>
+ <!-- TODO? -->
+ <moditect.skip>true</moditect.skip>
</properties>
<dependencies>
@@ -126,7 +128,6 @@ under the License.
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>2.4.0</version>
<configuration>
<supportedProjectTypes>
<supportedProjectType>maven-plugin</supportedProjectType>
diff --git a/modules/normalizer/pom.xml b/modules/normalizer/pom.xml
index 1a17ebf..a741132 100644
--- a/modules/normalizer/pom.xml
+++ b/modules/normalizer/pom.xml
@@ -28,6 +28,8 @@ under the License.
<name>Apache Commons Weaver Normalizer</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <!-- TODO? -->
+ <moditect.skip>true</moditect.skip>
</properties>
<description>
@@ -45,7 +47,6 @@ under the License.
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
- <version>5.9.1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/modules/privilizer/pom.xml b/modules/privilizer/pom.xml
index 13f942a..b67da93 100644
--- a/modules/privilizer/pom.xml
+++ b/modules/privilizer/pom.xml
@@ -34,7 +34,10 @@ under the License.
<description>
Privilizer provides machinery to automate the handling of Java Security
access controls in code.
</description>
-
+ <properties>
+ <!-- TODO? -->
+ <moditect.skip>true</moditect.skip>
+ </properties>
<modules>
<module>api</module>
<module>weaver</module>
diff --git a/pom.xml b/pom.xml
index f455a15..410bd49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>47</version>
+ <version>85</version>
</parent>
<artifactId>commons-weaver-base</artifactId>
<version>2.1-SNAPSHOT</version>
@@ -46,7 +46,8 @@ under the License.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<commons.componentid>weaver</commons.componentid>
<commons.module.name>org.apache.commons.weaver</commons.module.name>
- <commons.release.version>2.0</commons.release.version>
+ <commons.release.version>2.1</commons.release.version>
+ <commons.bc.version>2.0</commons.bc.version>
<commons.release.name>commons-weaver-${commons.release.version}</commons.release.name>
<commons.rc.version>RC1</commons.rc.version>
<commons.jira.id>WEAVER</commons.jira.id>
@@ -114,7 +115,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.1.1</version>
+ <version>3.6.0</version>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
diff --git a/processor/pom.xml b/processor/pom.xml
index 80fe11e..d397566 100644
--- a/processor/pom.xml
+++ b/processor/pom.xml
@@ -46,7 +46,6 @@ under the License.
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
- <version>5.9.1</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index eeb6da1..4cbb77f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -15,9 +15,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<document xmlns="http://maven.apache.org/changes/1.0.0"
+<document xmlns="http://maven.apache.org/changes/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/changes/1.0.0
https://maven.apache.org/xsd/changes-1.0.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/changes/2.0.0
https://maven.apache.org/xsd/changes-2.0.0.xsd">
<properties>
<title>Apache Commons Weaver Changes</title>
<author email="[email protected]">Matt Benson</author>
@@ -34,6 +34,7 @@
<action type="update" dev="ggregory">Update commons.japicmp.version
0.11.1 -> 0.15.1.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Bump
org.apache.maven:maven-core from 3.1.0 to 3.8.1 in /maven-plugin #13.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Bump junit from
4.12 to 4.13.1 in /parent #9.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 47 to 85.</action>
</release>
<release version="2.0" date="2018-09-07" description="Requires Java 8 or
above.">
<action issue="WEAVER-16" type="fix">NullPointerException when weaving
class with no package.</action>