Skip to content

Commit 2e3a9d4

Browse files
committed
chore(java-firestore): modernize submodule pom.xml
1 parent 7d1cb7b commit 2e3a9d4

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

  • java-firestore/grpc-google-cloud-firestore-admin-v1

java-firestore/grpc-google-cloud-firestore-admin-v1/pom.xml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<dependency>
3232
<groupId>com.google.api.grpc</groupId>
3333
<artifactId>proto-google-common-protos</artifactId>
34+
<version>2.67.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
3435
</dependency>
3536
<dependency>
3637
<groupId>io.grpc</groupId>
@@ -45,26 +46,6 @@
4546
<artifactId>guava</artifactId>
4647
</dependency>
4748
</dependencies>
48-
<reporting>
49-
<plugins>
50-
<plugin>
51-
<groupId>org.apache.maven.plugins</groupId>
52-
<artifactId>maven-javadoc-plugin</artifactId>
53-
<configuration>
54-
<show>protected</show>
55-
<nohelp>true</nohelp>
56-
<doclint>none</doclint>
57-
<splitindex>true</splitindex>
58-
<offlineLinks>
59-
<offlineLink>
60-
<url>${project.javadoc.protobufBaseURL}</url>
61-
<location>../../../../proto-google-cloud-firestore-admin-v1/target/site/apidocs/</location>
62-
</offlineLink>
63-
</offlineLinks>
64-
</configuration>
65-
</plugin>
66-
</plugins>
67-
</reporting>
6849
<build>
6950
<plugins>
7051
<plugin>

0 commit comments

Comments
 (0)