Skip to content

Commit

Permalink
Merge pull request #80 from GoogleCloudPlatform/tags-again
Browse files Browse the repository at this point in the history
More tag changes...
  • Loading branch information
lesv committed Feb 4, 2016
2 parents 9677670 + 920abad commit 7fd6b2e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions managedvms/sparkjava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</dependencies>
<build>
<plugins>
<!-- //[START maven]-->
<!-- // [START maven]-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand All @@ -45,8 +45,8 @@
<target>1.8</target>
</configuration>
</plugin>
<!-- //[END maven]-->
<!-- //[START assembly] -->
<!-- // [END maven]-->
<!-- // [START assembly] -->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
Expand All @@ -68,9 +68,9 @@
</archive>
</configuration>
</plugin>
<!-- //[END assembly] -->
<!-- // [END assembly] -->

<!-- //[START exec] -->
<!-- // [START exec] -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
Expand All @@ -83,7 +83,7 @@
</arguments>
</configuration>
</plugin>
<!-- //[END exec] -->
<!-- // [END exec] -->
<plugin>
<groupId>com.google.appengine</groupId>
<artifactId>gcloud-maven-plugin</artifactId>
Expand Down

0 comments on commit 7fd6b2e

Please sign in to comment.