Skip to content

Commit

Permalink
chore(release): v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Idane committed May 19, 2022
1 parent 7f29360 commit 423c19d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<groupId>dev.krud</groupId>
<artifactId>shapeshift-parent</artifactId>
<name>shapeshift-parent</name>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>pom</packaging>
<url>https://github.com/krud-dev/shapeshift</url>
<description>A Kotlin library for intelligent object mapping.</description>
Expand Down Expand Up @@ -208,12 +208,12 @@
<dependency>
<groupId>dev.krud</groupId>
<artifactId>shapeshift</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</dependency>
<dependency>
<groupId>dev.krud</groupId>
<artifactId>spring-boot-starter-shapeshift</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions shapeshift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>shapeshift</artifactId>
<name>shapeshift</name>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>

<parent>
<groupId>dev.krud</groupId>
<artifactId>shapeshift-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
</project>
4 changes: 2 additions & 2 deletions spring-boot-starter-shapeshift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-boot-starter-shapeshift</artifactId>
<name>spring-boot-starter-shapeshift</name>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>

<parent>
<groupId>dev.krud</groupId>
<artifactId>shapeshift-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>

<properties>
Expand Down

0 comments on commit 423c19d

Please sign in to comment.