Author: schor
Date: Fri Sep  9 19:40:25 2011
New Revision: 1167336

URL: http://svn.apache.org/viewvc?rev=1167336&view=rev
Log:
[UIMA-2224] use standard assembly descriptor for source-release builds

Modified:
    uima/build/trunk/parent-pom/pom.xml

Modified: uima/build/trunk/parent-pom/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/build/trunk/parent-pom/pom.xml?rev=1167336&r1=1167335&r2=1167336&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Fri Sep  9 19:40:25 2011
@@ -197,7 +197,9 @@ licensed to the Apache Software Foundati
 "IBM UIMA License Agreement".
 Copyright (c) 2003, 2006 IBM Corporation.         
     </ibmNoticeText> 
-    
<sourceReleaseAssemblyDescriptor>multimodule-source-release</sourceReleaseAssemblyDescriptor>
  
+    <!-- next line commented out - to let standard source-release assembly 
descriptor as specified
+         in standard Apache parent pom be used -->
+    <!-- 
SourceReleaseAssemblyDescriptor>multimodule-source-release</sourceReleaseAssemblyDescriptor-->
  
   </properties>
  
   <dependencyManagement>
@@ -613,7 +615,7 @@ Copyright (c) 2003, 2006 IBM Corporation
                 <groupId>org.apache.uima</groupId>
                 <artifactId>uima-build-resources</artifactId>
                 <version>${uimaBuildResourcesVersion}</version>
-                </dependency>
+              </dependency>
             </dependencies>
           </plugin>
 


Reply via email to