File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
1414refs/heads/gcs-nio: 283aeaf15efdcf3621eb6859f05e55ad7764375d
15- refs/heads/logging-alpha: 121783ac3b346abafb5d568be794cde1c941a47c
15+ refs/heads/logging-alpha: 766a76df8cd2e90890b4bc34b2fde39d7e79dc19
1616refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0
1818refs/tags/v0.1.2: 3eb3fe866ba22487686048f45d927b8c8638ea3f
Original file line number Diff line number Diff line change 426426 <plugin >
427427 <groupId >org.apache.maven.plugins</groupId >
428428 <artifactId >maven-source-plugin</artifactId >
429- <version >3.0.0</version >
429+ <!--
430+ maven-source-plugin-3.0.0 exhibits the zipping behavior on ubuntu that was seen in
431+ maven-jar-plugin with version < 2.5 (https://issues.apache.org/jira/browse/MJAR-188).
432+ Until that is fixed we should stick to 2.4.
433+ -->
434+ <version >2.4</version >
430435 <executions >
431436 <execution >
432437 <id >attach-sources</id >
You can’t perform that action at this time.
0 commit comments