jakartaee / transactions

Welcome to the Jakarta EE Transactions API Project (formerly JTA)
https://jakartaee.github.io/transactions/
Other
28 stars 29 forks source link

Commit from 2.0.1 rc1 staging #205

Closed tomjenkinson closed 2 years ago

tomjenkinson commented 2 years ago

Although it looks like no changes, it gets 5a3433336e7c4c31a61ac0587b97ac7ce0887680 which is on https://github.com/jakartaee/transactions/commits/2.0.1-RC1-staging

tomjenkinson commented 2 years ago

To replace https://github.com/jakartaee/transactions/pull/203

tomjenkinson commented 2 years ago

retest this please

pzygielo commented 2 years ago

Adding -s snapshots/settings.xml to mvn call

Your branch is up to date with 'origin/master'.
+ mvn -Pstaging clean install -f ./snapshots/pom.xml

should help with

[INFO] [ERROR] Failed to execute goal on project hibernate-validator: Could not resolve dependencies for project org.hibernate.validator:hibernate-validator:jar:7.0.3-SNAPSHOT: Could not find artifact jakarta.el:jakarta.el-api:jar:5.0.0 in eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) -> [Help 1]

Transactions' build might break however due to

tomjenkinson commented 2 years ago

retest this please

tomjenkinson commented 2 years ago

Thank you @pzygielo - I have ended up trying: mvn -s ./snapshots/settings.xml clean install -f ./snapshots/pom.xml (I think the -Pstaging doesn't exists from the console messages so I removed that bit)

tomjenkinson commented 2 years ago

retest this please

tomjenkinson commented 2 years ago

retest this please

tomjenkinson commented 2 years ago

retest this please

tomjenkinson commented 2 years ago

retest this please

tomjenkinson commented 2 years ago

Thanks @LanceAndersen !