Skip to content

Commit 2746f9c

Browse files
author
Frank Natividad
committed
Fix - to _
1 parent 0dd5abc commit 2746f9c

File tree

2 files changed

+2
-2
lines changed
  • appengine/endpoints-frameworks-v2/backend
  • appengine-java8/endpoints-v2-backend

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<endpoints.framework.version>2.0.7</endpoints.framework.version>
3535
<endpoints.management.version>1.0.4</endpoints.management.version>
3636

37-
<endpoints.project.id>YOUR-PROJECT-ID</endpoints.project.id>
37+
<endpoints.project.id>YOUR_PROJECT_ID</endpoints.project.id>
3838
<maven.compiler.target>1.8</maven.compiler.target>
3939
<maven.compiler.source>1.8</maven.compiler.source>
4040
<appengine.maven.plugin.version>1.3.1</appengine.maven.plugin.version>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<endpoints.framework.version>2.0.7</endpoints.framework.version>
3535
<endpoints.management.version>1.0.4</endpoints.management.version>
3636

37-
<endpoints.project.id>YOUR-PROJECT-ID</endpoints.project.id>
37+
<endpoints.project.id>YOUR_PROJECT_ID</endpoints.project.id>
3838
<maven.compiler.target>1.7</maven.compiler.target>
3939
<maven.compiler.source>1.7</maven.compiler.source>
4040
<appengine.maven.plugin.version>1.3.1</appengine.maven.plugin.version>

0 commit comments

Comments
 (0)