Skip to content

Commit

Permalink
roll to 0.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
John Sissler committed Dec 4, 2018
1 parent 0735420 commit 7e3c64d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions loansum-pricer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.syndloanhub.loansum</groupId>
<artifactId>loansum-parent</artifactId>
<version>0.1.0-beta</version>
<version>0.2.0-SNAPSHOT</version>
</parent>

<artifactId>loansum-pricer</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.syndloanhub.loansum</groupId>
<artifactId>loansum-product</artifactId>
<version>0.1.0-beta</version>
<version>0.2.0-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion loansum-product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.syndloanhub.loansum</groupId>
<artifactId>loansum-parent</artifactId>
<version>0.1.0-beta</version>
<version>0.2.0-SNAPSHOT</version>
</parent>

<artifactId>loansum-product</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions loansum-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.syndloanhub.loansum</groupId>
<artifactId>loansum-parent</artifactId>
<version>0.1.0-beta</version>
<version>0.2.0-SNAPSHOT</version>
</parent>

<artifactId>loansum-service</artifactId>
Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>com.syndloanhub.loansum</groupId>
<artifactId>loansum-pricer</artifactId>
<version>0.1.0-beta</version>
<version>0.2.0-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.syndloanhub.loansum</groupId>
<artifactId>loansum-parent</artifactId>
<version>0.1.0-beta</version>
<version>0.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>LoanSUM-Parent</name>

Expand Down

0 comments on commit 7e3c64d

Please sign in to comment.