<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright (c) 2018, 2025 Oracle and/or its affiliates. All rights reserved.

    This program and the accompanying materials are made available under the
    terms of the Eclipse Public License v. 2.0 which is available at
    http://www.eclipse.org/legal/epl-2.0,
    or the Eclipse Distribution License v. 1.0 which is available at
    http://www.eclipse.org/org/documents/edl-v10.php.

    SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause

-->
<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"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>jakarta.persistence</groupId>
  <artifactId>jakarta.persistence-api</artifactId>
  <version>4.0.0-M1</version>
  <name>Jakarta Persistence API</name>
  <description>Eclipse Enterprise for Java (EE4J) is an open source initiative to create standard APIs,
        implementations of those APIs, and technology compatibility kits for Java runtimes
        that enable development, deployment, and management of server-side and cloud-native applications.</description>
  <url>https://github.com/jakartaee/persistence</url>
  <licenses>
    <license>
      <name>Eclipse Public License v. 2.0</name>
      <url>http://www.eclipse.org/legal/epl-2.0</url>
      <distribution>repo</distribution>
      <comments>Standard Eclipse Licence</comments>
    </license>
    <license>
      <name>Eclipse Distribution License v. 1.0</name>
      <url>http://www.eclipse.org/org/documents/edl-v10.php</url>
      <distribution>repo</distribution>
      <comments>Standard Eclipse Distribution License</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>gavinking</id>
      <name>Gavin King</name>
      <organization>IBM</organization>
      <roles>
        <role>lead</role>
      </roles>
    </developer>
    <developer>
      <id>lukasj</id>
      <name>Lukas Jungmann</name>
      <organization>Oracle, Inc.</organization>
      <roles>
        <role>lead</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/jakartaee/persistence.git/jakarta.persistence-api</connection>
    <developerConnection>scm:git:git@github.com:jakartaee/persistence.git/jakarta.persistence-api</developerConnection>
    <url>https://github.com/jakartaee/persistence.git/jakarta.persistence-api</url>
  </scm>
</project>
