Author: ivol37 at gmail.com
Date: Thu Feb 10 12:03:24 2011
New Revision: 772
Log:
[AMDATU-293] Fixed by updating all slf4j versions to 1.5.11
Modified:
trunk/amdatu-semanticweb/rdf2go-api/pom.xml
trunk/amdatu-semanticweb/rdf2go-sesamebridge/pom.xml
trunk/amdatu-semanticweb/sesame/pom.xml
Modified: trunk/amdatu-semanticweb/rdf2go-api/pom.xml
==============================================================================
--- trunk/amdatu-semanticweb/rdf2go-api/pom.xml (original)
+++ trunk/amdatu-semanticweb/rdf2go-api/pom.xml Thu Feb 10 12:03:24 2011
@@ -12,7 +12,7 @@
<packaging>bundle</packaging>
<name>Amdatu Semantic Web - RDF 2 GO API</name>
<description>This bundle is a redistribution of the RDF 2 GO API
bundle</description>
-
+
<dependencies>
<dependency>
<groupId>org.semweb4j</groupId>
@@ -23,17 +23,17 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.5.6</version>
+ <version>1.5.11</version>
<scope>compile</scope>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
- <version>1.5.6</version>
+ <version>1.5.11</version>
<scope>compile</scope>
</dependency>
</dependencies>
-
+
<build>
<plugins>
<plugin>
@@ -63,5 +63,5 @@
</configuration>
</plugin>
</plugins>
- </build>
+ </build>
</project>
Modified: trunk/amdatu-semanticweb/rdf2go-sesamebridge/pom.xml
==============================================================================
--- trunk/amdatu-semanticweb/rdf2go-sesamebridge/pom.xml (original)
+++ trunk/amdatu-semanticweb/rdf2go-sesamebridge/pom.xml Thu Feb 10
12:03:24 2011
@@ -12,14 +12,14 @@
<packaging>bundle</packaging>
<name>Amdatu Semantic Web - RDF 2 GO Sesame Bridge</name>
<description>This bundle is a redistribution of the RDF 2 GO Sesame bridge
bundle</description>
-
+
<dependencies>
<dependency>
<groupId>org.semweb4j</groupId>
<artifactId>rdf2go.api</artifactId>
<version>${rdf2go.version}</version>
<scope>provided</scope>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.semweb4j</groupId>
<artifactId>rdf2go.impl.sesame23</artifactId>
@@ -29,17 +29,17 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.5.6</version>
+ <version>1.5.11</version>
<scope>compile</scope>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
- <version>1.5.6</version>
+ <version>1.5.11</version>
<scope>compile</scope>
- </dependency>
+ </dependency>
</dependencies>
-
+
<build>
<plugins>
<plugin>
@@ -60,7 +60,7 @@
</instructions>
</configuration>
</plugin>
-
+
</plugins>
- </build>
+ </build>
</project>
Modified: trunk/amdatu-semanticweb/sesame/pom.xml
==============================================================================
--- trunk/amdatu-semanticweb/sesame/pom.xml (original)
+++ trunk/amdatu-semanticweb/sesame/pom.xml Thu Feb 10 12:03:24 2011
@@ -47,7 +47,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.5.6</version>
+ <version>1.5.11</version>
<scope>compile</scope>
</dependency>
<dependency>