Skip to content

Commit c96e1cd

Browse files
authored
Stop auto-promote by default (#337)
1 parent 76ac3ff commit c96e1cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

managed_vms/helloworld/pom.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<!-- [START dependencies] -->
4242
<dependencies>
43-
43+
4444
<dependency>
4545
<groupId>javax.servlet</groupId>
4646
<artifactId>javax.servlet-api</artifactId>
@@ -63,8 +63,10 @@
6363
<version>${appengine.maven.plugin}</version>
6464
<configuration>
6565
<!-- deploy configuration -->
66+
<!--
6667
<deploy.promote>true</deploy.promote>
6768
<deploy.stopPreviousVersion>true</deploy.stopPreviousVersion>
69+
-->
6870
</configuration>
6971
</plugin>
7072

0 commit comments

Comments
 (0)