Skip to content

Commit 108a33a

Browse files
build(deps): bump maven-deploy-plugin from 3.0.0 to 3.1.0
Bumps [maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.0.0...maven-deploy-plugin-3.1.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0cd0c6d commit 108a33a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/examples-release-13/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-deploy-plugin</artifactId>
99-
<version>3.0.0</version>
99+
<version>3.1.0</version>
100100
<configuration>
101101
<skip>true</skip>
102102
</configuration>

examples/examples-release-14/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-deploy-plugin</artifactId>
99-
<version>3.0.0</version>
99+
<version>3.1.0</version>
100100
<configuration>
101101
<skip>true</skip>
102102
</configuration>

examples/examples-release-15/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-deploy-plugin</artifactId>
99-
<version>3.0.0</version>
99+
<version>3.1.0</version>
100100
<configuration>
101101
<skip>true</skip>
102102
</configuration>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
<plugin>
386386
<groupId>org.apache.maven.plugins</groupId>
387387
<artifactId>maven-deploy-plugin</artifactId>
388-
<version>3.0.0</version>
388+
<version>3.1.0</version>
389389
</plugin>
390390
<plugin>
391391
<groupId>org.codehaus.gmavenplus</groupId>

0 commit comments

Comments
 (0)