Skip to content

Commit

Permalink
Fix: remove different target versions (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
WLefever-Cegeka authored Sep 1, 2022
1 parent fa46f46 commit f472e51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
9 changes: 0 additions & 9 deletions ldes-fragmentisers/ldes-fragmentisers-geospatial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@
<artifactId>ldes-fragmentisers-geospatial</artifactId>
<packaging>jar</packaging>

<properties>
<!-- MAVEN -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>

<dependencies>
<!-- Spring Boot -->
<dependency>
Expand Down
5 changes: 0 additions & 5 deletions ldes-fragmentisers/ldes-fragmentisers-timebased/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@

<artifactId>ldes-fragmentisers-timebased</artifactId>

<properties>
<maven.compiler.source>18</maven.compiler.source>
<maven.compiler.target>18</maven.compiler.target>
</properties>

<dependencies>
<!-- Spring Boot -->
<dependency>
Expand Down

0 comments on commit f472e51

Please sign in to comment.