| CODENOTIFIER | HelpYou are not signed inSign in |
Project: PEtALS
Revision: 8842
Author: chamerling
Date: 07 Aug 2008 06:04:12
Changes:Update POMs
Files:| ... | ...@@ -2,29 +2,18 @@ | |
| 2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 5 | <parent> | |
| 6 | <artifactId>petals-parent</artifactId> | |
| 7 | <groupId>org.ow2.petals</groupId> | |
| 8 | <version>10</version> | |
| 9 | </parent> | |
| 10 | 5 | |
| 11 | 6 | <modelVersion>4.0.0</modelVersion> |
| 12 | 7 | <groupId>org.ow2.petals.tools.rmi</groupId> |
| 13 | 8 | <artifactId>petals-rmi</artifactId> |
| 14 | 9 | <name>petals-rmi</name> |
| 15 | <version>2-SNAPSHOT</version> | |
| 10 | <version>SNAPSHOT</version> | |
| 16 | 11 | <packaging>pom</packaging> |
| 17 | 12 | |
| 18 | 13 | <properties> |
| 19 | 14 | <topDirectoryLocation>../..</topDirectoryLocation> |
| 20 | 15 | </properties> |
| 21 | 16 | |
| 22 | <dependencies> | |
| 23 | <dependency> | |
| 24 | <groupId>junit</groupId> | |
| 25 | <artifactId>junit</artifactId> | |
| 26 | </dependency> | |
| 27 | </dependencies> | |
| 28 | 17 | <modules> |
| 29 | 18 | <module>petals-rmi-proxyclient</module> |
| 30 | 19 | <module>petals-rmi-common</module> |
| ... | ...@@ -2,9 +2,9 @@ | |
| 2 | 2 | <modelVersion>4.0.0</modelVersion> |
| 3 | 3 | |
| 4 | 4 | <parent> |
| 5 | <artifactId>petals-rmi</artifactId> | |
| 6 | <groupId>org.ow2.petals.tools.rmi</groupId> | |
| 7 | <version>2-SNAPSHOT</version> | |
| 5 | <artifactId>petals-parent</artifactId> | |
| 6 | <groupId>org.ow2.petals</groupId> | |
| 7 | <version>12</version> | |
| 8 | 8 | </parent> |
| 9 | 9 | |
| 10 | 10 | <groupId>org.ow2.petals.tools.rmi</groupId> |
| ... | ...@@ -1,10 +1,10 @@ | |
| 1 | 1 | <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"> |
| 2 | 2 | <modelVersion>4.0.0</modelVersion> |
| 3 | 3 | |
| 4 | <parent> | |
| 5 | <artifactId>petals-rmi</artifactId> | |
| 6 | <groupId>org.ow2.petals.tools.rmi</groupId> | |
| 7 | <version>2-SNAPSHOT</version> | |
| 4 | <parent> | |
| 5 | <artifactId>petals-parent</artifactId> | |
| 6 | <groupId>org.ow2.petals</groupId> | |
| 7 | <version>12</version> | |
| 8 | 8 | </parent> |
| 9 | 9 | |
| 10 | 10 | <groupId>org.ow2.petals.tools.rmi</groupId> |
| ... | ...@@ -2,9 +2,9 @@ | |
| 2 | 2 | <modelVersion>4.0.0</modelVersion> |
| 3 | 3 | |
| 4 | 4 | <parent> |
| 5 | <artifactId>petals-rmi</artifactId> | |
| 6 | <groupId>org.ow2.petals.tools.rmi</groupId> | |
| 7 | <version>2-SNAPSHOT</version> | |
| 5 | <artifactId>petals-parent</artifactId> | |
| 6 | <groupId>org.ow2.petals</groupId> | |
| 7 | <version>12</version> | |
| 8 | 8 | </parent> |
| 9 | 9 | |
| 10 | 10 | <groupId>org.ow2.petals.tools.rmi</groupId> |
| ... | ...@@ -40,5 +40,12 @@ | |
| 40 | 40 | <artifactId>petals-rmi-server</artifactId> |
| 41 | 41 | <version>1.1-SNAPSHOT</version> |
| 42 | 42 | </dependency> |
| 43 | ||
| 44 | <dependency> | |
| 45 | <groupId>junit</groupId> | |
| 46 | <artifactId>junit</artifactId> | |
| 47 | <version>3.8.1</version> | |
| 48 | <scope>test</scope> | |
| 49 | </dependency> | |
| 43 | 50 | </dependencies> |
| 44 | 51 | </project> |