Skip to content

Commit

Permalink
prepare for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbellmann committed Dec 21, 2023
1 parent 54c080d commit 45081dd
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/examples-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jbellmann.rwds</groupId>
<artifactId>examples</artifactId>
<version>0.0.4</version>
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>examples-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/examples-hibernate-spring-boot-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jbellmann.rwds</groupId>
<artifactId>examples</artifactId>
<version>0.0.4</version>
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>examples-hibernate-spring-boot-2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/examples-hibernate-spring-boot-3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jbellmann.rwds</groupId>
<artifactId>examples</artifactId>
<version>0.0.4</version>
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>examples-hibernate-spring-boot-3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/examples-jooq-code-generation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jbellmann.rwds</groupId>
<artifactId>examples</artifactId>
<version>0.0.4</version>
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>examples-jooq-code-generation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/examples-jooq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jbellmann.rwds</groupId>
<artifactId>examples</artifactId>
<version>0.0.4</version>
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>examples-jooq</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/examples-migrations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jbellmann.rwds</groupId>
<artifactId>examples</artifactId>
<version>0.0.4</version>
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>examples-migrations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/examples-test-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jbellmann.rwds</groupId>
<artifactId>examples</artifactId>
<version>0.0.4</version>
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>examples-test-support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jbellmann.rwds</groupId>
<artifactId>rw-ds-parent</artifactId>
<version>0.0.4</version>
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.jbellmann.rwds</groupId>
<artifactId>rw-ds-parent</artifactId>
<version>0.0.4</version>
<version>0.1.0-SNAPSHOT</version>
<name>rw-ds-parent</name>
<packaging>pom</packaging>
<description>Read-Write-DataSource Configuration for Spring-Boot</description>
Expand Down
2 changes: 1 addition & 1 deletion rw-ds-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jbellmann.rwds</groupId>
<artifactId>rw-ds-parent</artifactId>
<version>0.0.4</version>
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>rw-ds-autoconfigure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rw-ds-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jbellmann.rwds</groupId>
<artifactId>rw-ds-parent</artifactId>
<version>0.0.4</version>
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>rw-ds-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rw-ds-jacoco/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jbellmann.rwds</groupId>
<artifactId>rw-ds-parent</artifactId>
<version>0.0.4</version>
<version>0.1.0-SNAPSHOT</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion rw-ds-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jbellmann.rwds</groupId>
<artifactId>rw-ds-parent</artifactId>
<version>0.0.4</version>
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>rw-ds-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rw-ds-test-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.jbellmann.rwds</groupId>
<artifactId>rw-ds-parent</artifactId>
<version>0.0.4</version>
<version>0.1.0-SNAPSHOT</version>
</parent>

<artifactId>rw-ds-test-support</artifactId>
Expand Down

0 comments on commit 45081dd

Please sign in to comment.