File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 8
8
<artifactId >java-variance</artifactId >
9
9
<version >1.0</version >
10
10
11
- <name >java-variance </name >
11
+ <name >{project.groupId}: ${project.artifactId} </name >
12
12
<url >https://github.com/bldl/java-variance</url >
13
13
14
+ <licenses >
15
+ <license >
16
+ <name >TODO</name >
17
+ <url >TODO</url >
18
+ </license >
19
+ </licenses >
20
+
21
+ <developers >
22
+ <developer >
23
+ <name >Felix Anthonisen</name >
24
+
25
+ <organization >University of Bergen</organization >
26
+ <organizationUrl >https://www.uib.no/</organizationUrl >
27
+ </developer >
28
+ </developers >
29
+
30
+ <scm >
31
+ <connection >scm:git:git://github.com/bldl/java-variance.git</connection >
32
+ <developerConnection >scm:git:ssh://github.com:bldl/java-variance.git</developerConnection >
33
+ <url >https://github.com/bldl/java-variance/tree/main</url >
34
+ </scm >
35
+
14
36
<properties >
15
37
<junit .version>5.9.1</junit .version>
16
38
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments