Files
2023-05-16 17:23:41 +08:00

26 lines
994 B
XML

<?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">
<groupId>com.aivfo</groupId>
<artifactId>ability</artifactId>
<version>stable</version>
<packaging>pom</packaging>
<modules>
<module>aivfo-framework-build</module>
<module>aivfo-supreme</module>
</modules>
<modelVersion>4.0.0</modelVersion>
<distributionManagement>
<repository>
<id>nexus</id>
<name>releases</name>
<url>http://192.168.31.90:8081/repository/maven-releases/</url>
</repository>
<snapshotRepository>
<id>nexus</id>
<name>snapshots</name>
<url>http://192.168.31.90:8081/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project>