Cacheonix is an open source distributed cache for Java that allows its users to scale Java applications in a cluster while preserving the simplicity of design and coding in a single Java VM.
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.cacheonix</groupId>
<artifactId>cacheonix-core</artifactId>
<version>2.3.0</version>
<name>Cacheonix Core</name>
<description>Cacheonix is an open source distributed cache for Java that allows its users to scale Java applications in a cluster while preserving the simplicity of design and coding in a single Java VM.</description>
<url>http://www.cacheoix.org</url>
<licenses>
<license>
<name>lgpl</name>
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html</url>
</license>
</licenses>
<developers>
<developer>
<name>Slava Imeshev</name>
<email>simeshev@cacheonix.org</email>
<organization>Cacheonix</organization>
<organizationUrl>http://www.cacheonix.org</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:cacheonix/cacheonix-core.git</connection>
<developerConnection>scm:git:git@github.com:cacheonix/cacheonix-core.git</developerConnection>
<url>git@github.com:cacheonix/cacheonix-core.git</url>
</scm>
</project>