Skip to content

Commit df50f20

Browse files
renovate[bot]Konstantin Pavlov
authored and
Konstantin Pavlov
committed
Update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.4 (#7)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.maven.plugins:maven-gpg-plugin](https://maven.apache.org/plugins/) | `3.2.3` -> `3.2.4` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.maven.plugins:maven-gpg-plugin/3.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.maven.plugins:maven-gpg-plugin/3.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.maven.plugins:maven-gpg-plugin/3.2.3/3.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.maven.plugins:maven-gpg-plugin/3.2.3/3.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/kpavlov/await4j). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad05c17 commit df50f20

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

pom.xml

+10-11
Original file line numberDiff line numberDiff line change
@@ -108,17 +108,6 @@
108108
</plugins>
109109
</build>
110110

111-
<distributionManagement>
112-
<snapshotRepository>
113-
<id>ossrh</id>
114-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
115-
</snapshotRepository>
116-
<repository>
117-
<id>ossrh</id>
118-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
119-
</repository>
120-
</distributionManagement>
121-
122111
<profiles>
123112
<profile>
124113
<id>release</id>
@@ -138,6 +127,16 @@
138127
</execution>
139128
</executions>
140129
</plugin>
130+
<plugin>
131+
<!-- https://central.sonatype.org/publish/publish-portal-maven/ -->
132+
<groupId>org.sonatype.central</groupId>
133+
<artifactId>central-publishing-maven-plugin</artifactId>
134+
<version>0.5.0</version>
135+
<extensions>true</extensions>
136+
<configuration>
137+
<publishingServerId>central</publishingServerId>
138+
</configuration>
139+
</plugin>
141140
</plugins>
142141
</build>
143142
</profile>

0 commit comments

Comments
 (0)