Skip to content

Commit 9677670

Browse files
committed
Merge pull request #79 from GoogleCloudPlatform/more-tags
Get the right tagging this time
2 parents 5790542 + f0aa167 commit 9677670

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

managedvms/sparkjava/pom.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@
3030
<dependency>
3131
<groupId>com.google.gcloud</groupId>
3232
<artifactId>gcloud-java</artifactId>
33-
<version>0.1.1</version>
33+
<version>0.1.3</version>
3434
</dependency>
3535
</dependencies>
3636
<build>
3737
<plugins>
38+
<!-- //[START maven]-->
3839
<plugin>
3940
<groupId>org.apache.maven.plugins</groupId>
4041
<artifactId>maven-compiler-plugin</artifactId>
@@ -44,8 +45,8 @@
4445
<target>1.8</target>
4546
</configuration>
4647
</plugin>
47-
48-
<!-- START assembly -->
48+
<!-- //[END maven]-->
49+
<!-- //[START assembly] -->
4950
<plugin>
5051
<artifactId>maven-assembly-plugin</artifactId>
5152
<executions>
@@ -67,9 +68,9 @@
6768
</archive>
6869
</configuration>
6970
</plugin>
70-
<!-- END assembly -->
71+
<!-- //[END assembly] -->
7172

72-
<!-- START exec -->
73+
<!-- //[START exec] -->
7374
<plugin>
7475
<groupId>org.codehaus.mojo</groupId>
7576
<artifactId>exec-maven-plugin</artifactId>
@@ -82,7 +83,7 @@
8283
</arguments>
8384
</configuration>
8485
</plugin>
85-
<!-- END exec -->
86+
<!-- //[END exec] -->
8687
<plugin>
8788
<groupId>com.google.appengine</groupId>
8889
<artifactId>gcloud-maven-plugin</artifactId>

0 commit comments

Comments
 (0)