Skip to content

Commit e6803b7

Browse files
committed
pom
1 parent 9ab9dc6 commit e6803b7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
<java.version>16</java.version>
1818
</properties>
1919

20-
<repositories>
21-
<repository>
22-
<id>migration-maven-plugin</id>
23-
<url>file://${project.basedir}/lib/migration-maven-plugin-1.0.0.jar</url>
24-
</repository>
25-
</repositories>
20+
<pluginRepositories>
21+
<pluginRepository>
22+
<id>jitpack.io</id>
23+
<url>https://jitpack.io</url>
24+
</pluginRepository>
25+
</pluginRepositories>
2626

2727
<dependencies>
2828
<dependency>
@@ -171,7 +171,7 @@
171171
<plugin>
172172
<groupId>com.github.throyer</groupId>
173173
<artifactId>migration-maven-plugin</artifactId>
174-
<version>1.0.0</version>
174+
<version>1.2.2</version>
175175
</plugin>
176176
<plugin>
177177
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)