Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
flyway
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
olmdm
flyway
Commits
a4fb71eb
Commit
a4fb71eb
authored
Sep 04, 2025
by
zhoufensong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改flyway的groupId为olm.flywaydb
parent
f92778e5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
18 deletions
+14
-18
flyway-commandline/pom.xml
+3
-4
flyway-core/pom.xml
+3
-4
flyway-gradle-plugin/pom.xml
+3
-4
flyway-maven-plugin/pom.xml
+3
-4
pom.xml
+2
-2
No files found.
flyway-commandline/pom.xml
View file @
a4fb71eb
...
...
@@ -19,9 +19,9 @@
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
o
rg
.flywaydb
</groupId>
<groupId>
o
lm
.flywaydb
</groupId>
<artifactId>
flyway-parent
</artifactId>
<version>
0-SNAPSHOT
</version>
<version>
6.5.7
</version>
</parent>
<artifactId>
flyway-commandline
</artifactId>
<packaging>
jar
</packaging>
...
...
@@ -373,4 +373,4 @@
</build>
</profile>
</profiles>
</project>
\ No newline at end of file
</project>
flyway-core/pom.xml
View file @
a4fb71eb
...
...
@@ -19,9 +19,9 @@
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
o
rg
.flywaydb
</groupId>
<groupId>
o
lm
.flywaydb
</groupId>
<artifactId>
flyway-parent
</artifactId>
<version>
0-SNAPSHOT
</version>
<version>
6.5.7
</version>
</parent>
<artifactId>
flyway-core
</artifactId>
<packaging>
jar
</packaging>
...
...
@@ -352,4 +352,4 @@
</project>
\ No newline at end of file
</project>
flyway-gradle-plugin/pom.xml
View file @
a4fb71eb
...
...
@@ -19,9 +19,9 @@
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
o
rg
.flywaydb
</groupId>
<groupId>
o
lm
.flywaydb
</groupId>
<artifactId>
flyway-parent
</artifactId>
<version>
0-SNAPSHOT
</version>
<version>
6.5.7
</version>
</parent>
<artifactId>
flyway-gradle-plugin
</artifactId>
<packaging>
jar
</packaging>
...
...
@@ -113,4 +113,4 @@
</plugins>
</build>
</project>
\ No newline at end of file
</project>
flyway-maven-plugin/pom.xml
View file @
a4fb71eb
...
...
@@ -18,9 +18,9 @@
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
o
rg
.flywaydb
</groupId>
<groupId>
o
lm
.flywaydb
</groupId>
<artifactId>
flyway-parent
</artifactId>
<version>
0-SNAPSHOT
</version>
<version>
6.5.7
</version>
</parent>
<artifactId>
flyway-maven-plugin
</artifactId>
<packaging>
maven-plugin
</packaging>
...
...
@@ -174,4 +174,4 @@
</plugins>
</build>
</project>
\ No newline at end of file
</project>
pom.xml
View file @
a4fb71eb
...
...
@@ -27,9 +27,9 @@
mvn clean install -PCommandlinePlatformAssemblies
-->
<modelVersion>
4.0.0
</modelVersion>
<groupId>
o
rg
.flywaydb
</groupId>
<groupId>
o
lm
.flywaydb
</groupId>
<artifactId>
flyway-parent
</artifactId>
<version>
0-SNAPSHOT
</version>
<version>
6.5.7
</version>
<packaging>
pom
</packaging>
<name>
${project.artifactId}
</name>
<description>
Flyway: Database Migrations Made Easy.
</description>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment