21 lines
797 B
XML
21 lines
797 B
XML
|
|
<?xml version="1.0"?>
|
||
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.actionsoft</groupId>
|
||
|
|
<artifactId>com.actionsoft.apps.cc.connector.rds</artifactId>
|
||
|
|
<name>com.actionsoft.apps.cc.connector.rds</name>
|
||
|
|
<version>6.2</version>
|
||
|
|
<url>http://www.awspaas.com</url>
|
||
|
|
<properties>
|
||
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||
|
|
</properties>
|
||
|
|
<dependencies>
|
||
|
|
</dependencies>
|
||
|
|
<description>连接关系型数据库服务</description>
|
||
|
|
<organization>
|
||
|
|
<name>Actionsoft</name>
|
||
|
|
<url>http://www.actionsoft.com.cn</url>
|
||
|
|
</organization>
|
||
|
|
</project>
|