This is an automated email from the ASF dual-hosted git repository. rfscholte pushed a commit to branch stabilize in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
commit b64ebba3414a4b40c84c8fcf0aaff2a669fcb131 Author: rfscholte <rfscho...@apache.org> AuthorDate: Fri Feb 5 14:58:27 2021 +0100 update gmaven-plugin (should be replaced with our maven-scripting-plugin) --- src/it/mcompiler-182/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/it/mcompiler-182/pom.xml b/src/it/mcompiler-182/pom.xml index d8026ad..eb28f32 100644 --- a/src/it/mcompiler-182/pom.xml +++ b/src/it/mcompiler-182/pom.xml @@ -48,7 +48,7 @@ under the License. <!-- Called as second invoker goal to simulate file adjustment --> <groupId>org.codehaus.gmaven</groupId> <artifactId>gmaven-plugin</artifactId> - <version>1.4</version> + <version>1.5</version> <configuration> <source> def beanAFile = new File( project.basedir, 'src/main/java/BeanA.java' )