Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
multicatch committed Jun 24, 2020
1 parent 2c9ab50 commit 41c5847
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cucumber-audit-common/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>cucumber-audit</artifactId>
<groupId>io.github.multicatch</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cucumber-audit-context/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>cucumber-audit</artifactId>
<groupId>io.github.multicatch</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cucumber-audit-junit/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>cucumber-audit</artifactId>
<groupId>io.github.multicatch</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cucumber-audit-plugins/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>cucumber-audit</artifactId>
<groupId>io.github.multicatch</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cucumber-audit-scenarios/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>cucumber-audit</artifactId>
<groupId>io.github.multicatch</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cucumber-audit-standalone/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>cucumber-audit</artifactId>
<groupId>io.github.multicatch</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cucumber-audit-stepdefs/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>cucumber-audit</artifactId>
<groupId>io.github.multicatch</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cucumber-audit-variables/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>cucumber-audit</artifactId>
<groupId>io.github.multicatch</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.multicatch</groupId>
<artifactId>cucumber-audit</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<modules>
<module>cucumber-audit-common</module>
<module>cucumber-audit-context</module>
Expand Down

0 comments on commit 41c5847

Please sign in to comment.