gothia_actors-system
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>se.gothiaforum.gothia_actors</groupId> <artifactId>gothia_actors-system</artifactId> <version>1.0</version> </dependency>
<?xml version="1.0"?> <!-- This is the System-level Maven POM. Usage: Define all truly common things for the system here. For example: versions of third-party dependencies used throughout the system. Template version: 1.5-SNAPSHOT Generation time : 2011-04-29 14:01:22 CEST --> <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> <groupId>se.vgregion.common</groupId> <artifactId>profile-open</artifactId> <version>2.12</version> </parent> <groupId>se.gothiaforum.gothia_actors</groupId> <artifactId>gothia_actors-system</artifactId> <packaging>pom</packaging> <version>1.0</version> <name>${project.artifactId}</name> <modules> <module>core-bc</module> </modules> <!--NB! SCM config below assumes system name equals VGR subversion/googlecode project name! --> <!-- Open Source repo --> <scm> <developerConnection>scm:svn:https://gothia-forum-actors.googlecode.com/svn/tags/gothia_actors-system-1.0</developerConnection> <url>http://gothia-forum-actors.googlecode.com/svn/tags/gothia_actors-system-1.0</url> </scm> </project>