Skip to content

Commit

Permalink
Bump maven-source-plugin to 3.0.1 (#3435)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamlin authored Jul 9, 2018
1 parent 8682ac5 commit 0118a8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
7 changes: 1 addition & 6 deletions google-api-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -695,12 +695,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<!--
maven-source-plugin-3.0.0 exhibits the zipping behavior on ubuntu that was seen in
maven-jar-plugin with version < 2.5 (https://issues.apache.org/jira/browse/MJAR-188).
Until that is fixed we should stick to 2.4.
-->
<version>2.4</version>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down
7 changes: 1 addition & 6 deletions google-cloud-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1026,12 +1026,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<!--
maven-source-plugin-3.0.0 exhibits the zipping behavior on ubuntu that was seen in
maven-jar-plugin with version < 2.5 (https://issues.apache.org/jira/browse/MJAR-188).
Until that is fixed we should stick to 2.4.
-->
<version>2.4</version>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down
7 changes: 1 addition & 6 deletions google-cloud-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -780,12 +780,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<!--
maven-source-plugin-3.0.0 exhibits the zipping behavior on ubuntu that was seen in
maven-jar-plugin with version < 2.5 (https://issues.apache.org/jira/browse/MJAR-188).
Until that is fixed we should stick to 2.4.
-->
<version>2.4</version>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down

0 comments on commit 0118a8d

Please sign in to comment.