Skip to content

Commit 26495fa

Browse files
chingor13Sita04
authored andcommitted
chore: rename artifact to google-cloud-security-private-ca (#8)
1 parent 9182f3e commit 26495fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

privateca/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
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>
44
<groupId>com.google.cloud</groupId>
5-
<artifactId>security-privateca-snippets</artifactId>
5+
<artifactId>security-private-ca-snippets</artifactId>
66
<packaging>jar</packaging>
77
<name>Google Certificate Authority Service Snippets</name>
8-
<url>https://github.com/googleapis/java-security-privateca</url>
8+
<url>https://github.com/googleapis/java-security-private-ca</url>
99

1010
<!--
1111
The parent pom defines common style checks and testing strategies for our samples.
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud.samples</groupId>
1616
<artifactId>shared-configuration</artifactId>
17-
<version>1.0.12</version>
17+
<version>1.0.18</version>
1818
</parent>
1919

2020
<properties>
@@ -27,7 +27,7 @@
2727
<!-- TODO: switch to libraries-bom after this artifact is included -->
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
30-
<artifactId>google-cloud-security-privateca</artifactId>
30+
<artifactId>google-cloud-security-private-ca</artifactId>
3131
<version>0.0.0</version>
3232
</dependency>
3333

0 commit comments

Comments
 (0)