<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
    
  <modelVersion>4.0.0</modelVersion>
    
  <groupId>cn.lunadeer</groupId>
    
  <artifactId>DominionAPI</artifactId>
    
  <version>3.3</version>
    
  <name>DominionAPI</name>
    
  <description>Dominion Plugin API</description>
    
  <url>https://dominion.lunadeer.cn/</url>
    
  <licenses>
        
    <license>
            
      <name>MIT</name>
            
      <url>https://opensource.org/license/mit</url>
          
    </license>
      
  </licenses>
    
  <developers>
        
    <developer>
            
      <id>zhangyuheng</id>
            
      <name>zhangyuheng</name>
            
      <email>zhangyuheng@lunadeer.cn</email>
          
    </developer>
      
  </developers>
    
  <scm>
        
    <connection>https://github.com/ColdeZhang/Dominion.git</connection>
        
    <developerConnection>scm:git@github.com:ColdeZhang/Dominion.git</developerConnection>
        
    <url>https://github.com/ColdeZhang/Dominion</url>
      
  </scm>
  
</project>
