Skip to content

Commit 2996a7e

Browse files
author
David Corbett
authored
Merge pull request #48 from basis-technology-corp/COMN-318
COMN-318: Release new parent POMs for 2024 Q3
2 parents 86e4ab6 + a4bdca7 commit 2996a7e

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
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.2
4+
5+
Consume parent POM 20.0.0
6+
7+
## 38.0.1
8+
9+
Consume parent POM 19.0.0
10+
311
## 38.0.0
412

513
OSGi support has been removed.

api-jackson/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.2-SNAPSHOT</version>
21+
<version>38.0.3-SNAPSHOT</version>
2222
<parent>
2323
<groupId>com.basistech</groupId>
2424
<artifactId>rosette-common-api</artifactId>
25-
<version>38.0.2-SNAPSHOT</version>
25+
<version>38.0.3-SNAPSHOT</version>
2626
</parent>
2727
<description>Jackson support for Java API classes for Rosette</description>
2828
<dependencies>

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<modelVersion>4.0.0</modelVersion>
1919
<artifactId>common-api</artifactId>
2020
<name>common-api</name>
21-
<version>38.0.2-SNAPSHOT</version>
21+
<version>38.0.3-SNAPSHOT</version>
2222
<parent>
2323
<groupId>com.basistech</groupId>
2424
<artifactId>rosette-common-api</artifactId>
25-
<version>38.0.2-SNAPSHOT</version>
25+
<version>38.0.3-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
@@ -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.2-SNAPSHOT</version>
21+
<version>38.0.3-SNAPSHOT</version>
2222
<parent>
2323
<artifactId>open-source-parent</artifactId>
2424
<groupId>com.basistech</groupId>
25-
<version>19.0.0</version>
25+
<version>20.0.0</version>
2626
</parent>
2727
<packaging>pom</packaging>
2828
<description>Common Java API class libraries for Rosette</description>
@@ -35,7 +35,7 @@
3535
<scm>
3636
<connection>scm:git:[email protected]:basis-technology-corp/rosette-common-java-api.git</connection>
3737
<developerConnection>scm:git:[email protected]:basis-technology-corp/rosette-common-java-api.git</developerConnection>
38-
<tag>rosette-common-api-37.5.3</tag>
38+
<tag>HEAD</tag>
3939
</scm>
4040
<distributionManagement>
4141
<site>

0 commit comments

Comments
 (0)