We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fc5df commit 341a53dCopy full SHA for 341a53d
1 file changed
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>network.ike.platform</groupId>
7
<artifactId>ike-parent</artifactId>
8
- <version>16</version>
+ <version>55</version>
9
<relativePath/>
10
</parent>
11
<groupId>dev.ikm.komet</groupId>
@@ -22,6 +22,16 @@
22
<comments>A business-friendly OSS license</comments>
23
</license>
24
</licenses>
25
+ <distributionManagement>
26
+ <!-- Explicit <site> URL — see ike-parent/CLAUDE.md
27
+ ("Inheriting projects MUST declare their own
28
+ <distributionManagement><site>") and ike-issues#380/#383.
29
+ Artifact id is `komet-parent`; site lives at the repo path. -->
30
+ <site>
31
+ <id>ike-site</id>
32
+ <url>https://ike.network/komet/</url>
33
+ </site>
34
+ </distributionManagement>
35
<scm>
36
<url>http://www.github.com/ikmdev/komet</url>
37
</scm>
0 commit comments