Skip to content

Commit b62444a

Browse files
scordioaalmiray
authored andcommitted
Update Portal Publisher API examples with RELEASE activation
1 parent 1b7bffb commit b62444a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/modules/examples/pages/maven/maven-central.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ deploy:
4848
maven:
4949
mavenCentral:
5050
sonatype:
51-
active: ALWAYS
51+
active: RELEASE
5252
url: {central_url}
5353
stagingRepositories:
5454
- target/staging-deploy
@@ -65,7 +65,7 @@ TOML::
6565
armored = true
6666
6767
[deploy.maven.mavenCentral.sonatype]
68-
active = "ALWAYS"
68+
active = "RELEASE"
6969
url = "{central_url}"
7070
stagingRepositories = ["target/staging-deploy"]
7171
----
@@ -86,7 +86,7 @@ JSON::
8686
"maven": {
8787
"mavenCentral": {
8888
"sonatype": {
89-
"active": "ALWAYS",
89+
"active": "RELEASE",
9090
"url": "{central_url}",
9191
"stagingRepositories": [
9292
"target/staging-deploy"
@@ -114,7 +114,7 @@ Maven::
114114
<maven>
115115
<mavenCentral>
116116
<sonatype>
117-
<active>ALWAYS</active>
117+
<active>RELEASE</active>
118118
<url>{central_url}</url>
119119
<stagingRepositories>target/staging-deploy</stagingRepositories>
120120
</sonatype>
@@ -139,7 +139,7 @@ jreleaser {
139139
maven {
140140
mavenCentral {
141141
sonatype {
142-
active = 'ALWAYS'
142+
active = 'RELEASE'
143143
url = '{central_url}'
144144
stagingRepository('target/staging-deploy')
145145
}

0 commit comments

Comments
 (0)