You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by dm...@apache.org on 2008/11/18 22:14:56 UTC

svn commit: r718713 - /lucene/tika/branches/0.2/pom.xml

Author: dmeikle
Date: Tue Nov 18 13:14:56 2008
New Revision: 718713

URL: http://svn.apache.org/viewvc?rev=718713&view=rev
Log:
Change of version for 0.2 release and removal of standlone jar from release

Modified:
    lucene/tika/branches/0.2/pom.xml

Modified: lucene/tika/branches/0.2/pom.xml
URL: http://svn.apache.org/viewvc/lucene/tika/branches/0.2/pom.xml?rev=718713&r1=718712&r2=718713&view=diff
==============================================================================
--- lucene/tika/branches/0.2/pom.xml (original)
+++ lucene/tika/branches/0.2/pom.xml Tue Nov 18 13:14:56 2008
@@ -33,7 +33,7 @@
 
   <groupId>org.apache.tika</groupId>
   <artifactId>tika</artifactId>
-  <version>0.2-SNAPSHOT</version>
+  <version>0.2</version>
 
   <name>Apache Tika</name>
   <!-- Keep on a single line, see http://jira.codehaus.org/browse/MJAR-39 -->
@@ -270,7 +270,7 @@
           </archive>
         </configuration>
       </plugin>
-      <plugin>
+      <!-- <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
         <version>2.2-beta-2</version>
@@ -292,7 +292,7 @@
             </goals>
           </execution>
         </executions>
-      </plugin>
+      </plugin>-->
     </plugins>
   </build>