Skip to content

Commit d561d86

Browse files
author
Frank Natividad
committed
Fix artifactId conflict
1 parent c43f7ba commit d561d86

File tree

3 files changed

+3
-3
lines changed
  • appengine/endpoints-frameworks-v2/guice-example
  • appengine-java8

3 files changed

+3
-3
lines changed

appengine-java8/endpoints-v2-backend/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<version>1.0-SNAPSHOT</version>
2020

2121
<groupId>com.example.echo</groupId>
22-
<artifactId>echo</artifactId>
22+
<artifactId>echo-j8</artifactId>
2323

2424
<parent>
2525
<artifactId>appengine-java8-samples</artifactId>

appengine-java8/endpoints-v2-guice/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<version>1.0-SNAPSHOT</version>
2020

2121
<groupId>com.example.echo</groupId>
22-
<artifactId>echo</artifactId>
22+
<artifactId>echo-guice-j8</artifactId>
2323

2424
<parent>
2525
<artifactId>appengine-java8-samples</artifactId>

appengine/endpoints-frameworks-v2/guice-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<version>1.0-SNAPSHOT</version>
2020

2121
<groupId>com.example.echo</groupId>
22-
<artifactId>echo</artifactId>
22+
<artifactId>echo-guice</artifactId>
2323

2424
<parent>
2525
<artifactId>appengine-doc-samples</artifactId>

0 commit comments

Comments
 (0)