<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
I've decided to build my own Knowledge OSGi bundle to be able to
test the latest things of Drools and JBPM. Now I have some puzzle is
in my head that I would like someone clarifying me.<br>
<br>
Looking at the master branch of the
<meta charset="utf-8">
droolsjbpm-parent project, which is in version 5.4.0-SNAPSHOT, I
could see this in its POM:<br>
<br>
<blockquote type="cite"> <!-- Internal dependencies --><br>
<drools.version>5.4.0-SNAPSHOT</drools.version><br>
<drools.osgi.version>5.4.0.SNAPSHOT</drools.osgi.version><br>
<drools-planner.version>${drools.version}</drools-planner.version><br>
<jbpm.version>5.2.0.Final</jbpm.version><br>
<jbpm.osgi.version>5.2.0.Final</jbpm.osgi.version><br>
</blockquote>
and at the master branch of the jbpm project, I could see this in
its POM:
<blockquote type="cite"> <parent><br>
<groupId>org.drools</groupId><br>
<artifactId>droolsjbpm-parent</artifactId><br>
<version>5.3.2-SNAPSHOT</version><br>
<!-- relativePath causes out-of-date problems on hudson
slaves --><br>
<!--<relativePath>../droolsjbpm-build-bootstrap/pom.xml</relativePath>--><br>
</parent><br>
</blockquote>
<br>
and at the master branch of the drools project, in its POM I could
see this:<br>
<blockquote type="cite"><parent><br>
<groupId>org.drools</groupId><br>
<artifactId>droolsjbpm-parent</artifactId><br>
<version>5.4.0-SNAPSHOT</version><br>
<!-- relativePath causes out-of-date problems on hudson
slaves --><br>
<!--<relativePath>../droolsjbpm-build-bootstrap/pom.xml</relativePath>--><br>
</parent><br>
</blockquote>
<br>
Could someone explain me the choose release cycle and the
relationship of the these projects: droolsjbpm-parent, drools, jbpm
?<br>
<br>
I think that I read once that JBPM 5 runs on top of Drools and that
both has different release cycles, but shouldn't Jbpm SNAPSHOT, once
it is a snapshot, <b>always</b> use the latest version of
droolsjbpm-parent and consequently the latest of Drools too ? <br>
<br>
regards<br>
<br>
Cristiano<br>
<br>
<br>
</body>
</html>