Skip to content

Commit 72ed4e8

Browse files
Merge pull request #64 from basis-technology-corp/COMN-415
COMN-415: Release Release `rosette-common-java-api` 38.0.7
2 parents e49adc5 + 1bd0494 commit 72ed4e8

File tree

5 files changed

+15
-22
lines changed

5 files changed

+15
-22
lines changed

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,17 @@
11
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.basistech/rosette-common-api/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.basistech/rosette-common-api)
22

3-
## Rosette Common Java API
3+
# Rosette Common Java API
44

55
This project provides enums, exception, and small utilities used across the Rosette Platform in Java.
66

77
## Build & Release Process
88

9-
#### Development Build
9+
### Development Build
1010

1111
```
1212
mvn clean install -DskipITs
1313
```
1414

15-
#### Maven Central
16-
17-
```
18-
mvn --batch-mode \
19-
--activate-profiles release \
20-
release:prepare \
21-
release:perform \
22-
-Darguments='-Dgpg.passphrase=MY_PASSPHRASE -DskipITs'
23-
```
24-
25-
#### Internal Release
26-
27-
TBD
28-
15+
### Maven Central
2916

17+
See [`open-source-parent`](https://github.com/basis-technology-corp/open-source-parent#release-instructions)

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 rosette-common-java-api
22

3+
## 38.0.7
4+
5+
Consume parent POM 24.0.1
6+
37
## 38.0.6
48

59
Consume parent POM 23.0.1

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.7-SNAPSHOT</version>
21+
<version>38.0.8-SNAPSHOT</version>
2222
<parent>
2323
<groupId>com.basistech</groupId>
2424
<artifactId>rosette-common-api</artifactId>
25-
<version>38.0.7-SNAPSHOT</version>
25+
<version>38.0.8-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.7-SNAPSHOT</version>
21+
<version>38.0.8-SNAPSHOT</version>
2222
<parent>
2323
<groupId>com.basistech</groupId>
2424
<artifactId>rosette-common-api</artifactId>
25-
<version>38.0.7-SNAPSHOT</version>
25+
<version>38.0.8-SNAPSHOT</version>
2626
</parent>
2727
<description>Common Java API classes for Rosette</description>
2828
<properties>

pom.xml

Lines changed: 3 additions & 2 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.7-SNAPSHOT</version>
21+
<version>38.0.8-SNAPSHOT</version>
2222
<parent>
2323
<artifactId>open-source-parent</artifactId>
2424
<groupId>com.basistech</groupId>
25-
<version>23.0.1</version>
25+
<version>24.0.1</version>
2626
</parent>
2727
<packaging>pom</packaging>
2828
<description>Common Java API class libraries for Rosette</description>
@@ -33,6 +33,7 @@
3333
</license>
3434
</licenses>
3535
<scm>
36+
<url>https://github.com/basis-technology-corp/rosette-common-java-api</url>
3637
<connection>scm:git:[email protected]:basis-technology-corp/rosette-common-java-api.git</connection>
3738
<developerConnection>scm:git:[email protected]:basis-technology-corp/rosette-common-java-api.git</developerConnection>
3839
<tag>HEAD</tag>

0 commit comments

Comments
 (0)