mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gaetan Boismal
15.06.2015 7358a62c5704931a7eb090545901a959dbb6b826
OPENDJ-2145 Fix revision number sync

* pom.xml
** Do not use the 'useLastCommittedRevision' option in the buildnumber-maven-plugin
1 files modified
1 ■■■■ changed files
opendj-server-legacy/pom.xml 1 ●●●● patch | view | raw | blame | history
opendj-server-legacy/pom.xml
@@ -578,7 +578,6 @@
              <goal>create</goal>
            </goals>
            <configuration>
              <useLastCommittedRevision>true</useLastCommittedRevision>
              <buildNumberPropertyName>buildRevision</buildNumberPropertyName>
              <revisionOnScmFailure>-1</revisionOnScmFailure>
            </configuration>