Skip to content

Commit 9c318d9

Browse files
marco76marco76
authored andcommitted
remove absolute paths
1 parent 56e6e8c commit 9c318d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
<dependencies>
2222
<dependency>
23-
<groupId>dev.marco</groupId>
23+
<groupId>${project.groupId}</groupId>
2424
<artifactId>frontend</artifactId>
25-
<version>0.1-SNAPSHOT</version>
25+
<version>${project.version}</version>
2626
<type>jar</type>
2727
</dependency>
2828
</dependencies>
@@ -59,7 +59,7 @@
5959
<configuration>
6060
<artifactItems>
6161
<artifactItem>
62-
<groupId>dev.marco</groupId>
62+
<groupId>${project.groupId}</groupId>
6363
<artifactId>frontend</artifactId>
6464
<type>jar</type>
6565
<overWrite>true</overWrite>

0 commit comments

Comments
 (0)