<?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">

  <parent>
    <groupId>it.cnr.isti.domoware.tinyos</groupId>
    <artifactId>tinyos</artifactId>
    <version>1.0.2</version>
  </parent>

  <modelVersion>4.0.0</modelVersion>
  <groupId>it.cnr.isti.domoware.tinyos</groupId>
  <artifactId>tinyos-java</artifactId>
  <packaging>jar</packaging>
  <version>2.1</version>
  <name>TinyOS 2.1 Java Interface</name>
  <description>
The Java interface and classes required to interconnect JVM to a mote Gateway developed with TinyOS 2.x
  </description>
  <url>http://www.tinyos.net/</url>
  
  <licenses>
  	<license>
  		<name>BSD License</name>
  		<url>http://sourceforge.net/projects/tinyos/</url>
  	</license>
  </licenses>
  
  <scm>
  	<connection>scm:cvs:pserver:anonymous@tinyos.cvs.sourceforge.net:/cvsroot/tinyos:tinyos-2.x</connection>
  	<developerConnection>scm:cvs:ext:${username}@tinyos.cvs.sourceforge.net:/cvsroot/tinyos:tinyos-2.x</developerConnection>
  	<url>http://tinyos.cvs.sourceforge.net/tinyos/tinyos-2.x/?pathrev=release_tinyos_2_1_0_0</url>
  </scm>
  
</project>

