Skip to content

Commit d642a10

Browse files
Merge pull request #119 from basis-technology-corp/COMN-415
COMN-415: Release `annotated-data-model` 3.0.7
2 parents 55f02a0 + ade5e4d commit d642a10

File tree

6 files changed

+16
-18
lines changed

6 files changed

+16
-18
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff 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

RELEASE-NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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>

model/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
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>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
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>

schema/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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
@@ -14,11 +14,12 @@
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>

0 commit comments

Comments
 (0)