Skip to content

Commit

Permalink
#116 - Update project version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
starnowski committed Mar 10, 2024
1 parent 09e4dbc commit 9269066
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You can use it just by adding it as a dependency in the project descriptor file
<dependency>
<groupId>com.github.starnowski.posjsonhelper</groupId>
<artifactId>hibernate5</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
```

Expand All @@ -48,7 +48,7 @@ You can use it just by adding it as a dependency in the project descriptor file
<dependency>
<groupId>com.github.starnowski.posjsonhelper</groupId>
<artifactId>hibernate6</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion core/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.posjsonhelper</groupId>
<version>0.3.0</version>
<version>0.3.1</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.posjsonhelper</groupId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hibernate6-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.starnowski.posjsonhelper</groupId>
<artifactId>parent</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

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

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

<artifactId>hibernate6-tests-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hibernate6-tests/hibernate6-tests-native-support-1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.starnowski.posjsonhelper</groupId>
<artifactId>hibernate6-tests</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>hibernate6-tests-native-support-1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hibernate6-tests/hibernate6-tests-native-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.starnowski.posjsonhelper</groupId>
<artifactId>hibernate6-tests</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>hibernate6-tests-native-support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hibernate6-tests/hibernate6-tests-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.starnowski.posjsonhelper</groupId>
<artifactId>hibernate6-tests</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

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

<artifactId>hibernate6-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 @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.github.starnowski.posjsonhelper</groupId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion json-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.starnowski.posjsonhelper</groupId>
<artifactId>parent</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<artifactId>json-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion poc/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.posjsonhelper</groupId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.posjsonhelper</groupId>
<artifactId>parent</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
<modules>
<module>poc</module>
<module>core</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.posjsonhelper</groupId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion text/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You can use it just by adding it as a dependency in the project descriptor file
<dependency>
<groupId>com.github.starnowski.posjsonhelper.text</groupId>
<artifactId>hibernate6-text</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
```

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

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

<groupId>com.github.starnowski.posjsonhelper.text</groupId>
Expand Down
2 changes: 1 addition & 1 deletion text/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.starnowski.posjsonhelper</groupId>
<artifactId>parent</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</parent>

<groupId>com.github.starnowski.posjsonhelper.text</groupId>
Expand Down

0 comments on commit 9269066

Please sign in to comment.