Skip to content

Commit 78bcc05

Browse files
committed
Do not use deprecated ${groupId}
1 parent f4e0915 commit 78bcc05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@
8787
<dependencies>
8888

8989
<dependency>
90-
<groupId>${groupId}</groupId>
90+
<groupId>${project.groupId}</groupId>
9191
<artifactId>gem-api</artifactId>
9292
<version>${project.version}</version>
9393
</dependency>
9494
<dependency>
95-
<groupId>${groupId}</groupId>
95+
<groupId>${project.groupId}</groupId>
9696
<artifactId>gem-processor</artifactId>
9797
<version>${project.version}</version>
9898
</dependency>

0 commit comments

Comments
 (0)