Skip to content

Commit

Permalink
Added metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
santanusinha committed Aug 23, 2024
1 parent 6092d23 commit a858579
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,49 @@
<artifactId>drove</artifactId>
<packaging>pom</packaging>
<version>1.29</version>
<name>Drove</name>
<url>https://github.com/PhonePe/drove</url>
<description>Distributed Container Orchestrator</description>
<inceptionYear>2024</inceptionYear>

<scm>
<connection>scm:git:https://github.com/PhonePe/drove.git</connection>
<developerConnection>scm:git:https://github.com/PhonePe/drove.git</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/PhonePe/drove</url>
</scm>

<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/PhonePe/drove/issues</url>
</issueManagement>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>

<developers>
<developer>
<id>santanusinha</id>
<name>Santanu Sinha</name>
<email>[email protected]</email>
</developer>
<developer>
<id>Tushar-Naik</id>
<name>Tushar Naik</name>
<email>[email protected]</email>
</developer>
<developer>
<id>vishnunaini</id>
<name>Vishnu Naini</name>
<email>[email protected]</email>
</developer>
</developers>

<modules>
<module>drove-statemachine</module>
Expand Down

0 comments on commit a858579

Please sign in to comment.