Skip to content

Commit 96003b6

Browse files
committed
migration plugin improved
1 parent 9aa2a36 commit 96003b6

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ docker/.env
22
docker/.volumes
33
Vendas.iml
44
.idea
5+
.vscode/settings.json

api/pom.xml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@
1919
<java.version>17</java.version>
2020
</properties>
2121

22-
<!-- <pluginRepositories>
23-
<pluginRepository>
24-
<id>jitpack.io</id>
25-
<url>https://jitpack.io</url>
26-
</pluginRepository>
27-
</pluginRepositories> -->
28-
2922
<dependencies>
3023
<!-- spring boot -->
3124
<dependency>
@@ -225,11 +218,11 @@
225218

226219
<build>
227220
<plugins>
228-
<!-- <plugin>
229-
<groupId>com.github.throyer</groupId>
221+
<plugin>
222+
<groupId>io.github.throyer</groupId>
230223
<artifactId>migration-maven-plugin</artifactId>
231-
<version>1.2.7</version>
232-
</plugin> -->
224+
<version>2.0.0</version>
225+
</plugin>
233226
<plugin>
234227
<groupId>org.springframework.boot</groupId>
235228
<artifactId>spring-boot-maven-plugin</artifactId>

0 commit comments

Comments
 (0)