Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jstl-dev] Jakarta Tags 3.0.0 Impl Release

Perfect! Thank you so much for your help!



On Mon, May 23, 2022 at 8:43 PM Scott Stark <starksm64@xxxxxxxxx> wrote:
It is there now:

It just takes time for the central repo to sync to the mirrors.

On May 23, 2022 at 6:43:31 PM, Volodymyr Siedlecki <volosied@xxxxxxxxx> wrote:
Hi Scott,

I gave that a try ( build 4 -  https://ci.eclipse.org/jstl/job/3_jstl-staging-to-release/4/ ), but I still don't see it published on

Is the script configured correctly?  It looks like it might be using origin/master? Should it use another branch / tag? 

 > git config remote.origin.url git@xxxxxxxxxx:eclipse-ee4j/jstl-api.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision e1f879db0cadc7a3984e77c9282be3dcaee947e3 (origin/master)
...
Building GlassFish Jakarta Standard Tag Library related modules 3.0-SNAPSHOT [1/5]


I'll take another look at it tomorrow.

Volodymyr

On Mon, May 23, 2022 at 6:11 PM Scott Stark <starksm64@xxxxxxxxx> wrote:
The staging repo id orgglassfishweb-1009 needs to be released via the https://ci.eclipse.org/jstl/job/3_jstl-staging-to-release/ job. You should be able to run that job after logging in. Just pass in the as the parameter for the STAGING_REPOSITORY_ID.

On May 23, 2022 at 4:55:30 PM, Volodymyr Siedlecki <volosied@xxxxxxxxx> wrote:
Hello,

I see that the API is published publicly, but I don't see the 3.0.0 implementation available yet?

API: https://repo1.maven.org/maven2/jakarta/servlet/jsp/jstl/jakarta.servlet.jsp.jstl-api/3.0.0/


Can it be released via https://ci.eclipse.org/jstl/ or is there another step?

Thanks,

Volodymyr
_______________________________________________
jstl-dev mailing list
jstl-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jstl-dev
_______________________________________________
jstl-dev mailing list
jstl-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jstl-dev
_______________________________________________
jstl-dev mailing list
jstl-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jstl-dev
_______________________________________________
jstl-dev mailing list
jstl-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jstl-dev

Back to the top