Skip to content

Commit 4ccdde2

Browse files
committed
cleanup: update pom artifactId, URL and remove unused samples
1 parent f433db2 commit 4ccdde2

File tree

141 files changed

+2
-939
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+2
-939
lines changed

automl/README.md

-3
This file was deleted.

automl/snippets/pom.xml renamed to automl/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.automl</groupId>
55
<artifactId>automl-snippets</artifactId>
66
<packaging>jar</packaging>
77
<name>Google Cloud Auto ML Snippets</name>
8-
<url>https://github.com/googleapis/java-automl</url>
8+
<url>https://github.com/GoogleCloudPlatform/java-docs-samples/tree/main/automl</url>
99

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

automl/snippets/src/main/java/com/google/cloud/translate/automl/ModelApi.java

-139
This file was deleted.

automl/snippets/src/main/java/com/google/cloud/vision/ClassificationUndeployModel.java

-60
This file was deleted.

automl/snippets/src/main/java/com/google/cloud/vision/PredictionApi.java

-95
This file was deleted.

automl/snippets/src/main/java/com/google/cloud/vision/samples/automl/ClassificationUndeployModel.java

-60
This file was deleted.

0 commit comments

Comments
 (0)