forked from diennea/blazingcache
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnbactions.xml
More file actions
27 lines (27 loc) · 844 Bytes
/
Copy pathnbactions.xml
File metadata and controls
27 lines (27 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>CUSTOM-deploy</actionName>
<displayName>deploy</displayName>
<goals>
<goal>deploy</goal>
</goals>
</action>
<action>
<actionName>CUSTOM-change version</actionName>
<displayName>change version</displayName>
<goals>
<goal>versions:set</goal>
</goals>
<properties>
<newVersion>1.5.0-ALPHA</newVersion>
</properties>
</action>
<action>
<actionName>CUSTOM-versions:commit</actionName>
<displayName>versions:commit</displayName>
<goals>
<goal>versions:commit</goal>
</goals>
</action>
</actions>