Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Jul 24, 2022
1 parent 0de77f4 commit f584e2c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cukedoctor-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.cukedoctor</groupId>
<artifactId>cukedoctor</artifactId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
</parent>

<artifactId>cukedoctor-converter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cukedoctor-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cukedoctor</artifactId>
<groupId>com.github.cukedoctor</groupId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cukedoctor-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>cukedoctor</artifactId>
<groupId>com.github.cukedoctor</groupId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
</parent>

<artifactId>cukedoctor-main</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cukedoctor-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>cukedoctor</artifactId>
<groupId>com.github.cukedoctor</groupId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
</parent>

<artifactId>cukedoctor-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cukedoctor-multipage-layout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.cukedoctor</groupId>
<artifactId>cukedoctor</artifactId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cukedoctor-section-layout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.cukedoctor</groupId>
<artifactId>cukedoctor</artifactId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cukedoctor-spi-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.cukedoctor</groupId>
<artifactId>cukedoctor</artifactId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</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 @@ -11,7 +11,7 @@

<groupId>com.github.cukedoctor</groupId>
<artifactId>cukedoctor</artifactId>
<version>3.7.1-SNAPSHOT</version>
<version>3.8.0</version>
<packaging>pom</packaging>

<name>cukedoctor</name>
Expand Down

0 comments on commit f584e2c

Please sign in to comment.