Skip to content

Commit 00a1057

Browse files
authored
---
yaml --- r: 13151 b: refs/heads/autosynth-speech c: 619700a h: refs/heads/master i: 13149: 3b70574 13147: 5dd12bc 13143: 12ee976 13135: e83edde 13119: 3edd7af
1 parent 8bc3b32 commit 00a1057

6 files changed

Lines changed: 10 additions & 30 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ refs/heads/autosynth-redis: 4c68cb0fbc599124e717ab3f24bd8a8a5d085ca9
141141
refs/heads/autosynth-scheduler: 2f0fe714a8541dc72f88b45bddd8748e5f21cf29
142142
refs/heads/autosynth-securitycenter: 8e95447ccb176c3648880ee0cb926cd1f4065156
143143
refs/heads/autosynth-spanner: 563dc6c78c6a2579b681f441f0a9b59005212394
144-
refs/heads/autosynth-speech: 50a853325b306f27c46026e77976ebbfb7dc0106
144+
refs/heads/autosynth-speech: 619700a3db080fb88dc918feae79cc0ee8d30f94
145145
refs/heads/autosynth-tasks: afc9f4da54964dea5e7f3a9b164db282fc35db5c
146146
refs/heads/autosynth-texttospeech: a447278ab2ec3975aab3b641549c6780eac0a07a
147147
refs/heads/autosynth-trace: 80c58aa2fb54b0a9c6876f2c21aa8d19cf55962e

branches/autosynth-speech/google-api-grpc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@
813813
<plugin>
814814
<groupId>org.apache.maven.plugins</groupId>
815815
<artifactId>maven-javadoc-plugin</artifactId>
816-
<version>2.10.3</version>
816+
<version>3.0.1</version>
817817
<reportSets>
818818
<reportSet>
819819
<id>html</id>
@@ -927,7 +927,7 @@
927927
<plugin>
928928
<groupId>org.apache.maven.plugins</groupId>
929929
<artifactId>maven-javadoc-plugin</artifactId>
930-
<version>2.10.3</version>
930+
<version>3.0.1</version>
931931
<executions>
932932
<execution>
933933
<id>attach-javadocs</id>

branches/autosynth-speech/google-cloud-clients/google-cloud-bigtable-admin/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -94,18 +94,6 @@
9494
<scope>test</scope>
9595
</dependency>
9696
</dependencies>
97-
<profiles>
98-
<profile>
99-
<id>doclint-java8-disable</id>
100-
<activation>
101-
<jdk>[1.8,)</jdk>
102-
</activation>
103-
<properties>
104-
<!-- add this to disable checking -->
105-
<javadoc.opts>-Xdoclint:none</javadoc.opts>
106-
</properties>
107-
</profile>
108-
</profiles>
10997
<build>
11098
<plugins>
11199
<plugin>

branches/autosynth-speech/google-cloud-clients/google-cloud-bigtable/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,6 @@
9797
<scope>test</scope>
9898
</dependency>
9999
</dependencies>
100-
<profiles>
101-
<profile>
102-
<id>doclint-java8-disable</id>
103-
<activation>
104-
<jdk>[1.8,)</jdk>
105-
</activation>
106-
<properties>
107-
<!-- add this to disable checking -->
108-
<javadoc.opts>-Xdoclint:none</javadoc.opts>
109-
</properties>
110-
</profile>
111-
</profiles>
112100
<build>
113101
<plugins>
114102
<plugin>

branches/autosynth-speech/google-cloud-clients/pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@
733733
<plugin>
734734
<groupId>org.apache.maven.plugins</groupId>
735735
<artifactId>maven-javadoc-plugin</artifactId>
736-
<version>2.10.3</version>
736+
<version>3.0.1</version>
737737
<reportSets>
738738
<reportSet>
739739
<id>html</id>
@@ -743,6 +743,7 @@
743743
</reportSet>
744744
</reportSets>
745745
<configuration>
746+
<doclint>false</doclint>
746747
<aggregate>true</aggregate>
747748
<show>protected</show>
748749
<nohelp>true</nohelp>
@@ -851,6 +852,7 @@
851852
</reportSet>
852853
</reportSets>
853854
<configuration>
855+
<doclint>false</doclint>
854856
<show>protected</show>
855857
<nohelp>true</nohelp>
856858
<outputDirectory>${project.build.directory}/javadoc</outputDirectory>
@@ -912,7 +914,7 @@
912914
<plugin>
913915
<groupId>org.apache.maven.plugins</groupId>
914916
<artifactId>maven-javadoc-plugin</artifactId>
915-
<version>2.10.3</version>
917+
<version>3.0.1</version>
916918
<executions>
917919
<execution>
918920
<id>attach-javadocs</id>
@@ -925,6 +927,7 @@
925927
<links>
926928
<link>http://google.github.io/google-auth-library-java/releases/latest/apidocs/</link>
927929
</links>
930+
<doclint>false</doclint>
928931
</configuration>
929932
</plugin>
930933
<plugin>

branches/autosynth-speech/google-cloud-testing/google-cloud-bigtable-emulator/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<plugin>
135135
<groupId>org.apache.maven.plugins</groupId>
136136
<artifactId>maven-javadoc-plugin</artifactId>
137-
<version>2.10.3</version>
137+
<version>3.0.1</version>
138138
<executions>
139139
<execution>
140140
<id>attach-javadocs</id>
@@ -147,6 +147,7 @@
147147
<links>
148148
<link>http://google.github.io/google-auth-library-java/releases/latest/apidocs/</link>
149149
</links>
150+
<doclint>false</doclint>
150151
</configuration>
151152
</plugin>
152153
<plugin>

0 commit comments

Comments
 (0)