[Arakhnę-Dev] [12] [maven-release-plugin] copy for tag tinymas-6.6 |
[ Thread Index |
Date Index
| More arakhne.org/dev Archives
]
Revision: 12
Author: galland
Date: 2009-05-05 04:58:52 +0200 (Tue, 05 May 2009)
Log Message:
-----------
[maven-release-plugin] copy for tag tinymas-6.6
Added Paths:
-----------
tags/tinymas-6.6/
tags/tinymas-6.6/pom.xml
tags/tinymas-6.6/tinymas-demos/pom.xml
tags/tinymas-6.6/tinymas-environment/pom.xml
tags/tinymas-6.6/tinymas-kernel/pom.xml
tags/tinymas-6.6/tinymas-network/pom.xml
Removed Paths:
-------------
tags/tinymas-6.6/pom.xml
tags/tinymas-6.6/tinymas-demos/pom.xml
tags/tinymas-6.6/tinymas-environment/pom.xml
tags/tinymas-6.6/tinymas-kernel/pom.xml
tags/tinymas-6.6/tinymas-network/pom.xml
Copied: tags/tinymas-6.6 (from rev 10, trunk)
Deleted: tags/tinymas-6.6/pom.xml
===================================================================
--- trunk/pom.xml 2009-05-05 02:46:14 UTC (rev 10)
+++ tags/tinymas-6.6/pom.xml 2009-05-05 02:58:52 UTC (rev 12)
@@ -1,196 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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.arakhne.tinymas</groupId>
- <artifactId>project</artifactId>
- <packaging>pom</packaging>
- <version>6.6-SNAPSHOT</version>
- <name>TinyMas Platform</name>
- <url>http://www.arakhne.org/tinymas/</url>
- <description>A tiny multiagent platform.</description>
-
- <properties>
- <myjdkversion>1.6</myjdkversion>
- </properties>
-
- <!-- ======================================= -->
- <!-- ==== Dependencies === -->
- <!-- ======================================= -->
-
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.arakhne.afc</groupId>
- <artifactId>arakhneRefs</artifactId>
- <version>5.1</version>
- </dependency>
-
- <dependency>
- <groupId>org.arakhne.tinymas</groupId>
- <artifactId>tinymas-kernel</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.arakhne.tinymas</groupId>
- <artifactId>tinymas-network</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.arakhne.tinymas</groupId>
- <artifactId>tinymas-environment</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.arakhne.tinymas</groupId>
- <artifactId>tinymas-demos</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
- <!-- ======================================= -->
- <!-- ==== Project Information === -->
- <!-- ======================================= -->
-
- <modules>
- <module>tinymas-kernel</module>
- <module>tinymas-network</module>
- <module>tinymas-environment</module>
- <module>tinymas-demos</module>
- </modules>
-
- <licenses>
- <license>
- <name>GNU Lesser General Public License v2.0</name>
- <url>http://www.gnu.org/licenses/lgpl.html</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
-
- <mailingLists>
- <mailingList>
- <name>dev@xxxxxxxxxxx</name>
- <subscribe>mailto:dev-request@xxxxxxxxxxx</subscribe>
- <unsubscribe>mailto:dev-request@xxxxxxxxxxx</unsubscribe>
- <post>mailto:dev@xxxxxxxxxxx</post>
- </mailingList>
- </mailingLists>
-
- <!-- ======================================= -->
- <!-- ==== Organization Information === -->
- <!-- ======================================= -->
-
- <organization>
- <name>Arakhnê.org Project</name>
- <url>http://www.arakhne.org</url>
- </organization>
-
- <developers>
- <developer>
- <id>galland</id>
- <name>Stephane Galland</name>
- <email>galland@xxxxxxxxxxx</email>
- <url>http://www.arakhne.org/homes/galland.html</url>
- <organization />
- <organizationUrl />
- <roles>
- <role>Founder</role>
- <role>Architect</role>
- <role>Developer</role>
- </roles>
- <timezone />
- <properties />
- </developer>
- <developer>
- <id>gaud</id>
- <name>Nicolas Gaud</name>
- <email>gaud@xxxxxxxxxxx</email>
- <url>http://www.arakhne.org/homes/gaud.html</url>
- <organization />
- <organizationUrl />
- <roles>
- <role>Developer</role>
- </roles>
- <timezone />
- <properties />
- </developer>
- </developers>
-
- <!-- ======================================= -->
- <!-- ==== Devel Configuration === -->
- <!-- ======================================= -->
-
- <distributionManagement>
- <repository>
- <id>repository.arakhne.org</id>
- <name>Arakhn&ecirc; Snapshots Repository</name>
- <url>file:///srv/arakhne.org/repository/maven/</url>
- </repository>
- <site>
- <id>afc.site.arakhne.org</id>
- <name>AFC Project Websites Repository</name>
- <url>file:///srv/arakhne.org/web/maven-sites/</url>
- </site>
- </distributionManagement>
-
- <scm>
- <connection>scm:svn:svn://svn.tuxfamily.org/svnroot/arakhne/tinymas/trunk</connection>
- <developerConnection>scm:svn:svn+ssh://svn.tuxfamily.org/svnroot/arakhne/tinymas/trunk</developerConnection>
- </scm>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>${myjdkversion}</source>
- <target>${myjdkversion}</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-scm-plugin</artifactId>
- <configuration>
- <goals>install</goals>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
-
- <!-- ======================================= -->
- <!-- ==== Repositories === -->
- <!-- ======================================= -->
-
- <repositories>
- <repository>
- <id>Codehaus Snapshots</id>
- <url>http://snapshots.repository.codehaus.org/</url>
- </repository>
- <repository>
- <id>Arakhn&ecirc; Maven Repository</id>
- <url>http://download.tuxfamily.org/arakhne/maven/</url>
- </repository>
- </repositories>
-
- <!-- ======================================= -->
- <!-- ==== Reports === -->
- <!-- ======================================= -->
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- </plugin>
- </plugins>
- </reporting>
-
-</project>
Copied: tags/tinymas-6.6/pom.xml (from rev 11, trunk/pom.xml)
===================================================================
--- tags/tinymas-6.6/pom.xml (rev 0)
+++ tags/tinymas-6.6/pom.xml 2009-05-05 02:58:52 UTC (rev 12)
@@ -0,0 +1,196 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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.arakhne.tinymas</groupId>
+ <artifactId>project</artifactId>
+ <packaging>pom</packaging>
+ <version>6.6</version>
+ <name>TinyMas Platform</name>
+ <url>http://www.arakhne.org/tinymas/</url>
+ <description>A tiny multiagent platform.</description>
+
+ <properties>
+ <myjdkversion>1.6</myjdkversion>
+ </properties>
+
+ <!-- ======================================= -->
+ <!-- ==== Dependencies === -->
+ <!-- ======================================= -->
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.arakhne.afc</groupId>
+ <artifactId>arakhneRefs</artifactId>
+ <version>5.1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.arakhne.tinymas</groupId>
+ <artifactId>tinymas-kernel</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.arakhne.tinymas</groupId>
+ <artifactId>tinymas-network</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.arakhne.tinymas</groupId>
+ <artifactId>tinymas-environment</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.arakhne.tinymas</groupId>
+ <artifactId>tinymas-demos</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <!-- ======================================= -->
+ <!-- ==== Project Information === -->
+ <!-- ======================================= -->
+
+ <modules>
+ <module>tinymas-kernel</module>
+ <module>tinymas-network</module>
+ <module>tinymas-environment</module>
+ <module>tinymas-demos</module>
+ </modules>
+
+ <licenses>
+ <license>
+ <name>GNU Lesser General Public License v2.0</name>
+ <url>http://www.gnu.org/licenses/lgpl.html</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <mailingLists>
+ <mailingList>
+ <name>dev@xxxxxxxxxxx</name>
+ <subscribe>mailto:dev-request@xxxxxxxxxxx</subscribe>
+ <unsubscribe>mailto:dev-request@xxxxxxxxxxx</unsubscribe>
+ <post>mailto:dev@xxxxxxxxxxx</post>
+ </mailingList>
+ </mailingLists>
+
+ <!-- ======================================= -->
+ <!-- ==== Organization Information === -->
+ <!-- ======================================= -->
+
+ <organization>
+ <name>Arakhnê.org Project</name>
+ <url>http://www.arakhne.org</url>
+ </organization>
+
+ <developers>
+ <developer>
+ <id>galland</id>
+ <name>Stephane Galland</name>
+ <email>galland@xxxxxxxxxxx</email>
+ <url>http://www.arakhne.org/homes/galland.html</url>
+ <organization />
+ <organizationUrl />
+ <roles>
+ <role>Founder</role>
+ <role>Architect</role>
+ <role>Developer</role>
+ </roles>
+ <timezone />
+ <properties />
+ </developer>
+ <developer>
+ <id>gaud</id>
+ <name>Nicolas Gaud</name>
+ <email>gaud@xxxxxxxxxxx</email>
+ <url>http://www.arakhne.org/homes/gaud.html</url>
+ <organization />
+ <organizationUrl />
+ <roles>
+ <role>Developer</role>
+ </roles>
+ <timezone />
+ <properties />
+ </developer>
+ </developers>
+
+ <!-- ======================================= -->
+ <!-- ==== Devel Configuration === -->
+ <!-- ======================================= -->
+
+ <distributionManagement>
+ <repository>
+ <id>repository.arakhne.org</id>
+ <name>Arakhn&ecirc; Snapshots Repository</name>
+ <url>file:///srv/arakhne.org/repository/maven/</url>
+ </repository>
+ <site>
+ <id>afc.site.arakhne.org</id>
+ <name>AFC Project Websites Repository</name>
+ <url>file:///srv/arakhne.org/web/maven-sites/</url>
+ </site>
+ </distributionManagement>
+
+ <scm>
+ <connection>scm:svn:svn://svn.tuxfamily.org/svnroot/arakhne/tinymas/tags/tinymas-6.6</connection>
+ <developerConnection>scm:svn:svn+ssh://svn.tuxfamily.org/svnroot/arakhne/tinymas/tags/tinymas-6.6</developerConnection>
+ </scm>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>${myjdkversion}</source>
+ <target>${myjdkversion}</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-scm-plugin</artifactId>
+ <configuration>
+ <goals>install</goals>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+
+ <!-- ======================================= -->
+ <!-- ==== Repositories === -->
+ <!-- ======================================= -->
+
+ <repositories>
+ <repository>
+ <id>Codehaus Snapshots</id>
+ <url>http://snapshots.repository.codehaus.org/</url>
+ </repository>
+ <repository>
+ <id>Arakhn&ecirc; Maven Repository</id>
+ <url>http://download.tuxfamily.org/arakhne/maven/</url>
+ </repository>
+ </repositories>
+
+ <!-- ======================================= -->
+ <!-- ==== Reports === -->
+ <!-- ======================================= -->
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </reporting>
+
+</project>
Deleted: tags/tinymas-6.6/tinymas-demos/pom.xml
===================================================================
--- trunk/tinymas-demos/pom.xml 2009-05-05 02:46:14 UTC (rev 10)
+++ tags/tinymas-6.6/tinymas-demos/pom.xml 2009-05-05 02:58:52 UTC (rev 12)
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
- <artifactId>project</artifactId>
- <groupId>org.arakhne.tinymas</groupId>
- <version>6.6-SNAPSHOT</version>
- </parent>
-
- <groupId>org.arakhne.tinymas</groupId>
- <artifactId>tinymas-demos</artifactId>
- <packaging>jar</packaging>
- <version>6.6-SNAPSHOT</version>
- <name>TinyMAS demos</name>
- <url>http://www.arakhne.org/tinymas/</url>
-
- <!-- ======================================= -->
- <!-- ==== Project Information === -->
- <!-- ======================================= -->
-
- <dependencies>
- <dependency>
- <groupId>org.arakhne.tinymas</groupId>
- <artifactId>tinymas-kernel</artifactId>
- </dependency>
- <dependency>
- <groupId>org.arakhne.tinymas</groupId>
- <artifactId>tinymas-environment</artifactId>
- </dependency>
- </dependencies>
-
-</project>
Copied: tags/tinymas-6.6/tinymas-demos/pom.xml (from rev 11, trunk/tinymas-demos/pom.xml)
===================================================================
--- tags/tinymas-6.6/tinymas-demos/pom.xml (rev 0)
+++ tags/tinymas-6.6/tinymas-demos/pom.xml 2009-05-05 02:58:52 UTC (rev 12)
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>
+ <artifactId>project</artifactId>
+ <groupId>org.arakhne.tinymas</groupId>
+ <version>6.6</version>
+ </parent>
+
+ <groupId>org.arakhne.tinymas</groupId>
+ <artifactId>tinymas-demos</artifactId>
+ <packaging>jar</packaging>
+ <version>6.6</version>
+ <name>TinyMAS demos</name>
+ <url>http://www.arakhne.org/tinymas/</url>
+
+ <!-- ======================================= -->
+ <!-- ==== Project Information === -->
+ <!-- ======================================= -->
+
+ <dependencies>
+ <dependency>
+ <groupId>org.arakhne.tinymas</groupId>
+ <artifactId>tinymas-kernel</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.arakhne.tinymas</groupId>
+ <artifactId>tinymas-environment</artifactId>
+ </dependency>
+ </dependencies>
+
+</project>
Deleted: tags/tinymas-6.6/tinymas-environment/pom.xml
===================================================================
--- trunk/tinymas-environment/pom.xml 2009-05-05 02:46:14 UTC (rev 10)
+++ tags/tinymas-6.6/tinymas-environment/pom.xml 2009-05-05 02:58:52 UTC (rev 12)
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
- <artifactId>project</artifactId>
- <groupId>org.arakhne.tinymas</groupId>
- <version>6.6-SNAPSHOT</version>
- </parent>
-
- <groupId>org.arakhne.tinymas</groupId>
- <artifactId>tinymas-environment</artifactId>
- <packaging>jar</packaging>
- <version>6.6-SNAPSHOT</version>
- <name>TinyMAS Situated Environment</name>
- <url>http://www.arakhne.org/tinymas/</url>
-
- <!-- ======================================= -->
- <!-- ==== Project Information === -->
- <!-- ======================================= -->
-
- <dependencies>
- <dependency>
- <groupId>org.arakhne.tinymas</groupId>
- <artifactId>tinymas-kernel</artifactId>
- </dependency>
- </dependencies>
-
-</project>
Copied: tags/tinymas-6.6/tinymas-environment/pom.xml (from rev 11, trunk/tinymas-environment/pom.xml)
===================================================================
--- tags/tinymas-6.6/tinymas-environment/pom.xml (rev 0)
+++ tags/tinymas-6.6/tinymas-environment/pom.xml 2009-05-05 02:58:52 UTC (rev 12)
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>
+ <artifactId>project</artifactId>
+ <groupId>org.arakhne.tinymas</groupId>
+ <version>6.6</version>
+ </parent>
+
+ <groupId>org.arakhne.tinymas</groupId>
+ <artifactId>tinymas-environment</artifactId>
+ <packaging>jar</packaging>
+ <version>6.6</version>
+ <name>TinyMAS Situated Environment</name>
+ <url>http://www.arakhne.org/tinymas/</url>
+
+ <!-- ======================================= -->
+ <!-- ==== Project Information === -->
+ <!-- ======================================= -->
+
+ <dependencies>
+ <dependency>
+ <groupId>org.arakhne.tinymas</groupId>
+ <artifactId>tinymas-kernel</artifactId>
+ </dependency>
+ </dependencies>
+
+</project>
Deleted: tags/tinymas-6.6/tinymas-kernel/pom.xml
===================================================================
--- trunk/tinymas-kernel/pom.xml 2009-05-05 02:46:14 UTC (rev 10)
+++ tags/tinymas-6.6/tinymas-kernel/pom.xml 2009-05-05 02:58:52 UTC (rev 12)
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
- <artifactId>project</artifactId>
- <groupId>org.arakhne.tinymas</groupId>
- <version>6.6-SNAPSHOT</version>
- </parent>
-
- <groupId>org.arakhne.tinymas</groupId>
- <artifactId>tinymas-kernel</artifactId>
- <packaging>jar</packaging>
- <version>6.6-SNAPSHOT</version>
- <name>TinyMAS Kernel</name>
- <url>http://www.arakhne.org/tinymas/</url>
-
- <!-- ======================================= -->
- <!-- ==== Project Information === -->
- <!-- ======================================= -->
-
- <dependencies>
- <dependency>
- <groupId>org.arakhne.afc</groupId>
- <artifactId>arakhneRefs</artifactId>
- </dependency>
- </dependencies>
-
-</project>
Copied: tags/tinymas-6.6/tinymas-kernel/pom.xml (from rev 11, trunk/tinymas-kernel/pom.xml)
===================================================================
--- tags/tinymas-6.6/tinymas-kernel/pom.xml (rev 0)
+++ tags/tinymas-6.6/tinymas-kernel/pom.xml 2009-05-05 02:58:52 UTC (rev 12)
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>
+ <artifactId>project</artifactId>
+ <groupId>org.arakhne.tinymas</groupId>
+ <version>6.6</version>
+ </parent>
+
+ <groupId>org.arakhne.tinymas</groupId>
+ <artifactId>tinymas-kernel</artifactId>
+ <packaging>jar</packaging>
+ <version>6.6</version>
+ <name>TinyMAS Kernel</name>
+ <url>http://www.arakhne.org/tinymas/</url>
+
+ <!-- ======================================= -->
+ <!-- ==== Project Information === -->
+ <!-- ======================================= -->
+
+ <dependencies>
+ <dependency>
+ <groupId>org.arakhne.afc</groupId>
+ <artifactId>arakhneRefs</artifactId>
+ </dependency>
+ </dependencies>
+
+</project>
Deleted: tags/tinymas-6.6/tinymas-network/pom.xml
===================================================================
--- trunk/tinymas-network/pom.xml 2009-05-05 02:46:14 UTC (rev 10)
+++ tags/tinymas-6.6/tinymas-network/pom.xml 2009-05-05 02:58:52 UTC (rev 12)
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
- <artifactId>project</artifactId>
- <groupId>org.arakhne.tinymas</groupId>
- <version>6.6-SNAPSHOT</version>
- </parent>
-
- <groupId>org.arakhne.tinymas</groupId>
- <artifactId>tinymas-network</artifactId>
- <packaging>jar</packaging>
- <version>6.6-SNAPSHOT</version>
- <name>TinyMAS network module</name>
- <url>http://www.arakhne.org/tinymas/</url>
-
- <!-- ======================================= -->
- <!-- ==== Project Information === -->
- <!-- ======================================= -->
-
- <dependencies>
- <dependency>
- <groupId>org.arakhne.tinymas</groupId>
- <artifactId>tinymas-kernel</artifactId>
- </dependency>
- </dependencies>
-
-</project>
Copied: tags/tinymas-6.6/tinymas-network/pom.xml (from rev 11, trunk/tinymas-network/pom.xml)
===================================================================
--- tags/tinymas-6.6/tinymas-network/pom.xml (rev 0)
+++ tags/tinymas-6.6/tinymas-network/pom.xml 2009-05-05 02:58:52 UTC (rev 12)
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>
+ <artifactId>project</artifactId>
+ <groupId>org.arakhne.tinymas</groupId>
+ <version>6.6</version>
+ </parent>
+
+ <groupId>org.arakhne.tinymas</groupId>
+ <artifactId>tinymas-network</artifactId>
+ <packaging>jar</packaging>
+ <version>6.6</version>
+ <name>TinyMAS network module</name>
+ <url>http://www.arakhne.org/tinymas/</url>
+
+ <!-- ======================================= -->
+ <!-- ==== Project Information === -->
+ <!-- ======================================= -->
+
+ <dependencies>
+ <dependency>
+ <groupId>org.arakhne.tinymas</groupId>
+ <artifactId>tinymas-kernel</artifactId>
+ </dependency>
+ </dependencies>
+
+</project>