Skip to content

Commit 2e4c72d

Browse files
Copilotpethers
andcommitted
chore: update release-drafter Maven version and add overwrite comment
Update .deb filename to match release workflow naming convention. Add explanatory comment for overwrite attribute on cia.xml copy. Update release-drafter.yml Maven version reference to 3.9.14. Co-authored-by: pethers <1726836+pethers@users.noreply.github.com> Agent-Logs-Url: https://github.com/Hack23/cia/sessions/cfec7da8-214e-4e03-8dc5-beff1135cf9d
1 parent 3350b0b commit 2e4c72d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ template: |
121121
122122
## 💻 Technology Stack
123123
124-
**Runtime:** Java 26 (Feature Release) • **Source:** Java 21 (LTS) • **Build:** Maven 3.9.9 • **Database:** PostgreSQL 18
124+
**Runtime:** Java 26 (Feature Release) • **Source:** Java 21 (LTS) • **Build:** Maven 3.9.14 • **Database:** PostgreSQL 18
125125
126126
## 🙏 Contributors
127127
Thanks to $CONTRIBUTORS for their contributions to this release!

cia-dist-deb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<delete dir="${project.build.directory}/deb-staging/opt/cia/jetty-home-${cia.project.versions.jetty}" />
174174
<!-- Copy config files to staging area -->
175175
<copy file="${basedir}/src/main/config/jetty/bin-fix/jetty.sh" tofile="${project.build.directory}/deb-staging/opt/cia/bin/jetty.sh" />
176-
<copy file="${basedir}/src/main/config/jetty/cia-base/webapps/cia.xml" tofile="${project.build.directory}/deb-staging/opt/cia/cia-base/webapps/cia.xml" overwrite="true" />
176+
<copy file="${basedir}/src/main/config/jetty/cia-base/webapps/cia.xml" tofile="${project.build.directory}/deb-staging/opt/cia/cia-base/webapps/cia.xml" overwrite="true" /><!-- overwrite WAR-extracted cia.xml with custom config -->
177177
<copy file="${basedir}/src/main/config/jetty/cia-base/resources/jetty-logging.properties" tofile="${project.build.directory}/deb-staging/opt/cia/cia-base/resources/jetty-logging.properties" />
178178
<copy file="${basedir}/src/main/config/jetty/cia-base/start.d/deploy.ini" tofile="${project.build.directory}/deb-staging/opt/cia/cia-base/start.d/deploy.ini" />
179179
<copy file="${basedir}/src/main/config/jetty/cia-base/start.d/gzip.ini" tofile="${project.build.directory}/deb-staging/opt/cia/cia-base/start.d/gzip.ini" />
@@ -208,7 +208,7 @@
208208
</goals>
209209
<phase>package</phase>
210210
<configuration>
211-
<deb>${project.build.directory}/${project.artifactId}_${project.version}_all.deb</deb>
211+
<deb>${project.build.directory}/${project.artifactId}-${project.version}.all.deb</deb>
212212
<controlDir>${basedir}/src/deb/control</controlDir>
213213
<skipPOMs>false</skipPOMs>
214214
<dataSet>

0 commit comments

Comments
 (0)