Author: maxcom
Date: Mon Mar 26 10:53:00 2012
New Revision: 1305305
URL: http://svn.apache.org/viewvc?rev=1305305&view=rev
Log:
TIKA-593 - enable jax-rs network server module
Modified:
tika/trunk/pom.xml
tika/trunk/tika-server/pom.xml
Modified: tika/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tika/trunk/pom.xml?rev=1305305&r1=1305304&r2=1305305&view=diff
==============================================================================
--- tika/trunk/pom.xml (original)
+++ tika/trunk/pom.xml Mon Mar 26 10:53:00 2012
@@ -50,7 +50,7 @@
<module>tika-parsers</module>
<module>tika-app</module>
<module>tika-bundle</module>
- <!-- <module>tika-server</module> -->
+ <module>tika-server</module>
</modules>
<build>
Modified: tika/trunk/tika-server/pom.xml
URL:
http://svn.apache.org/viewvc/tika/trunk/tika-server/pom.xml?rev=1305305&r1=1305304&r2=1305305&view=diff
==============================================================================
--- tika/trunk/tika-server/pom.xml (original)
+++ tika/trunk/tika-server/pom.xml Mon Mar 26 10:53:00 2012
@@ -40,7 +40,7 @@
<parent>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parent</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>1.2-SNAPSHOT</version>
<relativePath>../tika-parent/pom.xml</relativePath>
</parent>