From 42e8dd83094346e4e4b47e077d0ec279fc89f543 Mon Sep 17 00:00:00 2001 From: "Gregory P. Akins" Date: Tue, 30 May 2023 12:50:07 -0400 Subject: [PATCH] Creating some minor change to work through the Workflow changes --- .github/workflows/maven-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml index fd99e0a..66457da 100644 --- a/.github/workflows/maven-ci.yml +++ b/.github/workflows/maven-ci.yml @@ -36,8 +36,8 @@ jobs: - name: Set up JDK 17 uses: actions/setup-java@v3 with: - distribution: 'adopt' java-version: '17' + distribution: 'adopt' - name: Extract project version run: echo ::set-output name=version::$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)