Author: dspicar
Date: Thu Jan 26 15:00:26 2012
New Revision: 1236218
URL: http://svn.apache.org/viewvc?rev=1236218&view=rev
Log:
CLEREZZA-676: changed dependency management entry from rdf.cris to its conrete
submodules rdf.cris.core and rdf.cris.ontologies instead.
Modified:
incubator/clerezza/trunk/parent/pom.xml
Modified: incubator/clerezza/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/pom.xml?rev=1236218&r1=1236217&r2=1236218&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/pom.xml (original)
+++ incubator/clerezza/trunk/parent/pom.xml Thu Jan 26 15:00:26 2012
@@ -1400,7 +1400,12 @@
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
- <artifactId>rdf.cris</artifactId>
+ <artifactId>rdf.cris.core</artifactId>
+ <version>0.1-incubating-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.clerezza</groupId>
+ <artifactId>rdf.cris.ontologies</artifactId>
<version>0.1-incubating-SNAPSHOT</version>
</dependency>
<dependency>