Author: schor
Date: Tue Jun  8 01:46:59 2010
New Revision: 952498

URL: http://svn.apache.org/viewvc?rev=952498&view=rev
Log:
[UIMA-1809] roll back to version 1-SNAPSHOT and remove docbook olink version 
dependencies on current project version - replace with 1-SNAPSHOT

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

Modified: uima/build/trunk/parent-poms/parent-pom-top/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/build/trunk/parent-poms/parent-pom-top/pom.xml?rev=952498&r1=952497&r2=952498&view=diff
==============================================================================
--- uima/build/trunk/parent-poms/parent-pom-top/pom.xml (original)
+++ uima/build/trunk/parent-poms/parent-pom-top/pom.xml Tue Jun  8 01:46:59 2010
@@ -55,7 +55,7 @@
   
        <groupId>org.apache.uima</groupId>
        <artifactId>parent-pom-top</artifactId>
-  <version>2-SNAPSHOT</version>
+  <version>1-SNAPSHOT</version>
        <packaging>pom</packaging>
 
   <name>UIMA ${project.artifactId}</name>
@@ -167,11 +167,6 @@
     
<uimaWebsiteDistributionUrl>scp://people.apache.org/www/uima.apache.org/</uimaWebsiteDistributionUrl>
     <maven.build.timestamp.format>yyMMdd_HHmm</maven.build.timestamp.format>
     <buildDateTime>${maven.build.timestamp}</buildDateTime>
-    <!-- next two properties used by other poms -->
-    <localRepoProjVer>
-      
${settings.localRepository}/org/apache/uima/${project.artifactId}/${project.version}
-    </localRepoProjVer>
-    <artifactVersion>${project.artifactId}-${project.version}</artifactVersion>
 
     <!-- these properties are for docbook processing.
          They are defined here to avoid circular dependencies between
@@ -181,8 +176,8 @@
     <!-- olink databases -->
     <dolArtifactId>uima-docbook-olink</dolArtifactId>
     <dolClassifier>olink</dolClassifier>
-    
<dolRepo>${settings.localRepository}/org/apache/uima/${dolArtifactId}/${project.version}</dolRepo>
-    <dolZip>${dolArtifactId}-${project.version}-${dolClassifier}.zip</dolZip>
+    
<dolRepo>${settings.localRepository}/org/apache/uima/${dolArtifactId}/1-SNAPSHOT</dolRepo>
+    <dolZip>${dolArtifactId}-1-SNAPSHOT-${dolClassifier}.zip</dolZip>
     <dolUnzipped>${dolRepo}/docbook-olink</dolUnzipped>
     <dolBuiltFile>${project.build.directory}/</dolBuiltFile>
     
<dolBuiltArtifactFile>${project.build.directory}/${dolZip}</dolBuiltArtifactFile>
           


Reply via email to