Skip to content

Commit

Permalink
all: pom reorganisation
Browse files Browse the repository at this point in the history
  • Loading branch information
vondacho committed May 28, 2024
1 parent 6a6956d commit 84fd1eb
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>ch.obya</groupId>
<artifactId>pta</artifactId>
<packaging>pom</packaging>
<version>0.1.0-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>

<modules>
<module>pta-booking</module>
Expand Down
8 changes: 7 additions & 1 deletion pta-booking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@
<parent>
<groupId>ch.obya</groupId>
<artifactId>pta</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>
</parent>
<artifactId>pta-booking</artifactId>
<version>${booking.module.version}</version>
<repositories>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/obya/pta</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pta-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ch.obya</groupId>
<artifactId>pta</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>
</parent>
<artifactId>pta-common</artifactId>
<version>${common.module.version}</version>
Expand Down
2 changes: 1 addition & 1 deletion pta-customer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ch.obya</groupId>
<artifactId>pta</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>
</parent>
<artifactId>pta-customer</artifactId>
<version>${customer.module.version}</version>
Expand Down
2 changes: 1 addition & 1 deletion pta-designer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ch.obya</groupId>
<artifactId>pta</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>
</parent>
<artifactId>pta-designer</artifactId>
<version>${designer.module.version}</version>
Expand Down
2 changes: 1 addition & 1 deletion pta-invoicing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ch.obya</groupId>
<artifactId>pta</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>
</parent>
<artifactId>pta-invoicing</artifactId>
<version>${invoicing.module.version}</version>
Expand Down
2 changes: 1 addition & 1 deletion pta-shopping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ch.obya</groupId>
<artifactId>pta</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>
</parent>
<artifactId>pta-shopping</artifactId>
<version>${shopping.module.version}</version>
Expand Down

0 comments on commit 84fd1eb

Please sign in to comment.