Author: gabriele
Date: Tue Nov 10 11:51:32 2009
New Revision: 834441
URL: http://svn.apache.org/viewvc?rev=834441&view=rev
Log:
-- added apache 6 as parent
-- removed distributionManagement specific POM (any issue with hudson?)
-- tested mvn deploy against repository.apache.org
Modified:
incubator/chemistry/trunk/chemistry/chemistry-parent/pom.xml
Modified: incubator/chemistry/trunk/chemistry/chemistry-parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-parent/pom.xml?rev=834441&r1=834440&r2=834441&view=diff
==============================================================================
--- incubator/chemistry/trunk/chemistry/chemistry-parent/pom.xml (original)
+++ incubator/chemistry/trunk/chemistry/chemistry-parent/pom.xml Tue Nov 10
11:51:32 2009
@@ -17,7 +17,13 @@
<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>
-
+
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>6</version>
+ </parent>
+
<prerequisites>
<maven>2.0.9</maven>
</prerequisites>
@@ -26,8 +32,10 @@
<artifactId>chemistry-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Chemistry Parent POM</name>
+ <description>Parent POM for the Chemistry project gathering all common
settings</description>
+ <inceptionYear>2009</inceptionYear>
<packaging>pom</packaging>
-
+
<properties>
<cxf.version>2.2.2</cxf.version>
</properties>
@@ -238,13 +246,4 @@
</repository>
</repositories>
- <distributionManagement>
- <!-- dummy repository, needed by Hudson so that it can override it -->
- <snapshotRepository>
- <id>apache.incubator.snapshots</id>
- <name>Apache Incubator Snapshots Repository</name>
-
<url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</url>
- </snapshotRepository>
- </distributionManagement>
-
</project>