Skip to content

Commit 68fe9cc

Browse files
committed
Fix invalid groupId
1 parent 9efb352 commit 68fe9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template-placeholder-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</exclusions>
6666
</dependency>
6767
<dependency>
68-
<groupId>software.xdev-software</groupId>
68+
<groupId>software.xdev</groupId>
6969
<artifactId>template-placeholder</artifactId>
7070
<version>${project.version}</version>
7171
</dependency>

0 commit comments

Comments
 (0)