process-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.chenile.orchestrator.process</groupId>
<artifactId>process-parent</artifactId>
<version>2.1.28</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>
<parent>
<groupId>org.chenile</groupId>
<artifactId>chenile-parent</artifactId>
<version>2.1.28</version>
</parent>
<groupId>org.chenile.orchestrator.process</groupId>
<artifactId>process-parent</artifactId>
<version>2.1.28</version>
<packaging>pom</packaging>
<name>All Modules that belong to the Process system</name>
<description>Modules execution project and Parent Pom</description>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<modules>
<module>process-api</module>
<module>process-service</module>
<module>process-delegate</module>
<module>process-utils</module>
<module>jdbc-process-starter</module>
<module>q-based-process-starter</module>
<module>invm-process-starter</module>
</modules>
<properties>
<revision>${chenile.process.management}</revision>
</properties>
</project>