From: <sha...@us...> - 2010-09-21 16:38:16
|
Revision: 2331 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=2331&view=rev Author: shadowtm Date: 2010-09-21 16:38:10 +0000 (Tue, 21 Sep 2010) Log Message: ----------- Updated the jamon maven coordinates and had child poms inherit the version numbers from the parent. Modified Paths: -------------- trunk/components-core/pom.xml trunk/interfaces/pom.xml trunk/pom.xml trunk/sparql-query-generator/pom.xml Modified: trunk/components-core/pom.xml =================================================================== --- trunk/components-core/pom.xml 2010-09-21 16:27:37 UTC (rev 2330) +++ trunk/components-core/pom.xml 2010-09-21 16:38:10 UTC (rev 2331) @@ -100,11 +100,10 @@ <artifactId>hermit</artifactId> </dependency> - <dependency> - <groupId>dllearnerDependency</groupId> - <artifactId>jamon-2.7.jar</artifactId> - <version>snapshot</version> - </dependency> + <dependency> + <groupId>com.jamonapi</groupId> + <artifactId>jamon</artifactId> + </dependency> <!--JENA ARQ is in central - we use the latest--> <dependency> Modified: trunk/interfaces/pom.xml =================================================================== --- trunk/interfaces/pom.xml 2010-09-21 16:27:37 UTC (rev 2330) +++ trunk/interfaces/pom.xml 2010-09-21 16:38:10 UTC (rev 2331) @@ -26,5 +26,9 @@ <groupId>org.dllearner</groupId> <artifactId>components-ext</artifactId> </dependency> + <dependency> + <groupId>com.jamonapi</groupId> + <artifactId>jamon</artifactId> + </dependency> </dependencies> </project> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-09-21 16:27:37 UTC (rev 2330) +++ trunk/pom.xml 2010-09-21 16:38:10 UTC (rev 2331) @@ -165,9 +165,9 @@ </dependency> <dependency> - <groupId>dllearnerDependency</groupId> - <artifactId>jamon-2.7.jar</artifactId> - <version>snapshot</version> + <groupId>com.jamonapi</groupId> + <artifactId>jamon</artifactId> + <version>2.7</version> </dependency> Modified: trunk/sparql-query-generator/pom.xml =================================================================== --- trunk/sparql-query-generator/pom.xml 2010-09-21 16:27:37 UTC (rev 2330) +++ trunk/sparql-query-generator/pom.xml 2010-09-21 16:38:10 UTC (rev 2331) @@ -12,30 +12,18 @@ <dependency> <groupId>com.hp.hpl.jena</groupId> <artifactId>jena</artifactId> - <version>2.6.3</version> - <type>jar</type> - <scope>compile</scope> </dependency> <dependency> <groupId>com.hp.hpl.jena</groupId> <artifactId>arq</artifactId> - <version>2.8.5</version> - <type>jar</type> - <scope>compile</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.14</version> - <type>jar</type> - <scope>compile</scope> </dependency> - <dependency> - <groupId>com.jamonapi</groupId> - <artifactId>jamon</artifactId> - <version>2.4</version> - <type>jar</type> - <scope>compile</scope> - </dependency> + <dependency> + <groupId>com.jamonapi</groupId> + <artifactId>jamon</artifactId> + </dependency> </dependencies> </project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |