Skip to content

Commit 983e76e

Browse files
committed
chore: add dummy pom to satisfy automation
1 parent d718a16 commit 983e76e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

java-vertexai/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>com.google.cloud</groupId>
5+
<artifactId>google-cloud-vertexai-parent</artifactId>
6+
<version>1.48.0</version>
7+
<packaging>pom</packaging>
8+
<name>Google Vertex AI Parent (Dummy)</name>
9+
<description>
10+
Dummy POM for Google Vertex AI to satisfy automation.
11+
</description>
12+
</project>

0 commit comments

Comments
 (0)