Skip to content

Commit

Permalink
fix version in poms
Browse files Browse the repository at this point in the history
  • Loading branch information
tommaso-borgato committed Dec 4, 2024
1 parent 7647e8d commit 6f899fa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>xtf-parent</artifactId>
<groupId>cz.xtf</groupId>
<version>0.36-issue-597-SNAPSHOT</version>
<version>0.36-SNAPSHOT</version>
</parent>

<artifactId>builder</artifactId>
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>xtf-parent</artifactId>
<groupId>cz.xtf</groupId>
<version>0.36-issue-597-SNAPSHOT</version>
<version>0.36-SNAPSHOT</version>
</parent>

<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>xtf-parent</artifactId>
<groupId>cz.xtf</groupId>
<version>0.36-issue-597-SNAPSHOT</version>
<version>0.36-SNAPSHOT</version>
</parent>

<artifactId>http-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>xtf-parent</artifactId>
<groupId>cz.xtf</groupId>
<version>0.36-issue-597-SNAPSHOT</version>
<version>0.36-SNAPSHOT</version>
</parent>

<artifactId>junit5</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 @@
<groupId>cz.xtf</groupId>
<artifactId>xtf-parent</artifactId>
<packaging>pom</packaging>
<version>0.36-issue-597-SNAPSHOT</version>
<version>0.36-SNAPSHOT</version>
<name>XTF</name>
<description>XTF is a framework designed to ease up aspects of testing in OpenShift environment.</description>
<url>https://github.com/xtf-cz/xtf/</url>
Expand Down
2 changes: 1 addition & 1 deletion test-helpers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>xtf-parent</artifactId>
<groupId>cz.xtf</groupId>
<version>0.36-issue-597-SNAPSHOT</version>
<version>0.36-SNAPSHOT</version>
</parent>

<artifactId>test-helpers</artifactId>
Expand Down

0 comments on commit 6f899fa

Please sign in to comment.