No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

50 líneas
1.9KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>org.hibernate</groupId>
  6. <artifactId>hibernate-ehcache</artifactId>
  7. <version>6.0.0.Alpha7</version>
  8. <packaging>pom</packaging>
  9. <name>hibernate-ehcache - relocation</name>
  10. <description>Hibernate ORM 6.0.0.Alpha7 release. See http://hibernate.org/orm/releases/6.0</description>
  11. <url>http://hibernate.org/orm</url>
  12. <organization>
  13. <name>Hibernate.org</name>
  14. <url>http://hibernate.org</url>
  15. </organization>
  16. <licenses>
  17. <license>
  18. <name>GNU Library General Public License v2.1 or later</name>
  19. <url>http://www.opensource.org/licenses/LGPL-2.1</url>
  20. <distribution>repo</distribution>
  21. <comments>See discussion at http://hibernate.org/community/license/ for more details.</comments>
  22. </license>
  23. </licenses>
  24. <developers>
  25. <developer>
  26. <id>hibernate-team</id>
  27. <name>The Hibernate Development Team</name>
  28. <organization>Hibernate.org</organization>
  29. <organizationUrl>http://hibernate.org</organizationUrl>
  30. </developer>
  31. </developers>
  32. <scm>
  33. <connection>scm:git:http://github.com/hibernate/hibernate-orm.git</connection>
  34. <developerConnection>scm:git:git@github.com:hibernate/hibernate-orm.git</developerConnection>
  35. <url>http://github.com/hibernate/hibernate-orm</url>
  36. </scm>
  37. <issueManagement>
  38. <system>jira</system>
  39. <url>https://hibernate.atlassian.net/browse/HHH</url>
  40. </issueManagement>
  41. <distributionManagement>
  42. <relocation>
  43. <groupId>org.hibernate.orm</groupId>
  44. <artifactId>hibernate-ehcache</artifactId>
  45. <version>6.0.0.Alpha7</version>
  46. </relocation>
  47. </distributionManagement>
  48. </project>