Skip to content

Commit ee987fd

Browse files
author
David Corbett
authored
Merge pull request #55 from basis-technology-corp/COMN-363
COMN-363: Consume parent POM 22.0.0
2 parents fff0499 + 9e7a1af commit ee987fd

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

RELEASE-NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Cumulative Release Notes for rosette-common-java-api
22

3+
## 38.0.4
4+
5+
Consume parent POM 22.0.0
6+
7+
## 38.0.3
8+
9+
Consume parent POM 21.0.0
10+
311
## 38.0.2
412

513
Consume parent POM 20.0.0

api-jackson/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright 2015-2024 Basis Technology Corp.
3+
Copyright 2015-2025 Basis Technology Corp.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -18,11 +18,11 @@
1818
<modelVersion>4.0.0</modelVersion>
1919
<artifactId>common-api-jackson</artifactId>
2020
<name>common-api-jackson</name>
21-
<version>38.0.4-SNAPSHOT</version>
21+
<version>38.0.5-SNAPSHOT</version>
2222
<parent>
2323
<groupId>com.basistech</groupId>
2424
<artifactId>rosette-common-api</artifactId>
25-
<version>38.0.4-SNAPSHOT</version>
25+
<version>38.0.5-SNAPSHOT</version>
2626
</parent>
2727
<description>Jackson support for Java API classes for Rosette</description>
2828
<dependencies>

api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright 2015-2024 Basis Technology Corp.
3+
Copyright 2015-2025 Basis Technology Corp.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -18,11 +18,11 @@
1818
<modelVersion>4.0.0</modelVersion>
1919
<artifactId>common-api</artifactId>
2020
<name>common-api</name>
21-
<version>38.0.4-SNAPSHOT</version>
21+
<version>38.0.5-SNAPSHOT</version>
2222
<parent>
2323
<groupId>com.basistech</groupId>
2424
<artifactId>rosette-common-api</artifactId>
25-
<version>38.0.4-SNAPSHOT</version>
25+
<version>38.0.5-SNAPSHOT</version>
2626
</parent>
2727
<description>Common Java API classes for Rosette</description>
2828
<properties>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright 2010-2024 Basis Technology Corp.
3+
Copyright 2010-2025 Basis Technology Corp.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -18,11 +18,11 @@
1818
<modelVersion>4.0.0</modelVersion>
1919
<artifactId>rosette-common-api</artifactId>
2020
<name>rosette-common-api</name>
21-
<version>38.0.4-SNAPSHOT</version>
21+
<version>38.0.5-SNAPSHOT</version>
2222
<parent>
2323
<artifactId>open-source-parent</artifactId>
2424
<groupId>com.basistech</groupId>
25-
<version>21.0.0</version>
25+
<version>22.0.0</version>
2626
</parent>
2727
<packaging>pom</packaging>
2828
<description>Common Java API class libraries for Rosette</description>

0 commit comments

Comments
 (0)