Skip to content

Commit 423c19d

Browse files
committed
chore(release): v0.0.1
1 parent 7f29360 commit 423c19d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<groupId>dev.krud</groupId>
1515
<artifactId>shapeshift-parent</artifactId>
1616
<name>shapeshift-parent</name>
17-
<version>0.0.1-SNAPSHOT</version>
17+
<version>0.0.1</version>
1818
<packaging>pom</packaging>
1919
<url>https://github.com/krud-dev/shapeshift</url>
2020
<description>A Kotlin library for intelligent object mapping.</description>
@@ -208,12 +208,12 @@
208208
<dependency>
209209
<groupId>dev.krud</groupId>
210210
<artifactId>shapeshift</artifactId>
211-
<version>0.0.1-SNAPSHOT</version>
211+
<version>0.0.1</version>
212212
</dependency>
213213
<dependency>
214214
<groupId>dev.krud</groupId>
215215
<artifactId>spring-boot-starter-shapeshift</artifactId>
216-
<version>0.0.1-SNAPSHOT</version>
216+
<version>0.0.1</version>
217217
</dependency>
218218
</dependencies>
219219
</dependencyManagement>

shapeshift/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
<modelVersion>4.0.0</modelVersion>
1414
<artifactId>shapeshift</artifactId>
1515
<name>shapeshift</name>
16-
<version>0.0.1-SNAPSHOT</version>
16+
<version>0.0.1</version>
1717

1818
<parent>
1919
<groupId>dev.krud</groupId>
2020
<artifactId>shapeshift-parent</artifactId>
21-
<version>0.0.1-SNAPSHOT</version>
21+
<version>0.0.1</version>
2222
</parent>
2323
</project>

spring-boot-starter-shapeshift/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
<modelVersion>4.0.0</modelVersion>
1414
<artifactId>spring-boot-starter-shapeshift</artifactId>
1515
<name>spring-boot-starter-shapeshift</name>
16-
<version>0.0.1-SNAPSHOT</version>
16+
<version>0.0.1</version>
1717

1818
<parent>
1919
<groupId>dev.krud</groupId>
2020
<artifactId>shapeshift-parent</artifactId>
21-
<version>0.0.1-SNAPSHOT</version>
21+
<version>0.0.1</version>
2222
</parent>
2323

2424
<properties>

0 commit comments

Comments
 (0)