Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Apr 14, 2020
1 parent 1dc2561 commit 3f63125
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion it-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.maven.jupiter.extension</groupId>
<artifactId>maven-it-extension</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion maven-executor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>maven-it-extension</artifactId>
<groupId>org.apache.maven.jupiter.extension</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion maven-it-assertj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.maven.jupiter.extension</groupId>
<artifactId>maven-it-extension</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>maven-it-assertj</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-it-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.maven.jupiter.extension</groupId>
<artifactId>maven-it-extension</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>maven-it-maven</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-it-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>maven-it-extension</artifactId>
<groupId>org.apache.maven.jupiter.extension</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>maven-it-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-jupiter-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.maven.jupiter.extension</groupId>
<artifactId>maven-it-extension</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>maven-jupiter-extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<groupId>org.apache.maven.jupiter.extension</groupId>
<artifactId>maven-it-extension</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>pom</packaging>

<scm>
Expand Down

0 comments on commit 3f63125

Please sign in to comment.