Skip to content

Commit

Permalink
Align POMs for CI/CD (AlfrescoArchive#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
salaboy authored and erdemedeiros committed Sep 24, 2018
1 parent 19a394b commit ca70e29
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 8 deletions.
4 changes: 2 additions & 2 deletions activiti-api-basic-full-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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>

<groupId>org.activiti</groupId>
<groupId>org.activiti.examples</groupId>
<artifactId>activiti-api-basic-full-examples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
Expand All @@ -27,7 +27,7 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.activiti</groupId>
<groupId>org.activiti.dependencies</groupId>
<artifactId>activiti-dependencies</artifactId>
<version>${activiti.version}</version>
<scope>import</scope>
Expand Down
4 changes: 2 additions & 2 deletions activiti-api-basic-process-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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>

<groupId>org.activiti</groupId>
<groupId>org.activiti.examples</groupId>
<artifactId>activiti-api-basic-process-examples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
Expand All @@ -27,7 +27,7 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.activiti</groupId>
<groupId>org.activiti.dependencies</groupId>
<artifactId>activiti-dependencies</artifactId>
<version>${activiti.version}</version>
<scope>import</scope>
Expand Down
4 changes: 2 additions & 2 deletions activiti-api-basic-task-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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>

<groupId>org.activiti</groupId>
<groupId>org.activiti.examples</groupId>
<artifactId>activiti-api-basic-task-examples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
Expand All @@ -27,7 +27,7 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.activiti</groupId>
<groupId>org.activiti.dependencies</groupId>
<artifactId>activiti-dependencies</artifactId>
<version>${activiti.version}</version>
<scope>import</scope>
Expand Down
4 changes: 2 additions & 2 deletions activiti-api-spring-integration-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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>

<groupId>org.activiti</groupId>
<groupId>org.activiti.examples</groupId>
<artifactId>activiti-api-spring-integration-example</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
Expand All @@ -27,7 +27,7 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.activiti</groupId>
<groupId>org.activiti.dependencies</groupId>
<artifactId>activiti-dependencies</artifactId>
<version>${activiti.version}</version>
<scope>import</scope>
Expand Down
22 changes: 22 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.activiti.examples</groupId>
<artifactId>activiti-examples-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Activiti Examples :: Parent</name>
<description>Activiti Examples :: Parent</description>

<modules>
<module>activiti-api-basic-full-example</module>
<module>activiti-api-basic-process-example</module>
<module>activiti-api-basic-task-example</module>
<module>activiti-api-spring-integration-example</module>
</modules>


</project>

0 comments on commit ca70e29

Please sign in to comment.