ike-bom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>network.ike.platform</groupId>
<artifactId>ike-bom</artifactId>
<version>99</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>network.ike.platform</groupId>
<artifactId>ike-platform</artifactId>
<version>99</version>
</parent>
<artifactId>ike-bom</artifactId>
<packaging>pom</packaging>
<name>IKE Bill of Materials</name>
<description>Auto-generated BOM providing centralized dependency version
management for IKE Network projects. Import this POM for
version alignment without inheriting ike-parent build conventions.
Generated from ike-parent's dependencyManagement by ike:generate-bom.</description>
<url>https://ike.network/ike-platform/ike-bom/</url>
<inceptionYear>2026</inceptionYear>
<organization>
<name>IKE Network</name>
<url>https://ike.network</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<distributionManagement>
<repository>
<id>ike-staging</id>
<url>https://nexus.tinkar.org/repository/ike-staging/</url>
</repository>
<snapshotRepository>
<id>ike-snapshots</id>
<url>${deploy.snapshot.url}</url>
</snapshotRepository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>network.ike.tooling</groupId>
<artifactId>ike-maven-plugin</artifactId>
<version>${network.ike.tooling__GA__ike-tooling__VERSION}</version>
<executions>
<execution>
<id>generate-bom</id>
<goals>
<goal>generate-bom</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>