sdk-bom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.fitko.fitconnect</groupId>
<artifactId>sdk-bom</artifactId>
<version>4.0.0-alpha.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>dev.fitko.fitconnect</groupId>
<artifactId>sdk-bom</artifactId>
<version>4.0.0-alpha.2</version>
<packaging>pom</packaging>
<name>FIT-Connect SDK BOM</name>
<description>Bill of Materials for the FIT-Connect modular SDK. Importing this BOM into a
consumer's dependencyManagement locks in a tested-together set of module
versions, so integrators can list FIT-Connect modules without specifying
individual versions.
The BOM is bumped on every coordinated SDK release. Individual module
releases between coordinated releases do NOT bump the BOM; the BOM expresses
the official "this works with that" combination.</description>
<url>https://git.fitko.de/fit-connect/egov-modules/sdk-bom</url>
<licenses>
<license>
<name>EUPL-1.2</name>
<url>https://joinup.ec.europa.eu/page/eupl-text-11-12</url>
<distribution>repo</distribution>
</license>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
<license>
<name>CC0-1.0</name>
<url>https://creativecommons.org/publicdomain/zero/1.0/deed.en</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>FIT-Connect Contributors</name>
<email>fit-connect@fitko.de</email>
<organization>FITKO</organization>
<organizationUrl>https://www.fitko.de</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://git.fitko.de/fit-connect/egov-modules/sdk-bom</connection>
<developerConnection>scm:git:https://git.fitko.de/fit-connect/egov-modules/sdk-bom</developerConnection>
<url>https://git.fitko.de/fit-connect/egov-modules/sdk-bom</url>
</scm>
<distributionManagement>
<snapshotRepository>
<id>central</id>
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.10.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>