Skip to content

Commit

Permalink
#50 - Setting version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
starnowski committed Aug 24, 2024
1 parent d483e4a commit 42852eb
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ For Hibernate 5 add project to your pom.xml
<dependency>
<groupId>com.github.starnowski.posmulten.hibernate</groupId>
<artifactId>hibernate5</artifactId>
<version>0.3.1</version>
<version>0.4.0</version>
</dependency>

<!-- hibernate dependency -->
Expand All @@ -72,7 +72,7 @@ For Hibernate 6 add project to your pom.xml
<dependency>
<groupId>com.github.starnowski.posmulten.hibernate</groupId>
<artifactId>hibernate6</artifactId>
<version>0.3.1</version>
<version>0.4.0</version>
</dependency>

<!-- hibernate dependency -->
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.starnowski.posmulten.hibernate</groupId>
<artifactId>parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hibernate5-functional-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.github.starnowski.posmulten.hibernate</groupId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hibernate5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.github.starnowski.posmulten.hibernate</groupId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hibernate6-functional-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.starnowski.posmulten.hibernate</groupId>
<artifactId>parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>hibernate6-functional-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hibernate6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.starnowski.posmulten.hibernate</groupId>
<artifactId>parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>hibernate6</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>com.github.starnowski.posmulten.hibernate</groupId>
<artifactId>parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<modules>
<module>hibernate5</module>
<module>test-utils</module>
Expand Down
2 changes: 1 addition & 1 deletion test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.github.starnowski.posmulten.hibernate</groupId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 42852eb

Please sign in to comment.