From d3e8b1f8b11b2a8c3a29ff9ef378a3b9e4c47fdb Mon Sep 17 00:00:00 2001 From: "Jurgen J. Vinju" Date: Mon, 12 May 2025 16:07:27 +0200 Subject: [PATCH 1/5] ready for next rascal and rascal-maven-plugin versions --- pom.xml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index f454801..996f488 100644 --- a/pom.xml +++ b/pom.xml @@ -48,12 +48,12 @@ org.rascalmpl rascal - 0.40.17 + 0.41.0-RC42 edu.appstate.cs rascal-git - 0.1.15 + 0.1.16-RC1 @@ -136,9 +136,8 @@ org.rascalmpl rascal-maven-plugin - 0.28.9 + 0.30.0-RC25 - false ${project.build.outputDirectory} ${project.basedir}/src/main/rascal @@ -166,8 +165,6 @@ tutor - true - false ${project.build.outputDirectory} ${project.basedir}/LICENSE ${project.basedir}/CITATION.md @@ -177,8 +174,6 @@ ${project.basedir}/src/main/rascal ${project.basedir}/doc - - From 219bd62e18a04d920a3d89229c78a7b011e55708 Mon Sep 17 00:00:00 2001 From: "Jurgen J. Vinju" Date: Mon, 12 May 2025 16:29:04 +0200 Subject: [PATCH 2/5] bumped rascal-git --- pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 996f488..930b607 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ edu.appstate.cs rascal-git - 0.1.16-RC1 + 0.1.16-RC2 @@ -166,8 +166,6 @@ ${project.build.outputDirectory} - ${project.basedir}/LICENSE - ${project.basedir}/CITATION.md |http://github.com/cwi-swat/php-analysis/blob/main| |http://github.com/cwi-swat/php-analysis/issues| From 323ed09c410fd4d489b9b08631033ccbdfaeae6d Mon Sep 17 00:00:00 2001 From: "Jurgen J. Vinju" Date: Mon, 12 May 2025 16:31:19 +0200 Subject: [PATCH 3/5] fixed workflow --- .github/workflows/build.yaml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d85162f..60b2e30 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -15,18 +15,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up JDK 11 - uses: actions/setup-java@v1 + uses: actions/setup-java@v4 with: java-version: 11 - - - name: Cache Maven packages - uses: actions/cache@v2 - with: - path: ~/.m2 - key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} - restore-keys: ${{ runner.os }}-m2 + distribution: 'temurin' + cache: 'maven' - name: Attach artifact id: build-artifact From 2edfa66ad798ef9f045cfd0ec5dac1716f4a324d Mon Sep 17 00:00:00 2001 From: "Jurgen J. Vinju" Date: Mon, 12 May 2025 16:33:38 +0200 Subject: [PATCH 4/5] [maven-release-plugin] prepare release v0.2.5-RC1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 930b607..2d9208f 100644 --- a/pom.xml +++ b/pom.xml @@ -18,12 +18,12 @@ php-analysis org.rascalmpl - 0.2.5-SNAPSHOT + 0.2.5-RC1 jar scm:git:https://github.com/cwi-swat/php-analysis.git - HEAD + v0.2.5-RC1 From b9967746769edb0408f4ad2009ac401e4182cf33 Mon Sep 17 00:00:00 2001 From: "Jurgen J. Vinju" Date: Mon, 12 May 2025 16:33:41 +0200 Subject: [PATCH 5/5] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2d9208f..dd7261f 100644 --- a/pom.xml +++ b/pom.xml @@ -18,12 +18,12 @@ php-analysis org.rascalmpl - 0.2.5-RC1 + 0.2.5-RC2-SNAPSHOT jar scm:git:https://github.com/cwi-swat/php-analysis.git - v0.2.5-RC1 + HEAD