Skip to content

Commit 4cfdb58

Browse files
committed
COMN-415: Update release instructions
1 parent 65260dd commit 4cfdb58

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
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)

0 commit comments

Comments
 (0)