-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6092d23
commit a858579
Showing
1 changed file
with
43 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 |
---|---|---|
|
@@ -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> | ||
|