Skip to content

Commit

Permalink
#301 - Updated version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
starnowski committed Mar 6, 2024
1 parent 48cbda0 commit f85d91b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ You can use it just by adding it as a dependency in the project descriptor file
<dependency>
<groupId>com.github.starnowski.posmulten</groupId>
<artifactId>postgresql-core</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</dependency>
```

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>configuration-parent</artifactId>
<groupId>com.github.starnowski.posmulten.configuration</groupId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

<artifactId>configuration-yaml-interpreter-functional-tests</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>configuration-parent</artifactId>
<groupId>com.github.starnowski.posmulten.configuration</groupId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

Expand Down
2 changes: 1 addition & 1 deletion configuration-parent/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</groupId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion openwebstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.starnowski.posmulten</groupId>
<artifactId>parent</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

<artifactId>openwebstart</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.starnowski.posmulten</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
<modules>
<module>postgresql-core</module>
<module>postgresql-core-functional-tests</module>
Expand Down
2 changes: 1 addition & 1 deletion postgresql-core-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</groupId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion postgresql-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.posmulten</groupId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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</groupId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit f85d91b

Please sign in to comment.