Author: simonetripodi
Date: Mon Sep 10 14:44:02 2012
New Revision: 1382895
URL: http://svn.apache.org/viewvc?rev=1382895&view=rev
Log:
code format, no functional changes
Modified:
incubator/any23/trunk/api/pom.xml
Modified: incubator/any23/trunk/api/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/api/pom.xml?rev=1382895&r1=1382894&r2=1382895&view=diff
==============================================================================
--- incubator/any23/trunk/api/pom.xml (original)
+++ incubator/any23/trunk/api/pom.xml Mon Sep 10 14:44:02 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-api</artifactId>
+
<name>Apache Any23 :: Base API</name>
+
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
@@ -59,4 +63,5 @@
</resource>
</resources>
</build>
+
</project>