Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominick Leppich committed Sep 5, 2024
2 parents ddcdc3c + 00e95d2 commit 973ff52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
21 changes: 0 additions & 21 deletions module-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,21 +162,6 @@
</configuration>
</plugin>

<!-- COMPILATION -->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<release>${maven.compiler.release}</release>
<compilerArgs>
<arg>-Xlint:deprecation</arg>
<arg>-Xlint:unchecked</arg>
<arg>-Xlint:removal</arg>
</compilerArgs>
</configuration>
</plugin>
<!-- COMPILATION -->

<!-- TEST COVERAGE -->
<plugin>
<groupId>org.jacoco</groupId>
Expand Down Expand Up @@ -241,9 +226,6 @@
</goals>
<configuration>
<rules>
<requireMavenVersion>
<version>${maven.version}</version>
</requireMavenVersion>
<requireReleaseVersion>
<message>This is not a release version!</message>
</requireReleaseVersion>
Expand Down Expand Up @@ -277,9 +259,6 @@
</goals>
<configuration>
<rules>
<requireMavenVersion>
<version>${maven.version}</version>
</requireMavenVersion>
<requireSnapshotVersion>
<message>This is not a snapshot version!</message>
<failWhenParentIsRelease>false</failWhenParentIsRelease>
Expand Down
21 changes: 0 additions & 21 deletions module-exchange/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,6 @@
<build>
<finalName>${project.artifactId}</finalName>
<plugins>
<!-- COMPILATION -->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<release>${maven.compiler.release}</release>
<compilerArgs>
<arg>-Xlint:deprecation</arg>
<arg>-Xlint:unchecked</arg>
<arg>-Xlint:removal</arg>
</compilerArgs>
</configuration>
</plugin>
<!-- COMPILATION -->

<!-- TEST COVERAGE -->
<plugin>
<groupId>org.jacoco</groupId>
Expand Down Expand Up @@ -120,9 +105,6 @@
</goals>
<configuration>
<rules>
<requireMavenVersion>
<version>${maven.version}</version>
</requireMavenVersion>
<requireReleaseVersion>
<message>This is not a release version!</message>
</requireReleaseVersion>
Expand Down Expand Up @@ -156,9 +138,6 @@
</goals>
<configuration>
<rules>
<requireMavenVersion>
<version>${maven.version}</version>
</requireMavenVersion>
<requireSnapshotVersion>
<message>This is not a snapshot version!</message>
<failWhenParentIsRelease>false</failWhenParentIsRelease>
Expand Down

0 comments on commit 973ff52

Please sign in to comment.