Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
add pom info
Browse files Browse the repository at this point in the history
  • Loading branch information
superrdean committed Dec 10, 2019
1 parent 2660e8e commit bf3e803
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
34 changes: 34 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,40 @@
<packaging>pom</packaging>
<name>Spring Cloud Azure</name>
<description>Spring Cloud Azure</description>
<url>https://github.com/microsoft/spring-cloud-azure</url>

<licenses>
<license>
<name>MIT</name>
<url>https://github.com/microsoft/spring-cloud-azure/blob/master/LICENSE.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<id>XiaoluDai</id>
<name>Xiaolu Dai</name>
<email>[email protected]</email>
</developer>

<developer>
<id>ZhouLiu</id>
<name>Zhou Liu</name>
<email>[email protected]</email>
</developer>
</developers>

<organization>
<name>Microsoft</name>
<url>https://www.microsoft.com</url>
</organization>

<scm>
<connection>scm:git:git://github.com/Microsoft/spring-cloud-azure.git</connection>
<developerConnection>scm:git:ssh://github.com:Microsoft/spring-cloud-azure.git</developerConnection>
<url>https://github.com/Microsoft/spring-cloud-azure/tree/master</url>
</scm>

<parent>
<groupId>org.springframework.cloud</groupId>
Expand Down
34 changes: 34 additions & 0 deletions spring-cloud-azure-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,40 @@
<packaging>pom</packaging>
<name>Spring Cloud Azure dependencies BOM</name>
<description>BOM for Spring Cloud Azure dependencies</description>
<url>https://github.com/microsoft/spring-cloud-azure</url>

<licenses>
<license>
<name>MIT</name>
<url>https://github.com/microsoft/spring-cloud-azure/blob/master/LICENSE.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<id>XiaoluDai</id>
<name>Xiaolu Dai</name>
<email>[email protected]</email>
</developer>

<developer>
<id>ZhouLiu</id>
<name>Zhou Liu</name>
<email>[email protected]</email>
</developer>
</developers>

<organization>
<name>Microsoft</name>
<url>https://www.microsoft.com</url>
</organization>

<scm>
<connection>scm:git:git://github.com/Microsoft/spring-cloud-azure.git</connection>
<developerConnection>scm:git:ssh://github.com:Microsoft/spring-cloud-azure.git</developerConnection>
<url>https://github.com/Microsoft/spring-cloud-azure/tree/master</url>
</scm>

<properties>
<powermock.version>1.7.1</powermock.version>
Expand Down

0 comments on commit bf3e803

Please sign in to comment.