mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-14 17:53:05 +08:00
- bump parent and external module parent POMs to 1.0.0 - make runtime, interaction API, ctl, and external modules use explicit versions - centralize internal dependency versions with dedicated properties - keep framework and core on the shared runtime 0.5.0 line - prepare partnerctl and module releases for independent versioning
20 lines
652 B
XML
20 lines
652 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>
|
|
<parent>
|
|
<groupId>work.slhaf.partner</groupId>
|
|
<artifactId>partner</artifactId>
|
|
<version>1.0.0</version>
|
|
</parent>
|
|
|
|
<artifactId>partner-external-modules</artifactId>
|
|
<version>1.0.0</version>
|
|
<packaging>pom</packaging>
|
|
|
|
<modules>
|
|
<module>Partner-Onebot-Adapter</module>
|
|
</modules>
|
|
|
|
</project> |