Skip to content

Commit

Permalink
Prepare next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
cgendreau committed Jan 30, 2024
1 parent 390c5d9 commit b11f4cd
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dina-base-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.aafc-bicoe</groupId>
<artifactId>dina-base-parent</artifactId>
<version>0.116</version>
<version>0.117-SNAPSHOT</version>
</parent>

<artifactId>dina-base-api</artifactId>
Expand Down Expand Up @@ -144,7 +144,7 @@
<dependency>
<groupId>io.github.aafc-bicoe</groupId>
<artifactId>dina-test-support</artifactId>
<version>0.116</version>
<version>0.117-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion dina-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.aafc-bicoe</groupId>
<artifactId>dina-base-parent</artifactId>
<version>0.116</version>
<version>0.117-SNAPSHOT</version>
</parent>

<artifactId>dina-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dina-messaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.aafc-bicoe</groupId>
<artifactId>dina-base-parent</artifactId>
<version>0.116</version>
<version>0.117-SNAPSHOT</version>
</parent>

<artifactId>dina-messaging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dina-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.aafc-bicoe</groupId>
<artifactId>dina-base-parent</artifactId>
<version>0.116</version>
<version>0.117-SNAPSHOT</version>
</parent>

<artifactId>dina-search</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dina-test-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.github.aafc-bicoe</groupId>
<artifactId>dina-base-parent</artifactId>
<version>0.116</version>
<version>0.117-SNAPSHOT</version>
</parent>

<artifactId>dina-test-support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dina-workbook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.aafc-bicoe</groupId>
<artifactId>dina-base-parent</artifactId>
<version>0.116</version>
<version>0.117-SNAPSHOT</version>
</parent>

<artifactId>dina-workbook</artifactId>
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>io.github.aafc-bicoe</groupId>
<artifactId>dina-base-parent</artifactId>
<version>0.116</version>
<version>0.117-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit b11f4cd

Please sign in to comment.