Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbisutti committed Nov 21, 2023
1 parent 92248c2 commit dbf5f71
Show file tree
Hide file tree
Showing 45 changed files with 140 additions and 140 deletions.
28 changes: 14 additions & 14 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,76 +15,76 @@
<parent>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>quick-perf-bom</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
<packaging>pom</packaging>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-jfr-annotations</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-sql-annotations</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit5</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-testng</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-sql-spring4</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-sql-spring5</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4-spring3</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4-spring4</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4-spring5</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-springboot1-sql-starter</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-springboot2-sql-starter</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions junit4/junit4-12-jvm-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4-parent</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -40,13 +40,13 @@
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-jfr-annotations</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions junit4/junit4-13-1-jvm-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4-parent</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>quick-perf-junit4-13-1-jvm-test</artifactId>
Expand All @@ -41,7 +41,7 @@
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions junit4/junit4-13-2-jvm-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4-parent</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>quick-perf-junit4-13-2-jvm-test</artifactId>
Expand All @@ -41,7 +41,7 @@
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions junit4/junit4-13-jvm-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4-parent</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>quick-perf-junit4-13-jvm-test</artifactId>
Expand All @@ -41,7 +41,7 @@
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions junit4/junit4-5-jvm-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4-parent</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>quick-perf-junit4-5-jvm-test</artifactId>
Expand All @@ -41,7 +41,7 @@
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions junit4/junit4-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4-parent</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -31,12 +31,12 @@
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-core</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-jvm-annotations</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
10 changes: 5 additions & 5 deletions junit4/junit4-sql-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4-parent</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -35,19 +35,19 @@
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-sql-annotations</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-sql-memory-test-util</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand All @@ -61,7 +61,7 @@
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-sql-hibernate-test-util</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
2 changes: 1 addition & 1 deletion junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 4 additions & 4 deletions junit5/junit5-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit5-parent</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -24,12 +24,12 @@
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-core</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-jvm-annotations</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit5-test-util</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
8 changes: 4 additions & 4 deletions junit5/junit5-jvm-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit5-parent</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -32,21 +32,21 @@
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit5</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit5-test-util</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-jfr-annotations</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
12 changes: 6 additions & 6 deletions junit5/junit5-sql-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit5-parent</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -32,34 +32,34 @@
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit5</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-sql-annotations</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit5-test-util</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-sql-memory-test-util</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-sql-hibernate-test-util</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
2 changes: 1 addition & 1 deletion junit5/junit5-test-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit5-parent</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading

0 comments on commit dbf5f71

Please sign in to comment.