Skip to content

Commit 181dbe4

Browse files
committed
Make maven artifact IDs unique.
1 parent 0d05836 commit 181dbe4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appengine/datastore/indexes-perfect/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Copyright 2016 Google Inc. All Rights Reserved.
1818
<packaging>war</packaging>
1919
<version>1.0-SNAPSHOT</version>
2020
<groupId>com.example.appengine</groupId>
21-
<artifactId>appengine-datastore-indexes-exploding</artifactId>
21+
<artifactId>appengine-datastore-indexes-perfect</artifactId>
2222
<parent>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>doc-samples</artifactId>

appengine/datastore/indexes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Copyright 2016 Google Inc. All Rights Reserved.
1818
<packaging>war</packaging>
1919
<version>1.0-SNAPSHOT</version>
2020
<groupId>com.example.appengine</groupId>
21-
<artifactId>appengine-datastore</artifactId>
21+
<artifactId>appengine-datastore-indexes</artifactId>
2222
<parent>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>doc-samples</artifactId>

0 commit comments

Comments
 (0)