parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.ig.orchestrations.chart.data</groupId>
<artifactId>parent</artifactId>
<version>0.4.34</version>
</dependency><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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.ig.orchestrations</groupId>
<artifactId>parent</artifactId>
<version>0.4.34</version>
</parent>
<groupId>com.ig.orchestrations.chart.data</groupId>
<artifactId>parent</artifactId>
<description>parent for FIXP artefacts</description>
<name>${project.groupId}:${project.artifactId}</name>
<packaging>pom</packaging>
<dependencyManagement>
<dependencies>
</dependencies>
</dependencyManagement>
<properties>
<target-package>com.ig.orchestrations.chart.data</target-package>
</properties>
<modules>
<module>json-schema</module>
<module>java-binding</module>
</modules>
<build>
</build>
</project>