Skip to content

Commit

Permalink
fixed some merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
elecharny committed Aug 14, 2024
1 parent 5cdcb3a commit 1947316
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,12 @@
<!-- properties used in tests -->
<felix.cache.dir>${project.build.directory}/felix-root</felix.cache.dir>

<!-- properties for the maven compiler plugin -->
<!-- Properties for the maven plugins -->
<cyclonedx.version>2.8.1</cyclonedx.version>
<maven.compiler.release>8</maven.compiler.release>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<org.eclipse.m2e.version>1.0.0</org.eclipse.m2e.version>
</properties>

<url>https://directory.apache.org/apacheds/1.5</url>
Expand Down Expand Up @@ -438,7 +440,7 @@
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<version>${org.eclipse.m2e.version}</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
Expand Down Expand Up @@ -490,10 +492,11 @@
</properties>
</configuration>
</plugin>

<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.8.1</version>
<version>${cyclonedx.version}</version>
<executions>
<execution>
<id>make-bom</id>
Expand Down

0 comments on commit 1947316

Please sign in to comment.