Skip to content

Commit

Permalink
chore: rename artifact to google-cloud-security-private-ca (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Sep 15, 2020
1 parent 53419ec commit ff56576
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions privateca/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<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>
<groupId>com.google.cloud</groupId>
<artifactId>security-privateca-snippets</artifactId>
<artifactId>security-private-ca-snippets</artifactId>
<packaging>jar</packaging>
<name>Google Certificate Authority Service Snippets</name>
<url>https://github.com/googleapis/java-security-privateca</url>
<url>https://github.com/googleapis/java-security-private-ca</url>

<!--
The parent pom defines common style checks and testing strategies for our samples.
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>com.google.cloud.samples</groupId>
<artifactId>shared-configuration</artifactId>
<version>1.0.12</version>
<version>1.0.18</version>
</parent>

<properties>
Expand All @@ -27,7 +27,7 @@
<!-- TODO: switch to libraries-bom after this artifact is included -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-security-privateca</artifactId>
<artifactId>google-cloud-security-private-ca</artifactId>
<version>0.0.0</version>
</dependency>

Expand Down

0 comments on commit ff56576

Please sign in to comment.