-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from vania-pooh/master
Added project URL and developers section to pom.xml
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> |