Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noconnor committed Jun 7, 2024
1 parent 2463bf5 commit 7e92597
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 13 deletions.
7 changes: 3 additions & 4 deletions junit4-examples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<parent>
<artifactId>junitperf-parent</artifactId>
<groupId>com.github.noconnor</groupId>
<version>1.36.0-SNAPSHOT</version>
<version>1.36.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>junit4-examples</artifactId>
Expand All @@ -18,7 +17,7 @@
<dependency>
<groupId>com.github.noconnor</groupId>
<artifactId>junitperf</artifactId>
<version>1.36.0-SNAPSHOT</version>
<version>1.36.0</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.36.0-SNAPSHOT</version>
<version>1.36.0</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.36.0-SNAPSHOT</version>
<version>1.36.0</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.36.0-SNAPSHOT</version>
<version>1.36.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.36.0-SNAPSHOT</version>
<version>1.36.0</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.36.0-SNAPSHOT</version>
<version>1.36.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.36.0-SNAPSHOT</version>
<version>1.36.0</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.36.0-SNAPSHOT</version>
<version>1.36.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
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.36.0-SNAPSHOT</version>
<version>1.36.0</version>
<packaging>pom</packaging>

<name>junitperf</name>
Expand Down Expand Up @@ -210,7 +210,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.36.0</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 7e92597

Please sign in to comment.