Skip to content
Snippets Groups Projects
Commit 493d3d8c authored by Carsten Stocklöw's avatar Carsten Stocklöw
Browse files

Automatic tag of srvc.pom version: 1.3.3-SNAPSHOT

parent b4816921
No related branches found
No related tags found
No related merge requests found
<?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>
<parent>
<groupId>org.universAAL</groupId>
<artifactId>uAAL.pom</artifactId>
<version>1.3.1-SNAPSHOT</version>
</parent>
<groupId>org.universAAL.service</groupId>
<artifactId>srvc.pom</artifactId>
<version>1.3.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>universAAL Service Suite</name>
<description>.</description>
<modules>
<module>../srvc.simple.profile.models</module>
<module>../srvc.asor</module>
</modules>
<scm>
<connection>${svn.base}/${project.artifactId}</connection>
<developerConnection>${svn.base}/${project.artifactId}</developerConnection>
<url>${svn.base.url}${project.artifactId}</url>
</scm>
<properties>
<remoteOBR></remoteOBR>
<gforge.project.name>service</gforge.project.name>
<maven.compile.source>1.5</maven.compile.source>
<maven.compile.target>1.5</maven.compile.target>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.universAAL.middleware</groupId>
<artifactId>mw.pom.osgi</artifactId>
<version>1.3.3-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.universAAL.ontology</groupId>
<artifactId>ont.pom</artifactId>
<version>1.3.3-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.universAAL.service</groupId>
<artifactId>srvc.simple.profile.models</artifactId>
<version>1.3.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.universAAL.service</groupId>
<artifactId>srvc.asor</artifactId>
<version>1.3.3-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
<repositories>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<id>uaal-snapshots</id>
<name>universAAL Snapshot Repositories</name>
<url>http://depot.universaal.org/maven-repo/snapshots/</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>uaal</id>
<name>universAAL Repositories</name>
<url>http://depot.universaal.org/maven-repo/releases/</url>
</repository>
</repositories>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment