Skip to content

Commit da01a0c

Browse files
authored
Merge pull request #48625 from gsmet/fix-artifact-name
Fix Flyway PostgreSQL artifact name for consistency
2 parents 017b643 + 8ac3c20 commit da01a0c

File tree

1 file changed

+1
-1
lines changed
  • extensions/flyway-postgresql/runtime

1 file changed

+1
-1
lines changed

extensions/flyway-postgresql/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>quarkus-flyway-postgresql</artifactId>
13-
<name>Quarkus Flyway - PostgreSQL - Runtime</name>
13+
<name>Quarkus - Flyway - PostgreSQL - Runtime</name>
1414
<description>This extensions is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-postgresql are on the classpath</description>
1515

1616
<dependencies>

0 commit comments

Comments
 (0)