Author: burn
Date: Tue May 10 22:08:29 2016
New Revision: 1743268

URL: http://svn.apache.org/viewvc?rev=1743268&view=rev
Log:
UIMA-4924 re-enable revision numbers in jars

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml?rev=1743268&r1=1743267&r2=1743268&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml Tue May 10 22:08:29 
2016
@@ -754,10 +754,10 @@ ${uimaDUCCNoticeText}
 
                  <!-- Get SVN revision number and include in the manifest.
                       Disable the check for local changes and the svn update 
-->
-                 <!-- plugin>
+                 <plugin>
                        <groupId>org.codehaus.mojo</groupId>
                        <artifactId>buildnumber-maven-plugin</artifactId>
-                       <version>1.3</version>
+                       <version>1.4</version>
                        <executions>
                          <execution>
                                <phase>validate</phase>
@@ -770,7 +770,7 @@ ${uimaDUCCNoticeText}
                          <doCheck>false</doCheck>
                          <doUpdate>false</doUpdate>
                        </configuration>
-                 </plugin -->
+                 </plugin>
 
 
                        <plugin>
@@ -836,28 +836,6 @@ ${uimaDUCCNoticeText}
                        <build>
                                <plugins>
 
-
-
-                 <!-- Get SVN revision number and include in the manifest.
-                      Disable the check for local changes and the svn update 
-->
-                 <!--plugin>
-                       <groupId>org.codehaus.mojo</groupId>
-                       <artifactId>buildnumber-maven-plugin</artifactId>
-                       <version>1.3</version>
-                       <executions>
-                         <execution>
-                               <phase>validate</phase>
-                               <goals>
-                                 <goal>create</goal>
-                               </goals>
-                         </execution>
-                       </executions>
-                       <configuration>
-                         <doCheck>false</doCheck>
-                         <doUpdate>false</doUpdate>
-                       </configuration>
-                 </plugin-->
-
                                        <!-- run Release Audit Tool (RAT) on 
src and bin distrs -->
                                        <plugin>
                                                
<groupId>org.apache.rat</groupId>


Reply via email to