Skip to content

Commit

Permalink
Merge pull request #27 from vania-pooh/master
Browse files Browse the repository at this point in the history
Added project URL and developers section to pom.xml
  • Loading branch information
vania-pooh authored Oct 23, 2021
2 parents 3edf42b + b55e95f commit f209b30
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<name>Lightning</name>
<description>Lightweight and lightning fast WebDriver client library</description>
<url>https://github.com/aerokube/lightning-java</url>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down Expand Up @@ -237,4 +238,19 @@
<url>https://github.com/aerokube/lightning-java/actions</url>
</ciManagement>

<developers>
<developer>
<id>vania-pooh</id>
<name>Ivan Krutov</name>
<email>[email protected]</email>
<organization>Aerokube</organization>
</developer>
<developer>
<id>aandryashin</id>
<name>Alexander Andryashin</name>
<email>[email protected]</email>
<organization>Aerokube</organization>
</developer>
</developers>

</project>

0 comments on commit f209b30

Please sign in to comment.