Skip to content

Commit 6e5e96d

Browse files
authored
---
yaml --- r: 15937 b: refs/heads/autosynth-errorreporting c: 619700a h: refs/heads/master i: 15935: 02d8289
1 parent 44c043e commit 6e5e96d

6 files changed

Lines changed: 10 additions & 30 deletions

File tree

  • branches/autosynth-errorreporting

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
131131
refs/heads/autosynth-containeranalysis: 039ca5b8db725c76c16a965ff26b2774322b8ef8
132132
refs/heads/autosynth-datastore: 9acd400b484d6691a080c9152a331d88d24fefc1
133133
refs/heads/autosynth-dialogflow: d7477419376eac9b6dcc7dbcede581152527351d
134-
refs/heads/autosynth-errorreporting: 50a853325b306f27c46026e77976ebbfb7dc0106
134+
refs/heads/autosynth-errorreporting: 619700a3db080fb88dc918feae79cc0ee8d30f94
135135
refs/heads/autosynth-firestore: 92b27fbc8855c9902168695abb0a8f1f433b750b
136136
refs/heads/autosynth-iot: 9d732be07d99843d8cb53d34ec0837328a807fce
137137
refs/heads/autosynth-kms: dcc6e15d68759010c8735cc868135bd7e6c1cc5f

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