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
21 lines
769 B
XML
21 lines
769 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-interaction-api</artifactId>
|
|
<version>1.0.0</version>
|
|
|
|
<properties>
|
|
<maven.compiler.source>21</maven.compiler.source>
|
|
<maven.compiler.target>21</maven.compiler.target>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
</properties>
|
|
|
|
</project> |