Skip to content

Commit

Permalink
Feature/#760 aggregations in integrations (#891)
Browse files Browse the repository at this point in the history
* #760: add integration parent module

* #760: clean up integration parent module

* #760: clean up poms
  • Loading branch information
StephanStrehlerCGI authored Oct 26, 2023
1 parent 0974b41 commit a6d8d71
Show file tree
Hide file tree
Showing 10 changed files with 412 additions and 48 deletions.
3 changes: 2 additions & 1 deletion digiwf-integrations/digiwf-alw-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>digiwf-integration-parent</artifactId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-integrations</artifactId>
<relativePath>../digiwf-integration-parent</relativePath>
<version>1.2.0-SNAPSHOT</version>
</parent>

Expand Down
3 changes: 2 additions & 1 deletion digiwf-integrations/digiwf-cosys-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
<description>CoSys integration used by DigiWF</description>

<parent>
<artifactId>digiwf-integration-parent</artifactId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-integrations</artifactId>
<relativePath>../digiwf-integration-parent</relativePath>
<version>1.2.0-SNAPSHOT</version>
</parent>

Expand Down
3 changes: 2 additions & 1 deletion digiwf-integrations/digiwf-dms-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
<packaging>pom</packaging>

<parent>
<artifactId>digiwf-integration-parent</artifactId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-integrations</artifactId>
<relativePath>../digiwf-integration-parent</relativePath>
<version>1.2.0-SNAPSHOT</version>
</parent>

Expand Down
3 changes: 2 additions & 1 deletion digiwf-integrations/digiwf-email-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
<packaging>pom</packaging>

<parent>
<artifactId>digiwf-integration-parent</artifactId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-integrations</artifactId>
<relativePath>../digiwf-integration-parent</relativePath>
<version>1.2.0-SNAPSHOT</version>
</parent>

Expand Down
8 changes: 5 additions & 3 deletions digiwf-integrations/digiwf-example-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
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>
<artifactId>digiwf-example-integration</artifactId>
<packaging>pom</packaging>

<parent>
<artifactId>digiwf-integration-parent</artifactId>
<groupId>de.muenchen.oss.digiwf</groupId>
<artifactId>digiwf-integrations</artifactId>
<relativePath>../digiwf-integration-parent</relativePath>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>digiwf-example-integration</artifactId>
<packaging>pom</packaging>

<modules>
<module>digiwf-example-integration-core</module>
Expand Down
Loading

0 comments on commit a6d8d71

Please sign in to comment.