Hi there,

I just ran into this... sorry for not detecting / testing it when release was done.

So, I just want to update my launcher with the last and better release of entityhub.

To do so, I just update the partialbundlelist org.apache.stanbol.entityhub.bundlelist to 0.10.0-incubating, like that :

<dependency>
        <groupId>org.apache.stanbol</groupId>
        <artifactId>org.apache.stanbol.entityhub.bundlelist</artifactId>
        <version>0.10.0-incubating</version>
        <type>partialbundlelist</type>
      </dependency>


That's throw :
[ERROR] Failed to execute goal org.apache.sling:maven-launchpad-plugin:2.1.0:prepare-package (prepare-package) on project eu.lh.launcher: Unable to find artifact. Could not find artifact org.apache.stanbol:org.apache.stanbol.entityhub.defaults:jar:0.10.0-incubating-SNAPSHOT in apache.snapshots (http://repository.apache.org/snapshots)

Little investigation show that the released entityhubpartialbundle list use -SNAPSHOT version for modules, and could use released ones... (see [1])

Do this artifact versions in bundlelist are usually managed by maven when release ?
If yes, why not here ?


(I first want to create a jira ticket for it, but still in maintenance state).

++

[1] : https://svn.apache.org/repos/asf/incubator/stanbol/tags/apache-stanbol-entityhub-0.10.0-incubating/bundlelist/src/main/bundles/list.xml

Reply via email to