You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/04/01 06:37:47 UTC

[incubator-streampipes] branch dev updated: [hotfix] Set Maven source/target to Java 11

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 392a738  [hotfix] Set Maven source/target to Java 11
392a738 is described below

commit 392a738b9139f28ee4750e38439c9af14bd5a5bd
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Fri Apr 1 08:37:38 2022 +0200

    [hotfix] Set Maven source/target to Java 11
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8eff674..7a5f38d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,6 +136,9 @@
 	<maven.jar.plugin.version>3.1.2</maven.jar.plugin.version>
 	<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
 	<maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
+
+	<maven.compiler.source>11</maven.compiler.source>
+	<maven.compiler.target>11</maven.compiler.target>
 </properties>
 
 <name>Apache StreamPipes (incubating)</name>