Skip to content

Commit

Permalink
5.4.7-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
sarhatabaot committed Oct 17, 2021
1 parent 6e03647 commit c73491a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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>net.tinetwork.tradingcards</groupId>
<artifactId>tradingcards-parent</artifactId>
<version>5.4.6</version>
<version>5.4.7-SNAPSHOT</version>
<packaging>pom</packaging>

<name>TradingCards Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion tradingcards-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.tinetwork.tradingcards</groupId>
<artifactId>tradingcards-parent</artifactId>
<version>5.4.6</version>
<version>5.4.7-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions tradingcards-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>net.tinetwork.tradingcards</groupId>
<artifactId>tradingcards-parent</artifactId>
<version>5.4.6</version>
<version>5.4.7-SNAPSHOT</version>
</parent>


Expand Down Expand Up @@ -135,7 +135,7 @@
<dependency>
<groupId>net.tinetwork.tradingcards</groupId>
<artifactId>tradingcards-api</artifactId>
<version>5.4.6</version>
<version>5.4.7-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit c73491a

Please sign in to comment.