mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-14 17:53:05 +08:00
refactor(versioning): decouple module release versions
- 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
This commit is contained in:
@@ -6,10 +6,11 @@
|
||||
<parent>
|
||||
<groupId>work.slhaf.partner</groupId>
|
||||
<artifactId>partner</artifactId>
|
||||
<version>0.5.0</version>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>partner-core</artifactId>
|
||||
<version>0.5.0</version>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@@ -20,7 +21,7 @@
|
||||
<dependency>
|
||||
<groupId>work.slhaf.partner</groupId>
|
||||
<artifactId>partner-framework</artifactId>
|
||||
<version>0.5.0</version>
|
||||
<version>${partner.runtime.version}</version>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/org.nd4j/nd4j-api -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user