Skip to content

Commit

Permalink
fix: pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhnm committed Oct 10, 2024
1 parent da42474 commit cadda67
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion taskmanagement/processes/libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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>
<parent>
<groupId>io.miragon</groupId>
<groupId>io.miragon.consulting</groupId>
<artifactId>processes</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion taskmanagement/processes/libs/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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>
<parent>
<groupId>io.miragon</groupId>
<groupId>io.miragon.consulting</groupId>
<artifactId>libs</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion taskmanagement/processes/libs/taskmanager-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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>
<parent>
<groupId>io.miragon</groupId>
<groupId>io.miragon.consulting</groupId>
<artifactId>libs</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion taskmanagement/processes/order/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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>
<parent>
<groupId>io.miragon</groupId>
<groupId>io.miragon.consulting</groupId>
<artifactId>processes</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion taskmanagement/processes/payment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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>
<parent>
<groupId>io.miragon</groupId>
<groupId>io.miragon.consulting</groupId>
<artifactId>processes</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
Expand Down

0 comments on commit cadda67

Please sign in to comment.