Skip to content

Commit

Permalink
Get the right tagging this time
Browse files Browse the repository at this point in the history
Also bump the version of gcloud-java
  • Loading branch information
Les Vogel committed Feb 3, 2016
1 parent 5790542 commit f0aa167
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions managedvms/sparkjava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@
<dependency>
<groupId>com.google.gcloud</groupId>
<artifactId>gcloud-java</artifactId>
<version>0.1.1</version>
<version>0.1.3</version>
</dependency>
</dependencies>
<build>
<plugins>
<!-- //[START maven]-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand All @@ -44,8 +45,8 @@
<target>1.8</target>
</configuration>
</plugin>

<!-- START assembly -->
<!-- //[END maven]-->
<!-- //[START assembly] -->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
Expand All @@ -67,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 @@ -82,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 f0aa167

Please sign in to comment.