-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bingo-elastic: java: added developers info to pom.xml
- Loading branch information
1 parent
320e629
commit 281b397
Showing
1 changed file
with
15 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,21 @@ | |
<description>Elasticsearch chemistry database search tool</description> | ||
<url>http://lifescience.opensource.epam.com/indigo/api</url> | ||
|
||
<developers> | ||
<developer> | ||
<id>konstantin_perikov</id> | ||
<name>Konstantin Perikov</name> | ||
<email>[email protected]</email> | ||
<timezone>UTC</timezone> | ||
</developer> | ||
<developer> | ||
<id>ruslan_khyurri</id> | ||
<name>Ruslan Khyurri</name> | ||
<email>[email protected]</email> | ||
<timezone>UTC+3</timezone> | ||
</developer> | ||
</developers> | ||
|
||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<maven.compiler.source>1.8</maven.compiler.source> | ||
|