Fabian, Arf, you are already aware of that... As usual ! :)
I'm totally +1 for waiting after graduation. Thanks for your answer and your release manager consciousness ! ++ On 08/12/2012 08:44 PM, Fabian Christ wrote:
Hi Florent, thanks for the note. I also ran into this problem lately and already started to search for a solution. The problem is indeed that the partial bundlelists are not managed by Maven. And therefore it happened that I forgot to remove the -SNAPSHOTs when doing the release. Unfortunately, our released bundlelists so far are not very useful. To fix this, we have to release new bundlelists. But I think we should first get graduated. Then we can make releases much faster. To improve the release process of bundlelists, I am thinking of writing some script, that takes care of this and reminds the release manager of the bundlelists. Best, - Fabian 2012/8/12 florent andré <[email protected]>: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
