File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 30
30
<dependency >
31
31
<groupId >com.google.gcloud</groupId >
32
32
<artifactId >gcloud-java</artifactId >
33
- <version >0.1.1 </version >
33
+ <version >0.1.3 </version >
34
34
</dependency >
35
35
</dependencies >
36
36
<build >
37
37
<plugins >
38
+ <!-- //[START maven]-->
38
39
<plugin >
39
40
<groupId >org.apache.maven.plugins</groupId >
40
41
<artifactId >maven-compiler-plugin</artifactId >
44
45
<target >1.8</target >
45
46
</configuration >
46
47
</plugin >
47
-
48
- <!-- START assembly -->
48
+ <!-- //[END maven] -->
49
+ <!-- //[ START assembly] -->
49
50
<plugin >
50
51
<artifactId >maven-assembly-plugin</artifactId >
51
52
<executions >
67
68
</archive >
68
69
</configuration >
69
70
</plugin >
70
- <!-- END assembly -->
71
+ <!-- //[ END assembly] -->
71
72
72
- <!-- START exec -->
73
+ <!-- //[ START exec] -->
73
74
<plugin >
74
75
<groupId >org.codehaus.mojo</groupId >
75
76
<artifactId >exec-maven-plugin</artifactId >
82
83
</arguments >
83
84
</configuration >
84
85
</plugin >
85
- <!-- END exec -->
86
+ <!-- //[ END exec] -->
86
87
<plugin >
87
88
<groupId >com.google.appengine</groupId >
88
89
<artifactId >gcloud-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments