File tree Expand file tree Collapse file tree 6 files changed +16
-18
lines changed
Expand file tree Collapse file tree 6 files changed +16
-18
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,9 @@ Json serialization representation.
1717
1818## Release Process
1919
20- #### Maven Central
21- ```
22- mvn --batch-mode \
23- --activate-profiles release \
24- release:prepare \
25- release:perform \
26- -Darguments=-Dgpg.passphrase=MY_PASSPHRASE
27- ```
20+ ### Maven Central
2821
29- #### Internal Release
30- TBD
22+ See [ ` open-source-parent ` ] ( https://github.com/basis-technology-corp/open-source-parent#release-instructions )
3123
3224## Texts, Annotations, and Attributes ##
3325
Original file line number Diff line number Diff line change 11# Cumulative Release Notes for the Annotated Data Model
22
3+ ## 3.0.7
4+
5+ ### [ COMN-415] ( https://babelstreet.atlassian.net/browse/COMN-415 ) Release new parent POMs for 2025 Q3
6+
37## 3.0.6
48
59### [ COMN-396] ( https://babelstreet.atlassian.net/browse/COMN-396 ) Release new parent POMs for 2025 Q2
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >com.basistech</groupId >
2424 <artifactId >annotated-data-model</artifactId >
25- <version >3.0.7 -SNAPSHOT</version >
25+ <version >3.0.8 -SNAPSHOT</version >
2626 </parent >
2727 <build >
2828 <resources >
Original file line number Diff line number Diff line change 2020 <modelVersion >4.0.0</modelVersion >
2121 <artifactId >adm-model</artifactId >
2222 <name >adm-model</name >
23- <version >3.0.7 -SNAPSHOT</version >
23+ <version >3.0.8 -SNAPSHOT</version >
2424 <description >ADM data model.</description >
2525 <parent >
2626 <groupId >com.basistech</groupId >
2727 <artifactId >annotated-data-model</artifactId >
28- <version >3.0.7 -SNAPSHOT</version >
28+ <version >3.0.8 -SNAPSHOT</version >
2929 </parent >
3030 <build >
3131 <resources >
Original file line number Diff line number Diff line change 1818<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/maven-v4_0_0.xsd" >
1919 <modelVersion >4.0.0</modelVersion >
2020 <artifactId >annotated-data-model</artifactId >
21- <version >3.0.7-SNAPSHOT</version >
21+ <name >annotated-data-model</name >
22+ <version >3.0.8-SNAPSHOT</version >
2223 <packaging >pom</packaging >
2324 <parent >
2425 <artifactId >open-source-parent</artifactId >
Original file line number Diff line number Diff line change 33 of, Basis Technology Corp. It is given in confidence by Basis Technology
44 and may only be used as permitted under the license agreement under which
55 it has been distributed, and in no other way.
6-
6+
77 Copyright (c) 2021-2025 Basis Technology Corporation All rights reserved.
8-
8+
99 The technical data and information provided herein are provided with
1010 `limited rights', and the computer software provided herein is provided
1111 with `restricted rights' as those terms are defined in DAR and ASPR
1414<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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
1515 <modelVersion >4.0.0</modelVersion >
1616 <artifactId >adm-json-schema-gen</artifactId >
17- <version >3.0.7-SNAPSHOT</version >
17+ <name >adm-json-schema-gen</name >
18+ <version >3.0.8-SNAPSHOT</version >
1819 <parent >
1920 <groupId >com.basistech</groupId >
2021 <artifactId >annotated-data-model</artifactId >
21- <version >3.0.7 -SNAPSHOT</version >
22+ <version >3.0.8 -SNAPSHOT</version >
2223 </parent >
2324 <build >
2425 <plugins >
You can’t perform that action at this time.
0 commit comments