Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release-1.0.0-RC7
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbisutti committed Jun 20, 2020
1 parent c1830e5 commit c8770fe
Show file tree
Hide file tree
Showing 18 changed files with 47 additions and 47 deletions.
20 changes: 10 additions & 10 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,56 +15,56 @@
<parent>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>quick-perf-bom</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
<packaging>pom</packaging>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-sql-annotations</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit5</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-testng</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-sql-spring5</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4-spring3</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4-spring4</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4-spring5</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</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.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.0-SNAPSHOT</version>
<version>1.0.0-RC7</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.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-jvm-annotations</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</dependency>
<dependency>
<groupId>junit</groupId>
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.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 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.0-SNAPSHOT</version>
<version>1.0.0-RC7</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.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-jvm-annotations</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<artifactId>quick-perf</artifactId>
<groupId>org.quickperf</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions jvm/jvm-annotations/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-jvm-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-core</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<artifactId>quick-perf</artifactId>
<groupId>org.quickperf</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<artifactId>quick-perf</artifactId>
<packaging>pom</packaging>
<name>quick-perf</name>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>

<inceptionYear>2019</inceptionYear>

Expand All @@ -36,7 +36,7 @@
<connection>scm:git:https://github.com/quick-perf/quickperf.git</connection>
<developerConnection>scm:git:[email protected]:quick-perf/quickperf.git</developerConnection>
<url>https://github.com/quick-perf/quickperf</url>
<tag>HEAD</tag>
<tag>release-1.0.0-RC7</tag>
</scm>

<properties>
Expand All @@ -53,7 +53,7 @@
<jcl-over-slf4j.version>1.7.25</jcl-over-slf4j.version>
<javadoc-subpackages />
<javadoc-sourceFileIncludes>**\/\*.java</javadoc-sourceFileIncludes>
<project.build.outputTimestamp>2020-02-25T08:00:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2020-06-20T22:16:29Z</project.build.outputTimestamp>
<jar.skipIfEmpty>true</jar.skipIfEmpty>
</properties>

Expand Down
8 changes: 4 additions & 4 deletions spring/junit4-spring3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<parent>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-spring</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>quick-perf-junit4-spring3</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>

<properties>
<maven.compiler.source>1.7</maven.compiler.source>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</dependency>

<dependency>
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-sql-annotations</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions spring/junit4-spring4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<parent>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-spring</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>quick-perf-junit4-spring4</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>

<properties>
<maven.compiler.source>1.7</maven.compiler.source>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</dependency>

<dependency>
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-sql-annotations</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions spring/junit4-spring5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<parent>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-spring</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>quick-perf-junit4-spring5</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand All @@ -32,13 +32,13 @@
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-junit4</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</dependency>

<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-sql-spring5</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion spring/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.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions spring/sql-spring5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<artifactId>quick-perf-spring</artifactId>
<groupId>org.quickperf</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-sql-annotations</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<artifactId>quick-perf</artifactId>
<groupId>org.quickperf</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions sql/sql-annotations/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-sql-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-core</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</dependency>
<dependency>
<groupId>net.ttddyy</groupId>
Expand Down
2 changes: 1 addition & 1 deletion testng/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.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions testng/testng-listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-testng-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -32,12 +32,12 @@
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-core</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
<artifactId>quick-perf-jvm-annotations</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-RC7</version>
</dependency>
<dependency>
<groupId>org.quickperf</groupId>
Expand Down

0 comments on commit c8770fe

Please sign in to comment.