Commit a4fb71eb by zhoufensong

修改flyway的groupId为olm.flywaydb

parent f92778e5
......@@ -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>org.flywaydb</groupId>
<groupId>olm.flywaydb</groupId>
<artifactId>flyway-parent</artifactId>
<version>0-SNAPSHOT</version>
<version>6.5.7</version>
</parent>
<artifactId>flyway-commandline</artifactId>
<packaging>jar</packaging>
......
......@@ -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>org.flywaydb</groupId>
<groupId>olm.flywaydb</groupId>
<artifactId>flyway-parent</artifactId>
<version>0-SNAPSHOT</version>
<version>6.5.7</version>
</parent>
<artifactId>flyway-core</artifactId>
<packaging>jar</packaging>
......
......@@ -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>org.flywaydb</groupId>
<groupId>olm.flywaydb</groupId>
<artifactId>flyway-parent</artifactId>
<version>0-SNAPSHOT</version>
<version>6.5.7</version>
</parent>
<artifactId>flyway-gradle-plugin</artifactId>
<packaging>jar</packaging>
......
......@@ -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>org.flywaydb</groupId>
<groupId>olm.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>
......
......@@ -27,9 +27,9 @@
mvn clean install -PCommandlinePlatformAssemblies
-->
<modelVersion>4.0.0</modelVersion>
<groupId>org.flywaydb</groupId>
<groupId>olm.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>
......
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