Skip to content

Commit

Permalink
Updating snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
noconnor committed Jun 17, 2023
1 parent bf834f1 commit 6c43cdf
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions junit4-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>junitperf-parent</artifactId>
<groupId>com.github.noconnor</groupId>
<version>1.27.0-SNAPSHOT</version>
<version>1.28.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>junit4-examples</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.github.noconnor</groupId>
<artifactId>junitperf</artifactId>
<version>1.27.0-SNAPSHOT</version>
<version>1.28.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions junit5-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>junitperf-parent</artifactId>
<groupId>com.github.noconnor</groupId>
<version>1.27.0-SNAPSHOT</version>
<version>1.28.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>junit5-examples</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.github.noconnor</groupId>
<artifactId>junitperf-junit5</artifactId>
<version>1.27.0-SNAPSHOT</version>
<version>1.28.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion junitperf-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>junitperf-parent</artifactId>
<groupId>com.github.noconnor</groupId>
<version>1.27.0-SNAPSHOT</version>
<version>1.28.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>junitperf-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions junitperf-junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>junitperf-parent</artifactId>
<groupId>com.github.noconnor</groupId>
<version>1.27.0-SNAPSHOT</version>
<version>1.28.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>junitperf</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.github.noconnor</groupId>
<artifactId>junitperf-core</artifactId>
<version>1.27.0-SNAPSHOT</version>
<version>1.28.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions junitperf-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>junitperf-parent</artifactId>
<groupId>com.github.noconnor</groupId>
<version>1.27.0-SNAPSHOT</version>
<version>1.28.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>junitperf-junit5</artifactId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.github.noconnor</groupId>
<artifactId>junitperf-core</artifactId>
<version>1.27.0-SNAPSHOT</version>
<version>1.28.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.noconnor</groupId>
<artifactId>junitperf-parent</artifactId>
<version>1.27.0-SNAPSHOT</version>
<version>1.28.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>junitperf</name>
Expand Down

0 comments on commit 6c43cdf

Please sign in to comment.