File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
<artifactId >mybatis-spring-boot-starter</artifactId >
19
19
<version >1.3.1</version >
20
20
</dependency >
21
- <dependency >
22
- <groupId >tech.washmore</groupId >
23
- <artifactId >autocode.core</artifactId >
24
- <version >1.0.4-RELEASE</version >
25
- </dependency >
26
21
<dependency >
27
22
<groupId >org.springframework.boot</groupId >
28
23
<artifactId >spring-boot-starter-test</artifactId >
74
69
<plugins >
75
70
<plugin >
76
71
<groupId >tech.washmore</groupId >
77
- <version >0 .0.1-SNAPSHOT </version >
72
+ <version >1 .0.4-RELEASE </version >
78
73
<artifactId >maven-autocode-plugin</artifactId >
79
74
<configuration >
80
75
<configLocation >/Users/chenyuqing/IdeaProjects/AutoCode/autocode.test/config.json</configLocation >
Original file line number Diff line number Diff line change 28
28
<url >http://maven.washmore.tech/nexus/content/repositories/snapshots/</url >
29
29
<uniqueVersion >false</uniqueVersion >
30
30
</snapshotRepository >
31
+ <repository >
32
+ <id >deploymentRepo</id >
33
+ <name >washmore_release</name >
34
+ <url >http://maven.washmore.tech/nexus/content/repositories/releases/</url >
35
+ </repository >
31
36
</distributionManagement >
32
37
<pluginRepositories >
33
38
<pluginRepository >
You can’t perform that action at this time.
0 commit comments