|
1 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 |
| 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 2 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 |
3 | 3 | http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 | | - <modelVersion>4.0.0</modelVersion> |
| 4 | + <modelVersion>4.0.0</modelVersion> |
5 | 5 |
|
6 | | - <groupId>com.code54.mojo</groupId> |
7 | | - <artifactId>buildversion-plugin-example</artifactId> |
8 | | - <version>9.9.99</version> |
| 6 | + <groupId>com.code54.mojo</groupId> |
| 7 | + <artifactId>buildversion-plugin-example</artifactId> |
| 8 | + <version>9.9.99</version> |
9 | 9 |
|
10 | | - <name>Build version project example</name> |
11 | | - <organization> |
12 | | - <name>Code54</name> |
13 | | - <url>http://code54.com</url> |
14 | | - </organization> |
| 10 | + <name>Build version project example</name> |
| 11 | + <organization> |
| 12 | + <name>Code54</name> |
| 13 | + <url>http://code54.com</url> |
| 14 | + </organization> |
15 | 15 |
|
16 | | - <build> |
17 | | - <plugins> |
18 | | - <plugin> |
19 | | - <groupId>com.code54.mojo</groupId> |
20 | | - <artifactId>buildversion-plugin</artifactId> |
21 | | - <version>1.0.3</version> |
22 | | - <executions> |
23 | | - <execution> |
24 | | - <goals><goal>set-properties</goal></goals> |
25 | | - <configuration> |
26 | | - <tstampFormat>yyyy-MM-dd</tstampFormat> |
27 | | - <customProperties> |
| 16 | + <build> |
| 17 | + <plugins> |
| 18 | + <plugin> |
| 19 | + <groupId>com.code54.mojo</groupId> |
| 20 | + <artifactId>buildversion-plugin</artifactId> |
| 21 | + <version>1.1-SNAPSHOT</version> |
| 22 | + <executions> |
| 23 | + <execution> |
| 24 | + <goals> |
| 25 | + <goal>set-properties</goal> |
| 26 | + </goals> |
| 27 | + <configuration> |
| 28 | + <tstampFormat>yyyy-MM-dd</tstampFormat> |
| 29 | + <customProperties> |
28 | 30 | { :build-commit-uppercase (clojure.string/upper-case build-commit) } |
29 | | - </customProperties> |
30 | | - </configuration> |
31 | | - </execution> |
32 | | - </executions> |
33 | | - </plugin> |
| 31 | + </customProperties> |
| 32 | + </configuration> |
| 33 | + </execution> |
| 34 | + </executions> |
| 35 | + </plugin> |
34 | 36 |
|
35 | | - </plugins> |
36 | | - </build> |
| 37 | + </plugins> |
| 38 | + </build> |
37 | 39 |
|
38 | 40 | </project> |
0 commit comments