Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noconnor committed Nov 25, 2021
1 parent 29ca33f commit 55fb8f9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions junit4-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.19.0-SNAPSHOT</version>
<version>1.19.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>junit4-examples</artifactId>
Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>com.github.noconnor</groupId>
<artifactId>junitperf</artifactId>
<version>1.19.0-SNAPSHOT</version>
<version>1.19.0</version>
<scope>test</scope>
</dependency>
</dependencies>
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.19.0-SNAPSHOT</version>
<version>1.19.0</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.19.0-SNAPSHOT</version>
<version>1.19.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>junitperf</artifactId>
Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>com.github.noconnor</groupId>
<artifactId>junitperf-core</artifactId>
<version>1.19.0-SNAPSHOT</version>
<version>1.19.0</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.19.0-SNAPSHOT</version>
<version>1.19.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>junitperf-junit5</artifactId>
Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>com.github.noconnor</groupId>
<artifactId>junitperf-core</artifactId>
<version>1.19.0-SNAPSHOT</version>
<version>1.19.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions 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.19.0-SNAPSHOT</version>
<version>1.19.0</version>
<packaging>pom</packaging>

<name>junitperf</name>
Expand Down Expand Up @@ -208,7 +208,7 @@
<connection>scm:git:ssh://git@github.com:noconnor/JUnitPerf.git</connection>
<developerConnection>scm:git:ssh://git@github.com:noconnor/JUnitPerf.git</developerConnection>
<url>git@github.com:noconnor/JUnitPerf.git</url>
<tag>1.17.1</tag>
<tag>1.19.0</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 55fb8f9

Please sign in to comment.