Skip to content

Commit b924b33

Browse files
committed
modified: api-gateway/pom.xml
modified: common-lib/pom.xml modified: ledger-service/pom.xml modified: pom.xml modified: settlement-orchestrator/pom.xml
1 parent 8b453a4 commit b924b33

5 files changed

Lines changed: 27 additions & 25 deletions

File tree

api-gateway/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
<groupId>com.settlement</groupId>
1111
<artifactId>financial-settlement-platform</artifactId>
1212
<version>1.0.0-SNAPSHOT</version>
13-
<relativePath>../..</relativePath>
13+
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

16+
1617
<artifactId>api-gateway</artifactId>
1718

1819
<dependencies>

common-lib/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<groupId>com.settlement</groupId>
1111
<artifactId>financial-settlement-platform</artifactId>
1212
<version>1.0.0-SNAPSHOT</version>
13+
<relativePath>../pom.xml</relativePath>
1314
</parent>
1415

1516
<artifactId>common-lib</artifactId>

ledger-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>com.settlement</groupId>
1111
<artifactId>financial-settlement-platform</artifactId>
1212
<version>1.0.0-SNAPSHOT</version>
13-
<relativePath>../..</relativePath>
13+
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

1616
<artifactId>ledger-service</artifactId>

pom.xml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<version>3.4.2</version>
1818
</parent>
1919

20-
2120
<modules>
2221
<module>common-lib</module>
2322
<module>settlement-orchestrator</module>
@@ -28,9 +27,9 @@
2827

2928
<properties>
3029
<java.version>21</java.version>
30+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3131
</properties>
3232

33-
3433
<dependencyManagement>
3534
<dependencies>
3635
<dependency>
@@ -41,27 +40,28 @@
4140
<scope>import</scope>
4241
</dependency>
4342
</dependencies>
44-
</dependencyManagement>
45-
46-
<repositories>
47-
<repository>
48-
<id>central</id>
49-
<url>https://repo.maven.apache.org/maven2</url>
50-
</repository>
51-
</repositories>
43+
</dependencyManagement>
5244

53-
<pluginManagement>
54-
<plugins>
55-
<plugin>
56-
<groupId>org.apache.maven.plugins</groupId>
57-
<artifactId>maven-compiler-plugin</artifactId>
58-
<version>3.11.0</version>
59-
<configuration>
60-
<release>21</release>
61-
</configuration>
62-
</plugin>
63-
</plugins>
64-
</pluginManagement>
45+
<repositories>
46+
<repository>
47+
<id>central</id>
48+
<url>https://repo.maven.apache.org/maven2</url>
49+
</repository>
50+
</repositories>
6551

52+
<build>
53+
<pluginManagement>
54+
<plugins>
55+
<plugin>
56+
<groupId>org.apache.maven.plugins</groupId>
57+
<artifactId>maven-compiler-plugin</artifactId>
58+
<version>3.11.0</version>
59+
<configuration>
60+
<release>21</release>
61+
</configuration>
62+
</plugin>
63+
</plugins>
64+
</pluginManagement>
65+
</build>
6666

6767
</project>

settlement-orchestrator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>com.settlement</groupId>
1111
<artifactId>financial-settlement-platform</artifactId>
1212
<version>1.0.0-SNAPSHOT</version>
13-
<relativePath>../..</relativePath>
13+
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

1616

0 commit comments

Comments
 (0)