This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Киряев Кирилл
committed
Jun 23, 2022
1 parent
f4259ac
commit 0c5556b
Showing
1 changed file
with
46 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -33,15 +33,60 @@ SOFTWARE. | |
<artifactId>net</artifactId> | ||
<version>0.0.0</version> | ||
<packaging>jar</packaging> | ||
<name>sockets</name> | ||
<name>eo-net</name> | ||
<description>Sockets for EO Programming Language</description> | ||
<organization> | ||
<name>EO</name> | ||
<url>https://github.com/objectionary/eo-net</url> | ||
</organization> | ||
<licenses> | ||
<license> | ||
<name>MIT</name> | ||
<url>https://www.eolang.org/LICENSE.txt</url> | ||
<distribution>site</distribution> | ||
</license> | ||
</licenses> | ||
<developers> | ||
<developer> | ||
<id>1</id> | ||
<name>kerelape</name> | ||
<email>[email protected]</email> | ||
<roles> | ||
<role>Developer</role> | ||
</roles> | ||
<timezone>+5</timezone> | ||
</developer> | ||
<developer> | ||
<id>2</id> | ||
<name>Yegor Bugayenko</name> | ||
<email>[email protected]</email> | ||
<organization>yegor256.com</organization> | ||
<organizationUrl>https://www.yegor256.com</organizationUrl> | ||
<roles> | ||
<role>Architect</role> | ||
</roles> | ||
<timezone>+3</timezone> | ||
</developer> | ||
</developers> | ||
<issueManagement> | ||
<system>GitHub</system> | ||
<url>https://github.com/objectionary/eo-net/issues</url> | ||
</issueManagement> | ||
<scm> | ||
<connection>scm:git:[email protected]:objectionary/eo-net.git</connection> | ||
<developerConnection>scm:git:[email protected]:objectionary/eo-net.git</developerConnection> | ||
<url>https://github.com/objectionary/eo-net</url> | ||
</scm> | ||
<ciManagement> | ||
<system>rultor</system> | ||
<url>https://www.rultor.com/s/eo-net</url> | ||
</ciManagement> | ||
<distributionManagement> | ||
<site> | ||
<id>github-pages</id> | ||
<url>https://github.com/objectionary/eo-net</url> | ||
</site> | ||
</distributionManagement> | ||
<dependencies> | ||
<dependency> | ||
<groupId>org.eolang</groupId> | ||
|