Skip to content

Commit 1f996a1

Browse files
authored
Merge pull request #48 from liutikas/main
Add license information to each artifact
2 parents af50563 + e3c5dd3 commit 1f996a1

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

junit4/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030

3131
<name>TestParameterInjector for JUnit4</name>
3232

33+
<licenses>
34+
<license>
35+
<name>The Apache Software License, Version 2.0</name>
36+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
37+
<distribution>repo</distribution>
38+
</license>
39+
</licenses>
40+
3341
<dependencies>
3442
<!-- Compile-time dependencies -->
3543
<dependency>

junit5/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030

3131
<name>TestParameterInjector for JUnit5</name>
3232

33+
<licenses>
34+
<license>
35+
<name>The Apache Software License, Version 2.0</name>
36+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
37+
<distribution>repo</distribution>
38+
</license>
39+
</licenses>
40+
3341
<dependencies>
3442
<!-- Compile-time dependencies -->
3543
<dependency>

0 commit comments

Comments
 (0)