Skip to content

Commit 5a96b43

Browse files
committed
Changes maven coordinates of the micronaut extension. Add nice <name> elements
1 parent 694bf20 commit 5a96b43

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

micronaut/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<version>0.3.25</version>
88
</parent>
99

10-
<artifactId>micronaut</artifactId>
10+
<artifactId>sdk-micronaut-extension</artifactId>
11+
<name>Reforge SDK Extension for Micronaut</name>
1112

1213
<properties>
1314
<maven.compiler.source>11</maven.compiler.source>

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010

1111
<groupId>com.reforge</groupId>
1212
<artifactId>sdk-parent</artifactId>
13+
1314
<version>0.3.25</version>
1415
<packaging>pom</packaging>
16+
<name>Reforge SDK Parent POM</name>
1517

1618
<modules>
1719
<module>micronaut</module>

0 commit comments

Comments
 (0)