Skip to content

Commit 0118a8d

Browse files
authored
Bump maven-source-plugin to 3.0.1 (#3435)
1 parent 8682ac5 commit 0118a8d

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

google-api-grpc/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -695,12 +695,7 @@
695695
<plugin>
696696
<groupId>org.apache.maven.plugins</groupId>
697697
<artifactId>maven-source-plugin</artifactId>
698-
<!--
699-
maven-source-plugin-3.0.0 exhibits the zipping behavior on ubuntu that was seen in
700-
maven-jar-plugin with version < 2.5 (https://issues.apache.org/jira/browse/MJAR-188).
701-
Until that is fixed we should stick to 2.4.
702-
-->
703-
<version>2.4</version>
698+
<version>3.0.1</version>
704699
<executions>
705700
<execution>
706701
<id>attach-sources</id>

google-cloud-bom/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,12 +1026,7 @@
10261026
<plugin>
10271027
<groupId>org.apache.maven.plugins</groupId>
10281028
<artifactId>maven-source-plugin</artifactId>
1029-
<!--
1030-
maven-source-plugin-3.0.0 exhibits the zipping behavior on ubuntu that was seen in
1031-
maven-jar-plugin with version < 2.5 (https://issues.apache.org/jira/browse/MJAR-188).
1032-
Until that is fixed we should stick to 2.4.
1033-
-->
1034-
<version>2.4</version>
1029+
<version>3.0.1</version>
10351030
<executions>
10361031
<execution>
10371032
<id>attach-sources</id>

google-cloud-clients/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -780,12 +780,7 @@
780780
<plugin>
781781
<groupId>org.apache.maven.plugins</groupId>
782782
<artifactId>maven-source-plugin</artifactId>
783-
<!--
784-
maven-source-plugin-3.0.0 exhibits the zipping behavior on ubuntu that was seen in
785-
maven-jar-plugin with version < 2.5 (https://issues.apache.org/jira/browse/MJAR-188).
786-
Until that is fixed we should stick to 2.4.
787-
-->
788-
<version>2.4</version>
783+
<version>3.0.1</version>
789784
<executions>
790785
<execution>
791786
<id>attach-sources</id>

0 commit comments

Comments
 (0)