Skip to content

Commit

Permalink
user parent props for maven-compiler-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
maximthomas committed Mar 22, 2024
1 parent 89be5d0 commit 3abfee3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions OpenICF-java-framework/connector-server-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
</description>

<properties>
<!-- maven-compiler-plugin -->
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
<jetty.version>9.4.51.v20230217</jetty.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 0 additions & 2 deletions OpenICF-ssh-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
<name>OpenICF SSH Connector</name>
<description>Generic SSH connector</description>
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<connectorPackage>org.forgerock.openicf.connectors.ssh</connectorPackage>
<connectorClass>SSHConnector</connectorClass>
<framework.compatibilityVersion>1.5</framework.compatibilityVersion>
Expand Down

0 comments on commit 3abfee3

Please sign in to comment.