File tree Expand file tree Collapse file tree 5 files changed +15
-22
lines changed
Expand file tree Collapse file tree 5 files changed +15
-22
lines changed Original file line number Diff line number Diff line change 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
55This 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```
1212mvn 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 )
Original file line number Diff line number Diff line change 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
59Consume parent POM 23.0.1
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments