Skip to content

Commit 38a220d

Browse files
committed
revert pom
1 parent 904c19f commit 38a220d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,9 @@
44
<groupId>org.apache.hadoop.fs.glusterfs</groupId>
55
<artifactId>glusterfs</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.20.2-0.1-SNAPSHOT</version>
7+
<version>0.20.2-0.1</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-
1610
<dependencies>
1711
<dependency>
1812
<groupId>junit</groupId>
@@ -26,7 +20,6 @@
2620
</dependency>
2721
</dependencies>
2822
<build>
29-
<finalName>${project.artifactId}-${project.version}-${maven.build.timestamp}</finalName>
3023
<plugins>
3124
<plugin>
3225
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)