Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Киряев Кирилл committed Jun 23, 2022
1 parent f4259ac commit 0c5556b
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0c5556b

Please sign in to comment.