We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56e6e8c + 9c318d9 commit 6872a14Copy full SHA for 6872a14
1 file changed
backend/pom.xml
@@ -20,9 +20,9 @@
20
21
<dependencies>
22
<dependency>
23
- <groupId>dev.marco</groupId>
+ <groupId>${project.groupId}</groupId>
24
<artifactId>frontend</artifactId>
25
- <version>0.1-SNAPSHOT</version>
+ <version>${project.version}</version>
26
<type>jar</type>
27
</dependency>
28
</dependencies>
@@ -59,7 +59,7 @@
59
<configuration>
60
<artifactItems>
61
<artifactItem>
62
63
64
65
<overWrite>true</overWrite>
0 commit comments