Author: fguillaume
Date: Mon Sep 28 14:07:09 2009
New Revision: 819541
URL: http://svn.apache.org/viewvc?rev=819541&view=rev
Log:
Inherit from parent POM
Modified:
incubator/chemistry/branches/0.62/chemistry/chemistry-tck-atompub/pom.xml
Modified:
incubator/chemistry/branches/0.62/chemistry/chemistry-tck-atompub/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/branches/0.62/chemistry/chemistry-tck-atompub/pom.xml?rev=819541&r1=819540&r2=819541&view=diff
==============================================================================
--- incubator/chemistry/branches/0.62/chemistry/chemistry-tck-atompub/pom.xml
(original)
+++ incubator/chemistry/branches/0.62/chemistry/chemistry-tck-atompub/pom.xml
Mon Sep 28 14:07:09 2009
@@ -9,12 +9,15 @@
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.chemistry</groupId>
+
+ <parent>
+ <groupId>org.apache.chemistry</groupId>
+ <artifactId>chemistry-parent</artifactId>
+ <version>0.1-SNAPSHOT</version>
+ </parent>
<artifactId>chemistry-tck-atompub</artifactId>
<name>Chemistry TCK AtomPub</name>
- <packaging>jar</packaging>
- <version>1.0.0-SNAPSHOT</version>
- <url>http://maven.apache.org</url>
+
<dependencies>
<dependency>
<groupId>junit</groupId>
@@ -31,12 +34,10 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
- <version>1.2.12</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
- <version>3.1</version>
</dependency>
<dependency>
<artifactId>abdera-core</artifactId>