File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 34
34
<
connection >scm:git:
[email protected] :oracle/weblogic-deploy-tooling.git</
connection >
35
35
<
developerConnection >scm:git:
[email protected] :oracle/weblogic-deploy-tooling.git</
developerConnection >
36
36
<tag >HEAD</tag >
37
- </scm >
37
+ </scm >
38
38
39
39
<properties >
40
40
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
256
256
</execution >
257
257
</executions >
258
258
</plugin >
259
+ <plugin >
260
+ <groupId >org.apache.maven.plugins</groupId >
261
+ <artifactId >maven-release-plugin</artifactId >
262
+ <version >2.5.3</version >
263
+ <configuration >
264
+ <useReleaseProfile >false</useReleaseProfile >
265
+ <tagNameFormat >weblogic-deploy-tooling-@{project.version}</tagNameFormat >
266
+ </configuration >
267
+ </plugin >
259
268
</plugins >
260
269
</build >
261
270
You can’t perform that action at this time.
0 commit comments