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

30 lines
1014 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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.aivfo</groupId>
<artifactId>aivfo-framework</artifactId>
<version>stable</version>
<packaging>pom</packaging>
<modules>
<module>ability</module>
<module>band</module>
<module>module</module>
</modules>
<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>