spring-boot-admin-build-2.7.11.pom 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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>2.7.11</version>
  24. <relativePath>../spring-boot-admin-dependencies</relativePath>
  25. </parent>
  26. <groupId>de.codecentric</groupId>
  27. <artifactId>spring-boot-admin-build</artifactId>
  28. <version>2.7.11</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>Johannes Edmeier</name>
  46. <email>johannes.edmeier@codecentric.de</email>
  47. <organization>codecentric AG</organization>
  48. </developer>
  49. <developer>
  50. <name>Thomas Bosch</name>
  51. <email>thomas.bosch@codecentric.de</email>
  52. <organization>codecentric AG</organization>
  53. </developer>
  54. <developer>
  55. <name>Dennis Schulte</name>
  56. <email>dennis.schulte@codecentric.de</email>
  57. <organization>codecentric AG</organization>
  58. </developer>
  59. </developers>
  60. <scm>
  61. <connection>scm:git:git://github.com/codecentric/spring-boot-admin.git/spring-boot-admin-dependencies/spring-boot-admin-build</connection>
  62. <developerConnection>scm:git:ssh://git@github.com/codecentric/spring-boot-admin.git/spring-boot-admin-dependencies/spring-boot-admin-build</developerConnection>
  63. <url>https://github.com/codecentric/spring-boot-admin/spring-boot-admin-dependencies/spring-boot-admin-build</url>
  64. </scm>
  65. </project>