Skip to content

Commit

Permalink
Fix groupId in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
bradfriedman committed Nov 16, 2016
1 parent bfa6050 commit d7f2998
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions endpoints/getting-started/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<packaging>war</packaging>
<version>1.0-SNAPSHOT</version>
<groupId>com.example.managedvms</groupId>
<groupId>com.example.flexible.endpoints</groupId>
<artifactId>managed-vms-endpoints</artifactId>

<parent>
Expand Down Expand Up @@ -37,9 +37,9 @@
<outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory>
<plugins>
<plugin>
<groupId>com.google.appengine</groupId>
<artifactId>gcloud-maven-plugin</artifactId>
<version>2.0.9.121.v20160815</version>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>0.1.2</version>
<configuration>
<gcloud_app_prefix>beta</gcloud_app_prefix>
</configuration>
Expand Down

0 comments on commit d7f2998

Please sign in to comment.