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
commit 0b26d324bf89f2d7db298e5d983fcf5c2dd5a477 Author: Gary D. Gregory <[email protected]> AuthorDate: Tue Jul 15 16:43:46 2025 -0400 Set version for maven-compiler-plugin --- modules/privilizer/weaver/src/it/sample/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/privilizer/weaver/src/it/sample/pom.xml b/modules/privilizer/weaver/src/it/sample/pom.xml index cce30d3..cd43da6 100755 --- a/modules/privilizer/weaver/src/it/sample/pom.xml +++ b/modules/privilizer/weaver/src/it/sample/pom.xml @@ -55,6 +55,7 @@ under the License. <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> + <version>3.14.0</version> <configuration> <source>1.8</source> <target>1.8</target>
