<?xml version="1.0" encoding="UTF-8"?>
<!--
  Copyright (c) 2013, 2022, Oracle and/or its affiliates.
  Licensed under the Universal Permissive License v 1.0 as shown at
  https://oss.oracle.com/licenses/upl.
-->
<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>com.oracle.coherence.spring</groupId>
  <artifactId>coherence-spring-parent</artifactId>
  <version>3.3.0.1</version>
  <packaging>pom</packaging>
  <name>Coherence Spring Project</name>
  <description>The Oracle Coherence Spring project provides support for using Spring
		with Coherence and vice-versa.</description>
  <url>https://github.com/coherence-community/coherence-spring</url>
  <organization>
    <name>Oracle, Inc</name>
    <url>https://www.oracle.com/</url>
  </organization>
  <licenses>
    <license>
      <name>The Universal Permissive License (UPL), Version 1.0</name>
      <url>https://oss.oracle.com/licenses/upl</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Gunnar Hillert</name>
      <organization>Oracle Corporation</organization>
    </developer>
    <developer>
      <name>Ryan Lubke</name>
      <organization>Oracle Corporation</organization>
    </developer>
    <developer>
      <name>Vaso Putica</name>
      <organization>Oracle Corporation</organization>
    </developer>
    <developer>
      <name>Aleks Seovic</name>
      <organization>Oracle Corporation</organization>
    </developer>
    <developer>
      <name>Jonathan Knight</name>
      <organization>Oracle Corporation</organization>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/coherence-community/coherence-spring.git</connection>
    <developerConnection>scm:git:https://github.com/coherence-community/coherence-spring.git</developerConnection>
    <tag>v3.3.0.1</tag>
    <url>https://github.com/coherence-community/coherence-spring</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/coherence-community/coherence-spring/issues</url>
  </issueManagement>
  <build>
    <plugins>
      <plugin>
        <groupId>org.sonatype.plugins</groupId>
        <artifactId>nexus-staging-maven-plugin</artifactId>
        <version>1.6.12</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
