spring-boot-admin-build-3.2.3.pom 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ Copyright 2014-2019 the original author or authors.
  4. ~
  5. ~ Licensed under the Apache License, Version 2.0 (the "License");
  6. ~ you may not use this file except in compliance with the License.
  7. ~ You may obtain a copy of the License at
  8. ~
  9. ~ http://www.apache.org/licenses/LICENSE-2.0
  10. ~
  11. ~ Unless required by applicable law or agreed to in writing, software
  12. ~ distributed under the License is distributed on an "AS IS" BASIS,
  13. ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. ~ See the License for the specific language governing permissions and
  15. ~ limitations under the License.
  16. -->
  17. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  18. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  19. <modelVersion>4.0.0</modelVersion>
  20. <parent>
  21. <groupId>de.codecentric</groupId>
  22. <artifactId>spring-boot-admin-dependencies</artifactId>
  23. <version>3.2.3</version>
  24. <relativePath>../spring-boot-admin-dependencies</relativePath>
  25. </parent>
  26. <groupId>de.codecentric</groupId>
  27. <artifactId>spring-boot-admin-build</artifactId>
  28. <version>3.2.3</version>
  29. <packaging>pom</packaging>
  30. <name>Spring Boot Admin Build</name>
  31. <description>Spring Boot Admin Build</description>
  32. <url>https://github.com/codecentric/spring-boot-admin/spring-boot-admin-dependencies/spring-boot-admin-build/</url>
  33. <organization>
  34. <name>codecentric AG</name>
  35. <url>http://www.codecentric.de</url>
  36. </organization>
  37. <licenses>
  38. <license>
  39. <name>Apache License, Version 2.0</name>
  40. <url>http://www.apache.org/licenses/LICENSE-2.0</url>
  41. </license>
  42. </licenses>
  43. <developers>
  44. <developer>
  45. <name>codecentric AG</name>
  46. <email>spring-boot-admin@codecentric.de</email>
  47. <url>https://www.codecentric.de/</url>
  48. </developer>
  49. </developers>
  50. <scm>
  51. <connection>scm:git:git://github.com/codecentric/spring-boot-admin.git/spring-boot-admin-dependencies/spring-boot-admin-build</connection>
  52. <developerConnection>scm:git:ssh://git@github.com/codecentric/spring-boot-admin.git/spring-boot-admin-dependencies/spring-boot-admin-build</developerConnection>
  53. <url>https://github.com/codecentric/spring-boot-admin/spring-boot-admin-dependencies/spring-boot-admin-build</url>
  54. </scm>
  55. </project>