Author: simonetripodi
Date: Mon Sep 10 14:53:09 2012
New Revision: 1382912
URL: http://svn.apache.org/viewvc?rev=1382912&view=rev
Log:
code format, no functional modifications
Modified:
incubator/any23/trunk/mime/pom.xml
Modified: incubator/any23/trunk/mime/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/mime/pom.xml?rev=1382912&r1=1382911&r2=1382912&view=diff
==============================================================================
--- incubator/any23/trunk/mime/pom.xml (original)
+++ incubator/any23/trunk/mime/pom.xml Mon Sep 10 14:53:09 2012
@@ -18,14 +18,18 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+
<parent>
<artifactId>apache-any23</artifactId>
<groupId>org.apache.any23</groupId>
<version>0.7.1-incubating-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
+
<artifactId>apache-any23-mime</artifactId>
+
<name>Apache Any23 :: Mime Type Detection</name>
+
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
@@ -83,4 +87,5 @@
<scope>runtime</scope>
</dependency>
</dependencies>
+
</project>