Skip to content

Commit 5c26d4f

Browse files
committed
Revert "Use a new default-jdk profile that is portable accross branches"
This reverts commit 7e1a979.
1 parent 7e1a979 commit 5c26d4f

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.github/workflows/ci-4.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
run: echo "PROJECT_VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:evaluate -Dexpression=project.version -B | grep -v '\[')" >> $GITHUB_ENV
5656
- name: Maven deploy
5757
if: ${{ endsWith(env.PROJECT_VERSION, '-SNAPSHOT') }}
58-
run: mvn deploy -s .github/maven-cd-settings.xml -DskipTests -B -DskipDefault -Pdefault-jdk
58+
run: mvn deploy -s .github/maven-cd-settings.xml -DskipTests -B

pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -120,17 +120,6 @@
120120
<module>vertx-oracle-client</module>
121121
</modules>
122122
</profile>
123-
<profile>
124-
<id>default-jdk</id>
125-
<modules>
126-
<module>vertx-sql-client</module>
127-
<module>vertx-pg-client</module>
128-
<module>vertx-mysql-client</module>
129-
<module>vertx-mssql-client</module>
130-
<module>vertx-db2-client</module>
131-
<module>vertx-sql-client-templates</module>
132-
</modules>
133-
</profile>
134123
<profile>
135124
<id>PostgreSQL-9</id>
136125
<properties>

0 commit comments

Comments
 (0)