Skip to content

Commit 9eb0573

Browse files
committed
Revert "Rename java-11 profile to default-jdk profile as it needs to be portable accross branches"
This reverts commit 8d93c9a.
1 parent 8bc7ac8 commit 9eb0573

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: echo "PROJECT_VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:evaluate -Dexpression=project.version -q -DforceStdout | grep -v '\[')" >> $GITHUB_ENV
3030
- name: Maven deploy
3131
if: ${{ endsWith(env.PROJECT_VERSION, '-SNAPSHOT') }}
32-
run: mvn deploy -s .github/maven-cd-settings.xml -DskipTests -B -Pdefault-jdk
32+
run: mvn deploy -s .github/maven-cd-settings.xml -DskipTests -B -Pjava11
3333
Deploy-Oracle:
3434
name: Deploy (Oracle) to OSSRH
3535
runs-on: ubuntu-latest

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
</modules>
202202
</profile>
203203
<profile>
204-
<id>default-jdk</id>
204+
<id>java-11</id>
205205
<modules>
206206
<module>vertx-sql-client</module>
207207
<module>vertx-sql-client-codec</module>

0 commit comments

Comments
 (0)