We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904c19f commit 38a220dCopy full SHA for 38a220d
pom.xml
@@ -4,15 +4,9 @@
4
<groupId>org.apache.hadoop.fs.glusterfs</groupId>
5
<artifactId>glusterfs</artifactId>
6
<packaging>jar</packaging>
7
- <version>0.20.2-0.1-SNAPSHOT</version>
+ <version>0.20.2-0.1</version>
8
<name>glusterfs</name>
9
<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
16
<dependencies>
17
<dependency>
18
<groupId>junit</groupId>
@@ -26,7 +20,6 @@
26
20
</dependency>
27
21
</dependencies>
28
22
<build>
29
- <finalName>${project.artifactId}-${project.version}-${maven.build.timestamp}</finalName>
30
23
<plugins>
31
24
<plugin>
32
25
<groupId>org.apache.maven.plugins</groupId>
0 commit comments