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

increased version of dependencies for release

parent a8dc1f99
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@
<parent>
<groupId>org.universAAL.middleware</groupId>
<artifactId>mw.pom.osgi</artifactId>
<version>1.1.2-SNAPSHOT</version>
<relativePath>../../../middleware/trunk/middleware.osgi/pom/pom.xml</relativePath>
<version>1.2.0</version>
<!-- <relativePath>../../../middleware/trunk/middleware.osgi/pom/pom.xml</relativePath> -->
</parent>
<groupId>org.universAAL.tools</groupId>
<packaging>bundle</packaging>
......@@ -29,33 +29,14 @@
<dependency>
<groupId>org.universAAL.middleware</groupId>
<artifactId>mw.data.representation.osgi</artifactId>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.universAAL.middleware</groupId>
<artifactId>mw.bus.service.osgi</artifactId>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.universAAL.middleware</groupId>
<artifactId>mw.container.xfaces.osgi</artifactId>
<version>1.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.ops4j.pax.logging</groupId>
<artifactId>pax-logging-api</artifactId>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>org.ops4j.pax.logging</groupId>
<artifactId>pax-logging-service</artifactId>
<version>1.6.2</version>
<exclusions>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
......
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