File tree Expand file tree Collapse file tree 16 files changed +23
-20
lines changed
flyway-database-clickhouse
flyway-database-databricks
flyway-database-oceanbase
flyway-database-yugabytedb Expand file tree Collapse file tree 16 files changed +23
-20
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
2727 run : mvn -B install --file pom.xml
2828 - name : Publish to GitHub Packages Apache Maven
2929 if : contains(github.ref, 'main')
30- run : mvn -B deploy -Pgithub -s $GITHUB_WORKSPACE/settings.xml -pl '!flyway-community-db-support-archetype'
30+ run : mvn -B jar:jar deploy: deploy -Pgithub -s $GITHUB_WORKSPACE/settings.xml -pl '!flyway-community-db-support-archetype'
3131 env :
3232 GITHUB_TOKEN : ${{ github.token }}
3333 - name : Publish Archetype to GitHub Packages Apache Maven
3434 if : contains(github.ref, 'main')
35- run : mvn -B deploy -Pgithub -s $GITHUB_WORKSPACE/settings.xml -pl flyway-community-db-support-archetype
35+ run : mvn -B jar:jar deploy: deploy -Pgithub -s $GITHUB_WORKSPACE/settings.xml -pl flyway-community-db-support-archetype
3636 env :
3737 GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >org.flywaydb</groupId >
77 <artifactId >flyway-community-db-support-archetype</artifactId >
8- <version >10.23 .0</version >
8+ <version >10.24 .0</version >
99 <packaging >maven-archetype</packaging >
1010
1111 <name >Archetype - flyway-community-db-support-archetype</name >
Original file line number Diff line number Diff line change 11artifactId =flyway-database-example
2- parentVersion =10.23 .0
2+ parentVersion =10.24 .0
Original file line number Diff line number Diff line change 2323 <parent >
2424 <groupId >org.flywaydb</groupId >
2525 <artifactId >flyway-community-db-support</artifactId >
26- <version >10.23 .0</version >
26+ <version >10.24 .0</version >
2727 </parent >
2828
2929 <artifactId >flyway-database-clickhouse</artifactId >
Original file line number Diff line number Diff line change 2323 <parent >
2424 <groupId >org.flywaydb</groupId >
2525 <artifactId >flyway-community-db-support</artifactId >
26- <version >10.23 .0</version >
26+ <version >10.24 .0</version >
2727 </parent >
2828
2929 <artifactId >flyway-database-cubrid</artifactId >
Original file line number Diff line number Diff line change 2323 <parent >
2424 <groupId >org.flywaydb</groupId >
2525 <artifactId >flyway-community-db-support</artifactId >
26- <version >10.23 .0</version >
26+ <version >10.24 .0</version >
2727 </parent >
2828
2929 <artifactId >flyway-database-databricks</artifactId >
Original file line number Diff line number Diff line change 2323 <parent >
2424 <groupId >org.flywaydb</groupId >
2525 <artifactId >flyway-community-db-support</artifactId >
26- <version >10.23 .0</version >
26+ <version >10.24 .0</version >
2727 </parent >
2828
2929 <artifactId >flyway-database-db2zos</artifactId >
Original file line number Diff line number Diff line change 2323 <parent >
2424 <groupId >org.flywaydb</groupId >
2525 <artifactId >flyway-community-db-support</artifactId >
26- <version >10.23 .0</version >
26+ <version >10.24 .0</version >
2727 </parent >
2828
2929 <artifactId >flyway-database-duckdb</artifactId >
Original file line number Diff line number Diff line change 2323 <parent >
2424 <groupId >org.flywaydb</groupId >
2525 <artifactId >flyway-community-db-support</artifactId >
26- <version >10.23 .0</version >
26+ <version >10.24 .0</version >
2727 </parent >
2828
2929 <artifactId >flyway-database-ignite</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.flywaydb</groupId >
99 <artifactId >flyway-community-db-support</artifactId >
10- <version >10.23 .0</version >
10+ <version >10.24 .0</version >
1111 </parent >
1212
1313 <artifactId >flyway-database-iris</artifactId >
You can’t perform that action at this time.
0 commit comments