spring-5.2.9.RELEASE.pom 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>org.springframework</groupId>
  5. <artifactId>spring</artifactId>
  6. <version>5.2.9.RELEASE</version>
  7. <packaging>pom</packaging>
  8. <name>Spring Framework</name>
  9. <description>Spring Framework</description>
  10. <url>https://github.com/spring-projects/spring-framework</url>
  11. <organization>
  12. <name>Spring IO</name>
  13. <url>https://spring.io/projects/spring-framework</url>
  14. </organization>
  15. <licenses>
  16. <license>
  17. <name>Apache License, Version 2.0</name>
  18. <url>https://www.apache.org/licenses/LICENSE-2.0</url>
  19. <distribution>repo</distribution>
  20. </license>
  21. </licenses>
  22. <developers>
  23. <developer>
  24. <id>jhoeller</id>
  25. <name>Juergen Hoeller</name>
  26. <email>jhoeller@pivotal.io</email>
  27. </developer>
  28. </developers>
  29. <scm>
  30. <connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
  31. <developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
  32. <url>https://github.com/spring-projects/spring-framework</url>
  33. </scm>
  34. <issueManagement>
  35. <system>GitHub</system>
  36. <url>https://github.com/spring-projects/spring-framework/issues</url>
  37. </issueManagement>
  38. </project>