Author: schor
Date: Fri Jul  2 21:27:49 2010
New Revision: 960110

URL: http://svn.apache.org/viewvc?rev=960110&view=rev
Log:
[UIMA-1825] remove snapshot dependencies, also fix spelling in comment

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=960110&r1=960109&r2=960110&view=diff
==============================================================================
--- uima/build/trunk/parent-poms/parent-pom-top/pom.xml (original)
+++ uima/build/trunk/parent-poms/parent-pom-top/pom.xml Fri Jul  2 21:27:49 2010
@@ -468,7 +468,7 @@
             <goals><goal>process</goal></goals>
             <configuration>
               <resourceBundles>
-                
<resourceBundle>org.apache.uima:uima-jar-resource-bundle:1-SNAPSHOT</resourceBundle>
+                
<resourceBundle>org.apache.uima:uima-jar-resource-bundle:2</resourceBundle>
               </resourceBundles>
             </configuration>
           </execution>
@@ -546,7 +546,7 @@
               <dependency>
                 <groupId>org.apache.uima</groupId>
                 <artifactId>uima-jar-resource-bundle</artifactId>
-                <version>1-SNAPSHOT</version>
+                <version>2</version>
                 </dependency>
             </dependencies>
           </plugin>
@@ -562,7 +562,7 @@
               </execution>
               <execution>
                 <id>attach-sources</id>
-                <phase />  <!-- turn off the plan jar one -->
+                <phase />  <!-- turn off the plain jar one -->
               </execution>             
             </executions>        
           </plugin>


Reply via email to