Skip to content

Commit dabfe05

Browse files
authored
---
yaml --- r: 14253 b: refs/heads/autosynth-video-intelligence c: 619700a h: refs/heads/master i: 14251: fcd3a74
1 parent 6f1c2ed commit dabfe05

6 files changed

Lines changed: 10 additions & 30 deletions

File tree

  • branches/autosynth-video-intelligence

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ refs/heads/autosynth-container: f6384095f50b31bfc8208542a49181e158d3681c
117117
refs/heads/autosynth-dataproc: bc74a8841bc1693d7945d991d15979df550b1fd1
118118
refs/heads/autosynth-monitoring: e67db7395a868e5f6ecc3476eb4a91c47abd4234
119119
refs/heads/autosynth-pubsub: fd363d13793a853214eb8193c922b28c54e7a6b3
120-
refs/heads/autosynth-video-intelligence: 50a853325b306f27c46026e77976ebbfb7dc0106
120+
refs/heads/autosynth-video-intelligence: 619700a3db080fb88dc918feae79cc0ee8d30f94
121121
refs/heads/autosynth-vision: d758c43ba2ef4f4f7ad07b722617cb39fe3f29db
122122
refs/heads/spanner: 54a5e197bfe0a004e13c190427f46c3413ab572d
123123
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b

branches/autosynth-video-intelligence/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-video-intelligence/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-video-intelligence/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-video-intelligence/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-video-intelligence/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)