-
-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ivan Willig
committed
Jun 25, 2022
1 parent
85c533c
commit 83f8dc6
Showing
4 changed files
with
97 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,14 +6,52 @@ | |
<artifactId>test</artifactId> | ||
<version>0.0.3-SNAPSHOT</version> | ||
<packaging>jar</packaging> | ||
<name>asdf</name> | ||
|
||
<name>asdf</name> | ||
<description>TEST</description> | ||
<url>http://example.com</url> | ||
|
||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
</properties> | ||
|
||
|
||
<contributors> | ||
<contributor> | ||
<name>Noelle</name> | ||
<email>[email protected]</email> | ||
<url>http://noellemarie.com</url> | ||
<organization>Noelle Marie</organization> | ||
<organizationUrl>http://noellemarie.com</organizationUrl> | ||
<roles> | ||
<role>tester</role> | ||
</roles> | ||
<timezone>America/Vancouver</timezone> | ||
<properties> | ||
<gtalk>[email protected]</gtalk> | ||
</properties> | ||
</contributor> | ||
</contributors> | ||
<developers> | ||
<developer> | ||
<id>juherr</id> | ||
<name>Julien Herr</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
<developer> | ||
<id>flgourie</id> | ||
<name>Florian Gourier</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
</developers> | ||
<licenses> | ||
<license> | ||
<name>Apache License, Version 2.0</name> | ||
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
<distribution>repo</distribution> | ||
<comments>A business-friendly OSS license</comments> | ||
</license> | ||
</licenses> | ||
<scm> | ||
<connection>scm:git:git://github.com/fake/test.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/fake/test.git</developerConnection> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters