You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by la...@apache.org on 2011/09/08 22:39:27 UTC

svn commit: r1166893 - /incubator/airavata/trunk/pom.xml

Author: lahiru
Date: Thu Sep  8 20:39:26 2011
New Revision: 1166893

URL: http://svn.apache.org/viewvc?rev=1166893&view=rev
Log:
changing slf4j verison.

Modified:
    incubator/airavata/trunk/pom.xml

Modified: incubator/airavata/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/pom.xml?rev=1166893&r1=1166892&r2=1166893&view=diff
==============================================================================
--- incubator/airavata/trunk/pom.xml (original)
+++ incubator/airavata/trunk/pom.xml Thu Sep  8 20:39:26 2011
@@ -83,7 +83,7 @@
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-simple</artifactId>
-                <version>1.5.11</version>
+                <version>${org.slf4j.version}</version>
                 <scope>test</scope>
             </dependency>