<?xml version="1.0" encoding="UTF-8"?>
<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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.wenhao</groupId>
  <artifactId>jpa-spec</artifactId>
  <version>3.2.4</version>
  <description>A JAP Query By Specification framework.</description>
  <name>jpa-spec</name>
  <url>https://github.com/wenhao/jpa-spec</url>
  <inceptionYear>2016</inceptionYear>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/wenhao/jpa-spec</url>
    <connection>https://github.com/wenhao/jpa-spec.git</connection>
    <developerConnection>git@github.com:wenhao/jpa-spec.git</developerConnection>
  </scm>
  <developers>
    <developer>
      <id>wenhao</id>
      <name>Hao Wen</name>
      <email>wenhao@126.com</email>
      <organization>Hao Wen</organization>
      <roles>
        <role>Developer</role>
      </roles>
    </developer>
  </developers>
</project>
