Skip to content

Commit

Permalink
fix: add developers into pom
Browse files Browse the repository at this point in the history
  • Loading branch information
olenagerasimova committed Dec 11, 2023
1 parent 603ca01 commit 3e79f26
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions mvn-resolver-transport-http3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,28 @@
<scm>
<url>https://github.com/artipie/maven-resolver-http3-plugin</url>
</scm>
<developers>
<developer>
<id>https://github.com/ChGen</id>
<name>Evgeny Chugunnyy</name>
<email>chgenn.x@gmail.com</email>
<organization>Artipie</organization>
<organizationUrl>https://www.artipie.com</organizationUrl>
<roles>
<role>maintainer</role>
</roles>
</developer>
<developer>
<id>https://github.com/olenagerasimova</id>
<name>Alena</name>
<email>olena.gerasimova@gmail.com</email>
<organization>Artipie</organization>
<organizationUrl>https://www.artipie.com</organizationUrl>
<roles>
<role>maintainer</role>
</roles>
</developer>
</developers>
<properties>
<Automatic-Module-Name>com.artipie.maven.resolver.transport.http3</Automatic-Module-Name>
<Bundle-SymbolicName>${Automatic-Module-Name}</Bundle-SymbolicName>
Expand Down

0 comments on commit 3e79f26

Please sign in to comment.