Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit 5ae69a1

Browse files
committed
fix: release infor to pom
1 parent b2f0e17 commit 5ae69a1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

+8
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<name>JEnvTest Project</name>
1212
<description>Library to support testing against Kubernetes API server</description>
13+
<url>https://github.com/java-operator-sdk/jenvtest</url>
1314

1415
<licenses>
1516
<license>
@@ -24,6 +25,13 @@
2425
<url>https://github.com/java-operator-sdk/jenvtest/tree/main</url>
2526
</scm>
2627

28+
<developers>
29+
<developer>
30+
<name>Attila Mészáros</name>
31+
<email>[email protected]</email>
32+
</developer>
33+
</developers>
34+
2735
<properties>
2836
<junit.version>5.9.1</junit.version>
2937
<slf4j.version>1.7.36</slf4j.version>

0 commit comments

Comments
 (0)