pekko/pom.xml

26 lines
743 B
XML
Executable file

<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>
<name>Akka Actor Kernel</name>
<artifactId>akka</artifactId>
<groupId>${akka.groupId}</groupId>
<version>${akka.version}</version>
<inceptionYear>2009</inceptionYear>
<packaging>pom</packaging>
<properties>
<akka.version>0.1-SNAPSHOT</akka.version>
<akka.groupId>com.scalablesolutions.akka</akka.groupId>
<scala.version>2.7.3</scala.version>
</properties>
<modules>
<module>kernel</module>
<module>api-java</module>
</modules>
</project>