Skip to content

Commit 38e80e5

Browse files
committed
fixed dependency
1 parent 7464a04 commit 38e80e5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

dsm-common/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

77
<parent>
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<artifactId>dsm-common</artifactId>
14-
14+
1515

1616
<properties>
1717
<maven.compiler.source>17</maven.compiler.source>

dsm-runner/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

77
<parent>
@@ -82,9 +82,9 @@
8282

8383
<dependencies>
8484
<dependency>
85-
<groupId>com.twoweeksmc</groupId>
85+
<groupId>${project.parent.groupId}</groupId>
8686
<artifactId>dsm-console</artifactId>
87-
<version>1.0.0</version>
87+
<version>${project.parent.version}</version>
8888
</dependency>
8989
</dependencies>
9090

0 commit comments

Comments
 (0)