Skip to content

Commit 6860d7c

Browse files
Bump org.apache.maven.plugins:maven-gpg-plugin from 1.5 to 3.1.0
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 1.5 to 3.1.0. - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-1.5...maven-gpg-plugin-3.1.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c6cf180 commit 6860d7c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

OCPP-J/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<plugin>
131131
<groupId>org.apache.maven.plugins</groupId>
132132
<artifactId>maven-gpg-plugin</artifactId>
133-
<version>1.5</version>
133+
<version>3.1.0</version>
134134
<executions>
135135
<execution>
136136
<id>sign-artifacts</id>

ocpp-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<plugin>
132132
<groupId>org.apache.maven.plugins</groupId>
133133
<artifactId>maven-gpg-plugin</artifactId>
134-
<version>1.5</version>
134+
<version>3.1.0</version>
135135
<executions>
136136
<execution>
137137
<id>sign-artifacts</id>

ocpp-v1_6/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<plugin>
130130
<groupId>org.apache.maven.plugins</groupId>
131131
<artifactId>maven-gpg-plugin</artifactId>
132-
<version>1.5</version>
132+
<version>3.1.0</version>
133133
<executions>
134134
<execution>
135135
<id>sign-artifacts</id>

ocpp-v2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<plugin>
140140
<groupId>org.apache.maven.plugins</groupId>
141141
<artifactId>maven-gpg-plugin</artifactId>
142-
<version>1.5</version>
142+
<version>3.1.0</version>
143143
<executions>
144144
<execution>
145145
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)