Skip to content

Commit

Permalink
Remove BOM distributionManagement section
Browse files Browse the repository at this point in the history
  • Loading branch information
tristantarrant committed Sep 29, 2022
1 parent d04dff2 commit 94ce1f6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions build-configuration/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,6 @@
<url>https://issues.jboss.org/browse/ISPN</url>
</issueManagement>

<distributionManagement>
<repository>
<id>${jboss.releases.repo.id}</id>
<name>JBoss Release Repository</name>
<url>${jboss.releases.repo.url}</url>
</repository>
<snapshotRepository>
<id>${jboss.snapshots.repo.id}</id>
<name>JBoss Snapshot Repository</name>
<url>${jboss.snapshots.repo.url}</url>
</snapshotRepository>
</distributionManagement>

<properties>
<!-- Java source/target version -->
<version.java>1.8</version.java>
Expand Down

0 comments on commit 94ce1f6

Please sign in to comment.