This is an automated email from the ASF dual-hosted git repository.
gpetracek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git
The following commit(s) were added to refs/heads/master by this push:
new 38ed117dd DELTASPIKE-1437 updated build configuration
38ed117dd is described below
commit 38ed117dd31ab5de6624a94e13d6a1faa87d2a9a
Author: gpetracek <[email protected]>
AuthorDate: Fri Feb 17 00:45:20 2023 +0100
DELTASPIKE-1437 updated build configuration
---
deltaspike/parent/pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml
index edca8acd8..06f332f14 100644
--- a/deltaspike/parent/pom.xml
+++ b/deltaspike/parent/pom.xml
@@ -706,8 +706,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.compiler.plugin.version}</version>
<configuration>
- <source>${java.version}</source>
- <target>${java.version}</target>
+ <release>${java.version}</release>
</configuration>
</plugin>