Skip to content

Commit 86140ec

Browse files
committed
Release v3.0.0-alpha1
1 parent 98dd763 commit 86140ec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

devdocs/PUBLISHING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Publishing to local Maven Repository
1+
### Publishing to Local Maven Repository
22

33
> **Note**: our custom local Maven repository is located at `<project root>/.maven-publish-dev-repo`.
44
@@ -20,6 +20,7 @@ In the `local.properties` file add the following properties:
2020
```properties
2121
sonatype.username=<your Sonatype username>
2222
sonatype.password=<your Sonatype password>
23+
sonatype.profileID=<your Sonatype profile ID>
2324
```
2425

2526
#### SNAPSHOT version

local.properties.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717
# -------------------------------------------------------------------
1818
#sonatype.username=
1919
#sonatype.password=
20+
#sonatype.profileID=
2021

0 commit comments

Comments
 (0)