We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694bf20 commit 5a96b43Copy full SHA for 5a96b43
micronaut/pom.xml
@@ -7,7 +7,8 @@
7
<version>0.3.25</version>
8
</parent>
9
10
- <artifactId>micronaut</artifactId>
+ <artifactId>sdk-micronaut-extension</artifactId>
11
+ <name>Reforge SDK Extension for Micronaut</name>
12
13
<properties>
14
<maven.compiler.source>11</maven.compiler.source>
pom.xml
@@ -10,8 +10,10 @@
<groupId>com.reforge</groupId>
<artifactId>sdk-parent</artifactId>
+
15
<packaging>pom</packaging>
16
+ <name>Reforge SDK Parent POM</name>
17
18
<modules>
19
<module>micronaut</module>
0 commit comments