Skip to content

Commit

Permalink
Bump POM version from 2.0.18 to 2.0.19-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
tntim96 committed Sep 25, 2024
1 parent 56db621 commit 6813b77
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion plugin-parent/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.tntim96</groupId>
<artifactId>jscover-parent-maven-plugin</artifactId>
<version>2.0.18</version>
<version>2.0.19-SNAPSHOT</version>
</parent>

<artifactId>jscover-common-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugin-parent/coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.tntim96</groupId>
<artifactId>jscover-parent-maven-plugin</artifactId>
<version>2.0.18</version>
<version>2.0.19-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion plugin-parent/file-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.tntim96</groupId>
<artifactId>jscover-parent-maven-plugin</artifactId>
<version>2.0.18</version>
<version>2.0.19-SNAPSHOT</version>
</parent>

<artifactId>jscover-file-maven-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions plugin-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<parent>
<groupId>com.github.tntim96</groupId>
<artifactId>jscover-maven-plugin</artifactId>
<version>2.0.18</version>
<version>2.0.19-SNAPSHOT</version>
</parent>
<artifactId>jscover-parent-maven-plugin</artifactId>
<version>2.0.18</version>
<version>2.0.19-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JSCover Plugin Parent Project</name>

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

<artifactId>jscover-report-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugin-parent/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.tntim96</groupId>
<artifactId>jscover-parent-maven-plugin</artifactId>
<version>2.0.18</version>
<version>2.0.19-SNAPSHOT</version>
</parent>

<artifactId>jscover-server-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.tntim96</groupId>
<artifactId>jscover-maven-plugin</artifactId>
<version>2.0.18</version>
<version>2.0.19-SNAPSHOT</version>
<description>Plugin to run web-tests (e.g. Jasmine, QUnit) with WebDriver and JSCover</description>
<packaging>pom</packaging>

Expand Down

0 comments on commit 6813b77

Please sign in to comment.