-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add every bit of information in pom.xml to publish to maven central
- Loading branch information
Showing
4 changed files
with
49 additions
and
3 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,50 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
<groupId>be.ugent.idlab.knows</groupId> | ||
<artifactId>dataio</artifactId> | ||
<version>1.0.0</version> | ||
<version>1.0.3</version> | ||
<name>dataio</name> | ||
<packaging>jar</packaging> | ||
<url>https://github.com/RMLio/dataio</url> | ||
<description> | ||
DataIO allows iterating over different kinds of data sources. | ||
</description> | ||
<licenses> | ||
<license> | ||
<name>The MIT License</name> | ||
<url>https://raw.githubusercontent.com/RMLio/dataio/main/LICENSE</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
<scm> | ||
<connection>scm:git:ssh://[email protected]:RMLio/dataio.git</connection> | ||
<url>https://github.com/RMLio/dataio</url> | ||
</scm> | ||
<developers> | ||
<developer> | ||
<id>ghsnd</id> | ||
<name>Gerald Haesendonck</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
<developer> | ||
<id>jjankaj</id> | ||
<name>Jozef Jankaj</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
<developer> | ||
<id>rvrijsse</id> | ||
<name>Robbe Van Rijsselberghe</name> | ||
</developer> | ||
<developer> | ||
<id>thabils</id> | ||
<name>Tibe Habils</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
<developer> | ||
<id>anemchyn</id> | ||
<name>Aliaksandra Nemchynava</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
</developers> | ||
|
||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
|