[NIFI-3688] Commented by mistake

This commit is contained in:
dlukyanov 2017-11-05 15:17:50 +02:00
parent 695fb83505
commit d214fd6912

View File

@ -95,7 +95,7 @@
<build>
<plugins>
<!-- Makes buildRevision and buildBranch available to the NAR Plugin so they can be populated in the MANIFEST -->
<!--plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<inherited>true</inherited>
@ -116,7 +116,7 @@
<buildNumberPropertyName>buildRevision</buildNumberPropertyName>
<scmBranchPropertyName>buildBranch</scmBranchPropertyName>
</configuration>
</plugin-->
</plugin>
</plugins>
</build>