Skip to content

Commit 6876a71

Browse files
committed
Update app.yaml
1 parent 522da6f commit 6876a71

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

pom.xml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,16 @@
8282
<groupId>org.springframework.boot</groupId>
8383
<artifactId>spring-boot-maven-plugin</artifactId>
8484
</plugin>
85+
<plugin>
86+
<groupId>com.google.cloud.tools</groupId>
87+
<artifactId>appengine-maven-plugin</artifactId>
88+
<version>2.2.0</version>
89+
<configuration>
90+
<deploy.projectId>mystical-ally-277821</deploy.projectId>
91+
<deploy.version>auto</deploy.version>
92+
</configuration>
93+
</plugin>
8594
</plugins>
8695
</build>
8796

88-
<pluginRepositories>
89-
<pluginRepository>
90-
<id>spring-releases</id>
91-
<url>https://repo.spring.io/libs-release</url>
92-
</pluginRepository>
93-
</pluginRepositories>
9497
</project>

0 commit comments

Comments
 (0)