Skip to content

Commit 179d4d9

Browse files
committed
Merge pull request #50 from jayunit100/master
snapshot name static so that it works with CI release
2 parents 964a08c + 3d0ef47 commit 179d4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.apache.hadoop.fs.glusterfs</groupId>
55
<artifactId>glusterfs</artifactId>
66
<packaging>jar</packaging>
7-
<version>snapshot-${maven.build.timestamp}</version>
7+
<version>2.0-SNAPSHOT</version>
88
<name>glusterfs</name>
99
<url>http://maven.apache.org</url>
1010
<dependencies>

0 commit comments

Comments
 (0)