[hibernate-dev] Problem with releasing 5.1.13.Final

Steve Ebersole steve at hibernate.org
Wed Mar 21 13:50:21 EDT 2018


The easiest is to just skip the jar tasks using -x.  And aggregated
javadocs task.  Unfortunately I think you would nee to list them all
individually

On Wed, Mar 21, 2018 at 12:42 PM Gail Badner <gbadner at redhat.com> wrote:

> I still have the original jars. I was experimenting on a copy.
>
> How do I disable the up-to-date checks?
>
> On Wed, Mar 21, 2018 at 5:43 AM, Steve Ebersole <steve at hibernate.org>
> wrote:
>
>> You could have avoided that up front by disabling the up-to-date checks.
>> But now your original local jars are gone...
>>
>> That said, it really does not matter if the jars are the *same* (as in
>> ==) - it just matters that they are functionally the same.  Checking out
>> the tag/ref, changing the version and running the build should be good
>> enough.
>>
>>
>> On Wed, Mar 21, 2018, 2:42 AM Gail Badner <gbadner at redhat.com> wrote:
>>
>>> I suppose another alternative is to make the distributions manually.
>>>
>>> On Tue, Mar 20, 2018 at 9:20 PM, Gail Badner <gbadner at redhat.com> wrote:
>>>
>>> > I am able to build the documentation using Andrea's suggestion and now
>>> I'm
>>> > struggling with gradle.
>>> >
>>> > I released the staging repository on nexus last night to make a
>>> deadline.
>>> >
>>> > I also updated the version in build.gradle to 5.1.14-SNAPSHOT, which
>>> was
>>> > probably a mistake.
>>> >
>>> > Today I went back to build the distributions. The problem is that after
>>> > setting the version back to 5.1.13.Final in build.gradle, gradle
>>> > automatically recompiles and rebuilds the jars.
>>> >
>>> > That is (obviously) a problem because they won't be the same as what
>>> was
>>> > uploaded to nexus.
>>> >
>>> > I've been trying some things out on a copy of the directory so I still
>>> > have the original jars intact.
>>> >
>>> > I've tried --no-rebuild, but it doesn't seem to work.
>>> >
>>> > Worst case, I suppose I can re-release as 5.1.14.Final on Wednesday,
>>> but I
>>> > really don't want to do that.
>>> >
>>> > Any suggestions?
>>> >
>>> > Thanks!
>>> > Gail
>>> >
>>> _______________________________________________
>>> hibernate-dev mailing list
>>> hibernate-dev at lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>>>
>>
>


More information about the hibernate-dev mailing list