project
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cloud.piranha.micro</groupId>
<artifactId>project</artifactId>
<version>25.6.0</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>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>25.6.0</version>
</parent>
<groupId>cloud.piranha.micro</groupId>
<artifactId>project</artifactId>
<packaging>pom</packaging>
<name>Piranha - Micro</name>
<modules>
<module>builder</module>
<module>core</module>
<module>loader</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>cloud.piranha</groupId>
<artifactId>bom</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<distributionManagement>
<site>
<id>default</id>
<url>file:///tmp/piranha/micro/</url>
</site>
</distributionManagement>
</project>