Skip to content

Commit

Permalink
fix poms
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelperezcolom committed Feb 1, 2025
1 parent 66120cd commit 8f613a8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backend/shared/core/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>
<artifactId>backend</artifactId>
<artifactId>shared</artifactId>
<groupId>io.mateu</groupId>
<version>0.0.1-MATEU</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion backend/shared/dtos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<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">
<parent>
<artifactId>backend</artifactId>
<artifactId>shared</artifactId>
<groupId>io.mateu</groupId>
<version>0.0.1-MATEU</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion backend/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>io.mateu</groupId>
<artifactId>backend</artifactId>
<artifactId>shared</artifactId>
<version>0.0.1-MATEU</version>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion backend/webflux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>io.mateu</groupId>
<artifactId>backend-webflux</artifactId>
<artifactId>webflux</artifactId>
<version>0.0.1-MATEU</version>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion backend/webflux/webflux-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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">
<parent>
<artifactId>backend-webflux</artifactId>
<artifactId>webflux</artifactId>
<groupId>io.mateu</groupId>
<version>0.0.1-MATEU</version>
</parent>
Expand Down

0 comments on commit 8f613a8

Please sign in to comment.