Change develop branch version to 5.3.0-SNAPSHOT (branched from develop)#5489
Change develop branch version to 5.3.0-SNAPSHOT (branched from develop)#5489
Conversation
Co-authored-by: hmottestad <797185+hmottestad@users.noreply.github.com>
|
@copilot this should actually be 5.3.0-SNAPSHOT |
Updated to 5.3.0-SNAPSHOT as requested. Commit hash: will be provided after push.
Updated to 5.3.0-SNAPSHOT as requested. Commit: 516dcd1 Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Co-authored-by: hmottestad <797185+hmottestad@users.noreply.github.com>
|
@copilot start over with a new branch, branching from develop instead of main. |
Created new branch from develop and updated to 5.3.0-SNAPSHOT. Commit will be provided after push.
Created new branch Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
This PR updates the version number across all Maven modules in the develop branch from
5.2.0-SNAPSHOTto5.3.0-SNAPSHOTas requested in the issue.Changes Made
developbranch instead ofmainas requested by maintainer feedback5.2.0-SNAPSHOTto5.3.0-SNAPSHOTversions:setpluginTechnical Details
The version update was performed using Maven's standard versioning approach:
git checkout origin/develop git checkout -b update-develop-to-5.3.0-snapshot-from-develop mvn versions:set -DnewVersion="5.3.0-SNAPSHOT" mvn versions:commitThis ensures all inter-module dependencies and parent-child relationships remain consistent throughout the multi-module Maven reactor build.
Verification
-Pquickprofile completed successfullyThe develop branch is now ready for 5.3.0 development work.
Warning
maven.restlet.talend.com/opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/11.0.28-6/x64/bin/java -classpath /usr/share/apache-maven-3.9.11/boot/plexus-classworlds-2.9.0.jar -Dclassworlds.conf=/usr/share/apache-maven-3.9.11/bin/m2.conf -Dmaven.home=/usr/share/apache-maven-3.9.11 -Dlibrary.jansi.path=/usr/share/apache-maven-3.9.11/lib/jansi-native -Dmaven.multiModuleProjectDirectory=/home/REDACTED/work/rdf4j/rdf4j org.codehaus.plexus.classworlds.launcher.Launcher -Dmaven.repo.local=.m2_repo -Pquick install(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Fixes #5487
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.