Skip to content
Snippets Groups Projects
Commit d1afe3ec authored by Mrs Gema Ibañez's avatar Mrs Gema Ibañez
Browse files

moved to 2.0.4-SNAPSHOT

parent 92027b9b
No related branches found
No related tags found
No related merge requests found
...@@ -4,28 +4,26 @@ ...@@ -4,28 +4,26 @@
<parent> <parent>
<groupId>org.universAAL.middleware</groupId> <groupId>org.universAAL.middleware</groupId>
<artifactId>mw.pom.osgi</artifactId> <artifactId>mw.pom.osgi</artifactId>
<version>2.0.3-SNAPSHOT</version> <version>2.0.4-SNAPSHOT</version>
<!-- <relativePath>../../../middleware/trunk/middleware.osgi/pom/pom.xml</relativePath> --> <!-- <relativePath>../../../middleware/trunk/middleware.osgi/pom/pom.xml</relativePath> -->
</parent> </parent>
<groupId>org.universAAL.tools</groupId> <groupId>org.universAAL.tools</groupId>
<packaging>bundle</packaging> <packaging>bundle</packaging>
<artifactId>tools.log_mon</artifactId> <artifactId>tools.log_mon</artifactId>
<version>2.0.3-SNAPSHOT</version> <version>2.0.4-SNAPSHOT</version>
<name>Log Monitor</name> <name>Log Monitor</name>
<description>Visualization of RDF graphs from log entries</description> <description>Visualization of RDF graphs from log entries</description>
<url /> <url />
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.felix</groupId> <groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId> <artifactId>org.osgi.core</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.osgi</groupId> <groupId>org.osgi</groupId>
<artifactId>osgi_R4_compendium</artifactId> <artifactId>org.osgi.compendium</artifactId>
<version>1.0</version> </dependency>
<scope>provided</scope>
</dependency>
<dependency> <dependency>
<groupId>org.universAAL.middleware</groupId> <groupId>org.universAAL.middleware</groupId>
<artifactId>mw.data.representation.osgi</artifactId> <artifactId>mw.data.representation.osgi</artifactId>
......
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