Skip to content

Commit 9dd4313

Browse files
authored
Fix a typo (#557)
1 parent 98d3a21 commit 9dd4313

File tree

1 file changed

+1
-5
lines changed
  • appengine/helloworld-new-plugins

1 file changed

+1
-5
lines changed

appengine/helloworld-new-plugins/pom.xml

+1-5
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,13 @@ Copyright 2015 Google Inc.
5757
<configuration>
5858
<!-- dev appserver configuration (standard environment only) -->
5959
<!--
60-
<devserver.host>127.0.0.1</devserver.port>
60+
<devserver.host>127.0.0.1</devserver.host>
6161
<devserver.port>8080</devserver.port>
6262
-->
6363
<!-- staging configuration (standard/flex-compat environment only) -->
6464
<!--
6565
<stage.enableJarSplitting>true</stage.enableJarSplitting>
6666
-->
67-
<!-- staging configuration (flexible environment only) -->
68-
<!--
69-
<stage.artifact>target/some-customer-artifact.jar</stage.artifact>
70-
-->
7167
<!-- deploy configuration -->
7268
<deploy.promote>true</deploy.promote>
7369
<deploy.stopPreviousVersion>true</deploy.stopPreviousVersion>

0 commit comments

Comments
 (0)