Skip to content

Commit 69746e3

Browse files
committed
update pom
1 parent 9b24072 commit 69746e3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@
44
<groupId>org.apache.hadoop.fs.glusterfs</groupId>
55
<artifactId>glusterfs</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.20.2-0.1</version>
7+
<version>0.20.2-0.1-SNAPSHOT</version>
88
<name>glusterfs</name>
99
<url>http://maven.apache.org</url>
10+
11+
<!-- Used for formatting the jar with timestamp -->
12+
<properties>
13+
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
14+
</properties>
15+
1016
<dependencies>
1117
<dependency>
1218
<groupId>junit</groupId>
@@ -20,6 +26,7 @@
2026
</dependency>
2127
</dependencies>
2228
<build>
29+
<finalName>${project.artifactId}-${project.version}-${maven.build.timestamp}</finalName>
2330
<plugins>
2431
<plugin>
2532
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)