This is an automated email from the ASF dual-hosted git repository.
runzhiwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new b541848 RATIS-1322. Cannot build from source without repo (#429)
b541848 is described below
commit b5418485c4224fe5f254cf1dd4652e99460b81d4
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Feb 25 01:40:55 2021 +0100
RATIS-1322. Cannot build from source without repo (#429)
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 86afac0..68122c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -884,6 +884,7 @@
<configuration>
<outputDirectory>target/classes</outputDirectory>
<outputName>ratis-version.properties</outputName>
+ <revisionOnScmFailure>Unknown</revisionOnScmFailure>
</configuration>
</execution>
</executions>