Skip to content

Commit

Permalink
bingo-elastic: java: added developers info to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkviatkovskii committed Nov 25, 2020
1 parent 320e629 commit 281b397
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions api/plugins/bingo-elastic/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 281b397

Please sign in to comment.