[P2play-commit] SF.net SVN: p2play: [72] trunk/parent/p2play/pom.xml
Status: Pre-Alpha
Brought to you by:
tisoft
|
From: <ti...@us...> - 2007-08-21 12:09:07
|
Revision: 72
http://p2play.svn.sourceforge.net/p2play/?rev=72&view=rev
Author: tisoft
Date: 2007-08-21 05:09:09 -0700 (Tue, 21 Aug 2007)
Log Message:
-----------
updated pom
Modified Paths:
--------------
trunk/parent/p2play/pom.xml
Modified: trunk/parent/p2play/pom.xml
===================================================================
--- trunk/parent/p2play/pom.xml 2007-08-21 12:07:49 UTC (rev 71)
+++ trunk/parent/p2play/pom.xml 2007-08-21 12:09:09 UTC (rev 72)
@@ -7,27 +7,15 @@
<artifactId>p2play</artifactId>
<version>0.0.1-SNAPSHOT</version>
- <repositories>
- <repository>
- <id>maven.tisoft.de</id>
- <url>http://maven.tisoft.de/repository</url>
- </repository>
- </repositories>
-
- <distributionManagement>
- <repository>
- <id>maven.tisoft.de</id>
- <url>ftp://maven.tisoft.de/repository</url>
- </repository>
- </distributionManagement>
+ <parent>
+ <groupId>org.p2play</groupId>
+ <artifactId>parent</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+
+ <packaging>jar</packaging>
<build>
- <extensions>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-ftp</artifactId>
- </extension>
- </extensions>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|