This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new e908b7c fix(build): Updated the maven-compiler-version to 3.10.0
(which was released today) as with the last update my build wasn't able to get
3.9.0
e908b7c is described below
commit e908b7c12a872146ea1360f88de25ecd21c984de
Author: cdutz <[email protected]>
AuthorDate: Mon Feb 14 19:04:33 2022 +0100
fix(build): Updated the maven-compiler-version to 3.10.0 (which was
released today) as with the last update my build wasn't able to get 3.9.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3e47ea7..4aefab2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1138,7 +1138,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.9.0</version>
+ <version>3.10.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>