Skip to content

Commit 935b099

Browse files
committed
chore: post migration updates - groupId, artifact url, repo references
1 parent f7d1e06 commit 935b099

22 files changed

+2
-2
lines changed

document-ai/snippets/pom.xml renamed to document-ai/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<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">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.google.cloud</groupId>
4+
<groupId>com.example.documentai</groupId>
55
<artifactId>documentai-snippets</artifactId>
66
<packaging>jar</packaging>
77
<name>Google Document AI Snippets</name>
8-
<url>https://github.com/googleapis/java-document-ai</url>
8+
<url>https://github.com/GoogleCloudPlatform/java-docs-samples/tree/main/document-ai</url>
99

1010
<!--
1111
The parent pom defines common style checks and testing strategies for our samples.

0 commit comments

Comments
 (0)