Commit a4fb71eb by zhoufensong

修改flyway的groupId为olm.flywaydb

parent f92778e5
...@@ -19,9 +19,9 @@ ...@@ -19,9 +19,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.flywaydb</groupId> <groupId>olm.flywaydb</groupId>
<artifactId>flyway-parent</artifactId> <artifactId>flyway-parent</artifactId>
<version>0-SNAPSHOT</version> <version>6.5.7</version>
</parent> </parent>
<artifactId>flyway-commandline</artifactId> <artifactId>flyway-commandline</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -373,4 +373,4 @@ ...@@ -373,4 +373,4 @@
</build> </build>
</profile> </profile>
</profiles> </profiles>
</project> </project>
\ No newline at end of file
...@@ -19,9 +19,9 @@ ...@@ -19,9 +19,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.flywaydb</groupId> <groupId>olm.flywaydb</groupId>
<artifactId>flyway-parent</artifactId> <artifactId>flyway-parent</artifactId>
<version>0-SNAPSHOT</version> <version>6.5.7</version>
</parent> </parent>
<artifactId>flyway-core</artifactId> <artifactId>flyway-core</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -352,4 +352,4 @@ ...@@ -352,4 +352,4 @@
</project> </project>
\ No newline at end of file
...@@ -19,9 +19,9 @@ ...@@ -19,9 +19,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.flywaydb</groupId> <groupId>olm.flywaydb</groupId>
<artifactId>flyway-parent</artifactId> <artifactId>flyway-parent</artifactId>
<version>0-SNAPSHOT</version> <version>6.5.7</version>
</parent> </parent>
<artifactId>flyway-gradle-plugin</artifactId> <artifactId>flyway-gradle-plugin</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -113,4 +113,4 @@ ...@@ -113,4 +113,4 @@
</plugins> </plugins>
</build> </build>
</project> </project>
\ No newline at end of file
...@@ -18,9 +18,9 @@ ...@@ -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"> <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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.flywaydb</groupId> <groupId>olm.flywaydb</groupId>
<artifactId>flyway-parent</artifactId> <artifactId>flyway-parent</artifactId>
<version>0-SNAPSHOT</version> <version>6.5.7</version>
</parent> </parent>
<artifactId>flyway-maven-plugin</artifactId> <artifactId>flyway-maven-plugin</artifactId>
<packaging>maven-plugin</packaging> <packaging>maven-plugin</packaging>
...@@ -174,4 +174,4 @@ ...@@ -174,4 +174,4 @@
</plugins> </plugins>
</build> </build>
</project> </project>
\ No newline at end of file
...@@ -27,9 +27,9 @@ ...@@ -27,9 +27,9 @@
mvn clean install -PCommandlinePlatformAssemblies mvn clean install -PCommandlinePlatformAssemblies
--> -->
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.flywaydb</groupId> <groupId>olm.flywaydb</groupId>
<artifactId>flyway-parent</artifactId> <artifactId>flyway-parent</artifactId>
<version>0-SNAPSHOT</version> <version>6.5.7</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>
<description>Flyway: Database Migrations Made Easy.</description> <description>Flyway: Database Migrations Made Easy.</description>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment