Skip to content

Commit df5d11f

Browse files
authored
Fix duplicated project ID error in flakey presubmit tests. (#1357)
1 parent db73e1e commit df5d11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine-java8/mail/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Copyright 2016 Google Inc.
1818
<packaging>war</packaging>
1919
<version>1.0-SNAPSHOT</version>
2020
<groupId>com.example.appengine</groupId>
21-
<artifactId>appengine-mail</artifactId>
21+
<artifactId>appengine-mail-j8</artifactId>
2222

2323
<!--
2424
The parent pom defines common style checks and testing strategies for our samples.

0 commit comments

Comments
 (0)