File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
spring-boot-starter-shapeshift Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
<groupId >dev.krud</groupId >
15
15
<artifactId >shapeshift-parent</artifactId >
16
16
<name >shapeshift-parent</name >
17
- <version >0.0.1-SNAPSHOT </version >
17
+ <version >0.0.1</version >
18
18
<packaging >pom</packaging >
19
19
<url >https://github.com/krud-dev/shapeshift</url >
20
20
<description >A Kotlin library for intelligent object mapping.</description >
208
208
<dependency >
209
209
<groupId >dev.krud</groupId >
210
210
<artifactId >shapeshift</artifactId >
211
- <version >0.0.1-SNAPSHOT </version >
211
+ <version >0.0.1</version >
212
212
</dependency >
213
213
<dependency >
214
214
<groupId >dev.krud</groupId >
215
215
<artifactId >spring-boot-starter-shapeshift</artifactId >
216
- <version >0.0.1-SNAPSHOT </version >
216
+ <version >0.0.1</version >
217
217
</dependency >
218
218
</dependencies >
219
219
</dependencyManagement >
Original file line number Diff line number Diff line change 13
13
<modelVersion >4.0.0</modelVersion >
14
14
<artifactId >shapeshift</artifactId >
15
15
<name >shapeshift</name >
16
- <version >0.0.1-SNAPSHOT </version >
16
+ <version >0.0.1</version >
17
17
18
18
<parent >
19
19
<groupId >dev.krud</groupId >
20
20
<artifactId >shapeshift-parent</artifactId >
21
- <version >0.0.1-SNAPSHOT </version >
21
+ <version >0.0.1</version >
22
22
</parent >
23
23
</project >
Original file line number Diff line number Diff line change 13
13
<modelVersion >4.0.0</modelVersion >
14
14
<artifactId >spring-boot-starter-shapeshift</artifactId >
15
15
<name >spring-boot-starter-shapeshift</name >
16
- <version >0.0.1-SNAPSHOT </version >
16
+ <version >0.0.1</version >
17
17
18
18
<parent >
19
19
<groupId >dev.krud</groupId >
20
20
<artifactId >shapeshift-parent</artifactId >
21
- <version >0.0.1-SNAPSHOT </version >
21
+ <version >0.0.1</version >
22
22
</parent >
23
23
24
24
<properties >
You can’t perform that action at this time.
0 commit comments