[P2play-commit] SF.net SVN: p2play: [59] trunk/P2Play/pom.xml
Status: Pre-Alpha
Brought to you by:
tisoft
|
From: <ti...@us...> - 2007-07-04 08:15:32
|
Revision: 59
http://p2play.svn.sourceforge.net/p2play/?rev=59&view=rev
Author: tisoft
Date: 2007-07-04 01:15:31 -0700 (Wed, 04 Jul 2007)
Log Message:
-----------
added javolution 5
added tisoft repository
Modified Paths:
--------------
trunk/P2Play/pom.xml
Modified: trunk/P2Play/pom.xml
===================================================================
--- trunk/P2Play/pom.xml 2007-07-04 08:14:39 UTC (rev 58)
+++ trunk/P2Play/pom.xml 2007-07-04 08:15:31 UTC (rev 59)
@@ -5,7 +5,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.p2play</groupId>
<artifactId>P2Play</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <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>
@@ -33,9 +41,9 @@
<dependencies>
<dependency>
- <groupId>javolution</groupId>
+ <groupId>de.tisoft.maven.javolution</groupId>
<artifactId>javolution</artifactId>
- <version>4.2.6</version>
+ <version>5.0.3</version>
</dependency>
<dependency>
<groupId>pnuts</groupId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|