Skip to content

Commit

Permalink
Release v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Miquel A. Ferran Gonzalez committed May 31, 2024
1 parent 5a6f60c commit a06eaff
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

# JavaSE Testing

Visit [project site](https://codeteapot.github.io/javase-testing/v0.1.4-SNAPSHOT) to see full
Visit [project site](https://codeteapot.github.io/javase-testing/v0.1.5) to see full
documentation.
2 changes: 1 addition & 1 deletion jacoco-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.github.codeteapot.testing</groupId>
<artifactId>javase-testing</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.5</version>
</parent>

<artifactId>jacoco-report</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion javase-testing-logging/javase-testing-logging-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.github.codeteapot.testing</groupId>
<artifactId>javase-testing-logging</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.5</version>
</parent>

<artifactId>javase-testing-logging-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.github.codeteapot.testing</groupId>
<artifactId>javase-testing-logging</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.5</version>
</parent>

<artifactId>javase-testing-logging-hamcrest</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.github.codeteapot.testing</groupId>
<artifactId>javase-testing-logging</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.5</version>
</parent>

<artifactId>javase-testing-logging-junit-jupiter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion javase-testing-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.github.codeteapot.testing</groupId>
<artifactId>javase-testing</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.5</version>
</parent>

<artifactId>javase-testing-logging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.github.codeteapot.testing</groupId>
<artifactId>javase-testing</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.5</version>
<packaging>pom</packaging>

<name>JavaSE Testing</name>
Expand Down
2 changes: 1 addition & 1 deletion release-tag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.github.codeteapot.testing</groupId>
<artifactId>javase-testing</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.5</version>
</parent>

<artifactId>release-tag</artifactId>
Expand Down

0 comments on commit a06eaff

Please sign in to comment.