Skip to content

Commit b95d2c8

Browse files
committed
Revert "chore: prepare release 3.0.73"
This reverts commit 56cc89b
1 parent 7c39a3a commit b95d2c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven-pr-3.0.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Build with Maven
4747
if: ${{ matrix.java != 8 }}
4848
run: |
49-
export MY_POM_VERSION=`mvn -Dswagger-codegen-generators-version=1.0.37 -q -Dexec.executable="echo" -Dexec.args='${projects.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec`
49+
export MY_POM_VERSION="3.0.73"
5050
echo "POM VERSION" ${MY_POM_VERSION}
5151
export GENERATORS_VERSION=`sed -n 's/<swagger\-codegen\-generators\-version>\([^\s]*\)<\/swagger\-codegen\-generators\-version>/\1/p' pom.xml`
5252
export GENERATORS_VERSION=`echo ${GENERATORS_VERSION} | tr -d '[:space:]'`
@@ -96,3 +96,4 @@ jobs:
9696
--tag java="${{ matrix.java }}" > /dev/null 2>&1
9797
env:
9898
POLICY: "SmartBear default vulnerabilities policy"
99+

0 commit comments

Comments
 (0)