Index: pom.xml
===================================================================
--- pom.xml	(revision 1200613)
+++ pom.xml	(working copy)
@@ -40,7 +40,7 @@
   <parent>
     <groupId>org.apache.tika</groupId>
     <artifactId>tika-parent</artifactId>
-    <version>0.10-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
     <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
 
@@ -125,7 +125,6 @@
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <scope>test</scope>
-            <version>4.8</version>
         </dependency>
     </dependencies>
 
@@ -173,17 +172,6 @@
           </instructions>
         </configuration>
       </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.6</version>
-                <configuration>
-                    <redirectTestOutputToFile>true</redirectTestOutputToFile>
-                    <argLine>-da -XX:+HeapDumpOnOutOfMemoryError -Xmx512m</argLine>
-<!--                    <argLine>-agentlib:jprofilerti=port=8849  -Xbootclasspath/a:/arc/opt/jprofiler5/bin/agent.jar</argLine> -->
-                </configuration>
-            </plugin>
         </plugins>
     </build>
 
@@ -201,5 +189,6 @@
             <layout>legacy</layout>
         </repository>
     </repositories>
+     <url>http://tika.apache.org/</url>
 </project>
 
