8000 Fix groupId in pom.xml · akashshrimali/java-docs-samples@d7f2998 · GitHub
[go: up one dir, main page]

Skip to content

Commit d7f2998

Browse files
committed
Fix groupId in pom.xml
1 parent bfa6050 commit d7f2998

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

endpoints/getting-started/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<packaging>war</packaging>
77
<version>1.0-SNAPSHOT</version>
8-
<groupId>com.example.managedvms</groupId>
8+
<groupId>com.example.flexible.endpoints</groupId>
99
<artifactId>managed-vms-endpoints</artifactId>
1010

1111
<parent>
@@ -37,9 +37,9 @@
3737
<outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory>
3838
<plugins>
3939
<plugin>
40-
<groupId>com.google.appengine</groupId>
41-
<artifactId>gcloud-maven-plugin</artifactId>
42-
<version>2.0.9.121.v20160815</version>
40+
<groupId>com.google.cloud.tools</groupId>
41+
<artifactId>appengine-maven-plugin</artifactId>
42+
<version>0.1.2</version>
4343
<configuration>
4444
<gcloud_app_prefix>beta</gcloud_app_prefix>
4545
</configuration>

0 commit comments

Comments
 (0)
0