Skip to content

Commit acce128

Browse files
WARNING: MAJOR (BREAKING) CHANGE: Update dependency org.apache.maven.plugins:maven-jar-plugin to v3
1 parent 47640b1 commit acce128

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

client-encryption/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<plugin>
174174
<groupId>org.apache.maven.plugins</groupId>
175175
<artifactId>maven-jar-plugin</artifactId>
176-
<version>2.6</version>
176+
<version>3.5.0</version>
177177
<executions>
178178
<execution>
179179
<goals>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@
369369
<plugin>
370370
<groupId>org.apache.maven.plugins</groupId>
371371
<artifactId>maven-jar-plugin</artifactId>
372-
<version>2.6</version>
372+
<version>3.5.0</version>
373373
<executions>
374374
<execution>
375375
<goals>

protobuf-serializer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<plugin>
163163
<groupId>org.apache.maven.plugins</groupId>
164164
<artifactId>maven-jar-plugin</artifactId>
165-
<version>2.6</version>
165+
<version>3.5.0</version>
166166
<executions>
167167
<execution>
168168
<goals>

0 commit comments

Comments
 (0)