Skip to content

Commit

Permalink
chore: bump org.sonatype.plugins:nexus-staging-maven-plugin
Browse files Browse the repository at this point in the history
Bumps the plugins group with 1 update: org.sonatype.plugins:nexus-staging-maven-plugin.


Updates `org.sonatype.plugins:nexus-staging-maven-plugin` from 1.6.13 to 1.7.0

---
updated-dependencies:
- dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: plugins
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 28, 2024
1 parent afaffdc commit 567ed35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
<!-- don't use a property here to not manage consumer versions -->
<extensions>true</extensions>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion modules-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
<!-- don't use a property here to not manage consumer versions -->
<extensions>true</extensions>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
<maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
<maven-gpg-plugin.version>3.2.4</maven-gpg-plugin.version>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
<dependency-check-maven-plugin.version>9.1.0</dependency-check-maven-plugin.version>
<sortpom-maven-plugin.version>2.15.0</sortpom-maven-plugin.version>
<formatter-maven-plugin.version>2.16.0</formatter-maven-plugin.version>
Expand Down

0 comments on commit 567ed35

Please sign in to comment.