File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/modules/examples/pages/maven Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
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----
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 }
You can’t perform that action at this time.
0 commit comments