Skip to content

Commit ac46577

Browse files
authored
---
yaml --- r: 13645 b: refs/heads/autosynth-logging c: 619700a h: refs/heads/master i: 13643: f5e18d1
1 parent 8053577 commit ac46577

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
@@ -105,7 +105,7 @@ refs/tags/v0.61.0: e4b526656bb1bf5eefd0ee578b7405147821225e
105105
refs/tags/v0.62.0: bbede7385d48ba08f487bdd29ec10668ace96396
106106
refs/heads/0.60.0-alpha: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
107107
refs/heads/autosynth-dlp: 90e4efe3be392e89dc36bce22afab981a905b1bc
108-
refs/heads/autosynth-logging: 50a853325b306f27c46026e77976ebbfb7dc0106
108+
refs/heads/autosynth-logging: 619700a3db080fb88dc918feae79cc0ee8d30f94
109109
refs/heads/dupes: 3478c5d81fd242d0e985656645a679420a2060c2
110110
refs/tags/v0.63.0: 94f19b71d40f46b36120e7b9d78a1a3d41bfcbd6
111111
refs/tags/v0.64.0: 456e8fbd129deced3ca025f239a2d8a82bde1d0a

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