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

Commit b2f0e17

Browse files
committed
fix: project infor for release
1 parent 68847fd commit b2f0e17

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@
1111
<name>JEnvTest Project</name>
1212
<description>Library to support testing against Kubernetes API server</description>
1313

14+
<licenses>
15+
<license>
16+
<name>Apache 2 License</name>
17+
<url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
18+
</license>
19+
</licenses>
20+
21+
<scm>
22+
<connection>scm:git:git://github.com/java-operator-sdk/jenvtest.git</connection>
23+
<developerConnection>scm:git:[email protected]/java-operator-sdk/jenvtest.git</developerConnection>
24+
<url>https://github.com/java-operator-sdk/jenvtest/tree/main</url>
25+
</scm>
26+
1427
<properties>
1528
<junit.version>5.9.1</junit.version>
1629
<slf4j.version>1.7.36</slf4j.version>

0 commit comments

Comments
 (0)