Skip to content

Commit fbb6bbe

Browse files
Merge pull request #124 from basis-technology-corp/COMN-419
COMN-419: Release Annotated Data Model 3.0.8
2 parents 57561f8 + 126974a commit fbb6bbe

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

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.8
4+
5+
### [COMN-419](https://babelstreet.atlassian.net/browse/COMN-419) Release new parent POMs for 2025 Q4
6+
37
## 3.0.7
48

59
### [COMN-415](https://babelstreet.atlassian.net/browse/COMN-415) Release new parent POMs for 2025 Q3

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.8-SNAPSHOT</version>
25+
<version>3.0.9-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.8-SNAPSHOT</version>
23+
<version>3.0.9-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.8-SNAPSHOT</version>
28+
<version>3.0.9-SNAPSHOT</version>
2929
</parent>
3030
<build>
3131
<resources>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<modelVersion>4.0.0</modelVersion>
2020
<artifactId>annotated-data-model</artifactId>
2121
<name>annotated-data-model</name>
22-
<version>3.0.8-SNAPSHOT</version>
22+
<version>3.0.9-SNAPSHOT</version>
2323
<packaging>pom</packaging>
2424
<parent>
2525
<artifactId>open-source-parent</artifactId>

schema/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<modelVersion>4.0.0</modelVersion>
1616
<artifactId>adm-json-schema-gen</artifactId>
1717
<name>adm-json-schema-gen</name>
18-
<version>3.0.8-SNAPSHOT</version>
18+
<version>3.0.9-SNAPSHOT</version>
1919
<parent>
2020
<groupId>com.basistech</groupId>
2121
<artifactId>annotated-data-model</artifactId>
22-
<version>3.0.8-SNAPSHOT</version>
22+
<version>3.0.9-SNAPSHOT</version>
2323
</parent>
2424
<build>
2525
<plugins>

0 commit comments

Comments
 (0)