Skip to content

Commit 5368362

Browse files
Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.4.0
Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](apache/maven-source-plugin@maven-source-plugin-3.3.0...maven-source-plugin-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f43c78 commit 5368362

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

OCPP-J/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<plugin>
104104
<groupId>org.apache.maven.plugins</groupId>
105105
<artifactId>maven-source-plugin</artifactId>
106-
<version>3.3.0</version>
106+
<version>3.4.0</version>
107107
<executions>
108108
<execution>
109109
<id>attach-sources</id>

ocpp-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<plugin>
105105
<groupId>org.apache.maven.plugins</groupId>
106106
<artifactId>maven-source-plugin</artifactId>
107-
<version>3.3.0</version>
107+
<version>3.4.0</version>
108108
<executions>
109109
<execution>
110110
<id>attach-sources</id>

ocpp-v1_6/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<plugin>
103103
<groupId>org.apache.maven.plugins</groupId>
104104
<artifactId>maven-source-plugin</artifactId>
105-
<version>3.3.0</version>
105+
<version>3.4.0</version>
106106
<executions>
107107
<execution>
108108
<id>attach-sources</id>

ocpp-v2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<plugin>
113113
<groupId>org.apache.maven.plugins</groupId>
114114
<artifactId>maven-source-plugin</artifactId>
115-
<version>3.3.0</version>
115+
<version>3.4.0</version>
116116
<executions>
117117
<execution>
118118
<id>attach-sources</id>

ocpp-v2_0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-source-plugin</artifactId>
99-
<version>3.3.0</version>
99+
<version>3.4.0</version>
100100
<executions>
101101
<execution>
102102
<id>attach-sources</id>

0 commit comments

Comments
 (0)