We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0bd68 commit 545bf4aCopy full SHA for 545bf4a
pom.xml
@@ -4,17 +4,17 @@
4
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
<modelVersion>4.0.0</modelVersion>
6
7
- <groupId>anthonisen.felix</groupId>
+ <groupId>io.github.bldl</groupId>
8
<artifactId>java-variance</artifactId>
9
- <version>1.0</version>
+ <version>1.0.0</version>
10
11
<name>{project.groupId}:${project.artifactId}</name>
12
<url>https://github.com/bldl/java-variance</url>
13
14
<licenses>
15
<license>
16
- <name>TODO</name>
17
- <url>TODO</url>
+ <name>MIT License</name>
+ <url>http://www.opensource.org/licenses/mit-license.php</url>
18
</license>
19
</licenses>
20
0 commit comments