[P2play-commit] SF.net SVN: p2play: [71] trunk/parent/boot/pom.xml
Status: Pre-Alpha
Brought to you by:
tisoft
|
From: <ti...@us...> - 2007-08-21 12:07:46
|
Revision: 71
http://p2play.svn.sourceforge.net/p2play/?rev=71&view=rev
Author: tisoft
Date: 2007-08-21 05:07:49 -0700 (Tue, 21 Aug 2007)
Log Message:
-----------
updated pom
Modified Paths:
--------------
trunk/parent/boot/pom.xml
Modified: trunk/parent/boot/pom.xml
===================================================================
--- trunk/parent/boot/pom.xml 2007-08-21 12:06:13 UTC (rev 70)
+++ trunk/parent/boot/pom.xml 2007-08-21 12:07:49 UTC (rev 71)
@@ -1,33 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project>
+<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.p2play</groupId>
<artifactId>boot</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <distributionManagement>
- <repository>
- <id>maven.tisoft.de</id>
- <url>ftp://maven.tisoft.de/repository</url>
- </repository>
- </distributionManagement>
+ <version>0.0.1-SNAPSHOT</version>
+
+ <parent>
+ <groupId>org.p2play</groupId>
+ <artifactId>parent</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
- <build>
- <extensions>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-ftp</artifactId>
- </extension>
- </extensions>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
+ <packaging>jar</packaging>
<dependencies>
<dependency>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|