quarkiverse / quarkus-langchain4j

Quarkus Langchain4j extension
https://docs.quarkiverse.io/quarkus-langchain4j/dev/index.html
Apache License 2.0
133 stars 79 forks source link

Fix update sample version when releasing #596

Closed iocanel closed 4 months ago

iocanel commented 4 months ago

Follow up fix for: #556

geoand commented 4 months ago

Did you run this to see that is make the change we want (to the quarkus-langchain4j.version property and not the version of the project itself)?

jmartisk commented 4 months ago

Huhm, how could I be so dumb to not notice.. Yeah, to update the property, you need to do

 ./mvnw org.codehaus.mojo:versions-maven-plugin:2.16.2:update-property -Dproperty=quarkus-langchain4j.version -DnewVersion=${{steps.metadata.outputs.current-version}} -f samples/email-a-poem

.. for all samples

Changing between -f or -pl for choosing the submodule doesn't seem to make a difference