We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab9dc6 commit e6803b7Copy full SHA for e6803b7
pom.xml
@@ -17,12 +17,12 @@
17
<java.version>16</java.version>
18
</properties>
19
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>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>jitpack.io</id>
+ <url>https://jitpack.io</url>
+ </pluginRepository>
+ </pluginRepositories>
26
27
<dependencies>
28
<dependency>
@@ -171,7 +171,7 @@
171
<plugin>
172
<groupId>com.github.throyer</groupId>
173
<artifactId>migration-maven-plugin</artifactId>
174
- <version>1.0.0</version>
+ <version>1.2.2</version>
175
</plugin>
176
177
<groupId>org.springframework.boot</groupId>
0 commit comments