<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">  
  <parent> 
    <groupId>com.aliyun.openservices</groupId>  
    <artifactId>ons-client-all</artifactId>  
    <version>1.8.7.4.Final</version> 
  </parent>  
  <modelVersion>4.0.0</modelVersion>  
  <packaging>jar</packaging>  
  <artifactId>ons-api</artifactId>  
  <name>ons-api ${project.version}</name>  
  <properties> 
    <maven.compiler.source>1.6</maven.compiler.source>  
    <maven.compiler.target>1.6</maven.compiler.target> 
  </properties>  
  <contributors><contributor><properties><provider>shutian.lzh@alibaba-inc.com</provider><codeName>null</codeName><codeUrl>git@gitlab.alibaba-inc.com:middleware/ons.git commit:5be2ac12a</codeUrl><description>contributors added by SCM Plugin, please don't modify it!</description></properties></contributor></contributors>
</project>
