This is an automated email from the ASF dual-hosted git repository.
piergiorgio pushed a commit to branch CONNECTORS-1754
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git
The following commit(s) were added to refs/heads/CONNECTORS-1754 by this push:
new 8f30b6b77 Updated the create release candidate: now we change MCF
version in properties files (CONNECTORS-1754)
8f30b6b77 is described below
commit 8f30b6b77160fa0417635ced8f305b729ccc389c
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Mon Jul 8 14:53:50 2024 +0200
Updated the create release candidate: now we change MCF version in
properties files (CONNECTORS-1754)
---
.github/workflows/create-release-candidate.yml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.github/workflows/create-release-candidate.yml
b/.github/workflows/create-release-candidate.yml
index fe11ee635..5091b6efd 100644
--- a/.github/workflows/create-release-candidate.yml
+++ b/.github/workflows/create-release-candidate.yml
@@ -92,6 +92,13 @@ jobs:
- name: Maven Build
run: mvn clean install -B -DskipTests -DskipITs
+ - name: Update MCF version in the properties.xml files
+ run: |
+ sed -i 's/${{ steps.mavenProjectVersion.outputs.version }}-dev/${{
steps.mavenProjectVersion.outputs.version }}/g' dist/example/properties.xml;
+ sed -i 's/${{ steps.mavenProjectVersion.outputs.version }}-dev/${{
steps.mavenProjectVersion.outputs.version }}/g'
dist/example-proprietary/properties.xml;
+ sed -i 's/${{ steps.mavenProjectVersion.outputs.version }}-dev/${{
steps.mavenProjectVersion.outputs.version }}/g'
dist/multiprocess-file-example/properties.xml;
+ sed -i 's/${{ steps.mavenProjectVersion.outputs.version }}-dev/${{
steps.mavenProjectVersion.outputs.version }}/g'
dist/multiprocess-file-example-proprietary/properties.xml;
+
- name: RAT licence checks
run: mvn -pl . apache-rat:check