Skip to content

Commit

Permalink
KOGITO-5413 - Use parent pom definition for Java version (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianonicolai authored Jul 12, 2021
1 parent aa4dd20 commit 2991d47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions kogito-travel-agency/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
<artifactId>kogito-travel-agency-example-basic</artifactId>
<name>Kogito Example :: Travel Agency :: Basic</name>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
</licenses>

<properties>
<maven.compiler.release>11</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<surefire.forkCount>1</surefire.forkCount>
Expand Down

0 comments on commit 2991d47

Please sign in to comment.