tballison commented on code in PR #2074:
URL: https://github.com/apache/tika/pull/2074#discussion_r1871693223


##########
tika-pipes/tika-fetchers/tika-fetcher-google/pom.xml:
##########
@@ -0,0 +1,96 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <artifactId>tika-fetchers</artifactId>
+        <groupId>org.apache.tika</groupId>
+        <version>3.0.0-SNAPSHOT</version>

Review Comment:
   So, main is 4.0.0-SNAPSHOT now. If you're targetting main, this needs to be 
4.0.0-SNAPSHOT. 
   
   Separately for the grpc work, y, you'll want to update everything in that 
branch to 4.0.0-SNAPSHOT.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tika.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to