One question: we're currently depending on
<dependency>
<groupId>org.apache.chemistry.opencmis</groupId>
<artifactId>chemistry-opencmis-client-impl</artifactId>
<version>0.1-incubating-SNAPSHOT</version>
</dependency>
Would be possible for you to release a non SNAPSHOT version? Even marking it as alpha or beta would be enough, so that our maven-based release process won't complain :-)
Gabriele Columbro is in CC since I suspect he's involved in the OpenCMIS release phase.
TIA
mau
> --
> You received this message because you are subscribed to the Google Groups "confluence-cmis" group.
> To post to this group, send email to conflue...@googlegroups.com.
> To unsubscribe from this group, send email to confluence-cm...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/confluence-cmis?hl=en.
>
--
Maurizio Pillitu
http://maurizio.pillitu.name
maur...@pillitu.name
E.g. which one of the following does better reflect the readiness of
our implementation:
- 1.0.0-alpha-1
- 1.0.0-beta-1
or do you have any other ideas in mind?
HTH,
Gab
On Jun 7, 2010, at 12:39 PM, Jukka Zitting wrote:
> Hi,
>
> On Mon, Jun 7, 2010 at 12:33 PM, Florian Müller
> <fmue...@opentext.com> wrote:
>> I think we should do some sort of release soon for the reasons you
>> have mentioned.
>
> +1
>
>> What are the Apache rules for alpha and beta releases? I haven't
>> found much about
>> those types of releases on the Apache website.
>
> From the ASF perspective anything that a project publishes beyond the
> development community is a release and should be done following the
> relevant Apache policies. It's up to each community to decide what to
> put into a release and how to label it.
>
> See http://incubator.apache.org/guides/releasemanagement.html for more
> details about making releases at Apache.
>
> BR,
>
> Jukka Zitting
--
Eng. Gabriele Columbro
Alfresco Software, Ltd.
M: +31 (0)627 565 103
P: +39 320 161 28 46
D: +44 (0)1628 876 654
Skype: gabrielecolumbro
Blog: http://www.mindthegab.com
Twitter: http://twitter.com/mindthegabz
> Hey guys,
> for now I redeployed the latest OpenCMIS SNAPSHOT,
... and tests are passing :P
> will look tomorrow into how we can practically (with the current Ant release process) get a release out there (also on the Apache Maven repo).
Thanks so much!
> In such a case, what would be the version we would like to give to this release?
>
> E.g. which one of the following does better reflect the readiness of our implementation:
>
> - 1.0.0-alpha-1
> - 1.0.0-beta-1
>
> or do you have any other ideas in mind?
>
Same for us, as long as you remove the -SNAPSHOT at the end :P
Done! and tests pass! :)
As suggested by Florian, I've centralized the logic
repository.createSession()
into the ConfluenceCMISRepository; code is cleaner and performs better!
Thanks again Florian!
cheers,
mau
>
> - Florian