You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:27:08 UTC

[sling-tooling-jenkins] annotated tag org.apache.sling.performance.base-1.0.2 created (now 6b4d098)

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a change to annotated tag org.apache.sling.performance.base-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git.


      at 6b4d098  (tag)
 tagging b20001c21dce20621fc16562ac122374602afa7c (commit)
      by Radu Cotescu
      on Mon Mar 23 20:37:01 2015 +0000

- Log -----------------------------------------------------------------
org.apache.sling.performance.base-1.0.2
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new df68289  SLING-2311 - adding small performance test suite. Based heavily on the work of Antonio Sanso and the Jackrabbit team (Thanks!!!)
     new 0419154  SLING-2311 - removing extraneous listener fields
     new edda8ef  SLING-2311 - renaming tests to clarify that they are trying to resovle non-existing resources
     new b15d208  SLING-2593 - Improvement for the Sling performance tools. Adding first part of the patch provided from Christian Vazzolla:  Created a new maven project that contains only the sling performance tests and left the framework(tool) related part in the base project as we would like to use the framework for performance testing in other projects also. Thanks Christian!
     new eb67a44  SLING-2593 - Improvement for the Sling performance tools. Adding patch provided from Christian Vazzolla. Thanks Christian!
     new 9b5a2d9  SLING-2593 - Improvement for the Sling performance tools. adjusting formatting in order to be Sling compliant
     new df2a0fa  Set svn:ignore
     new 384edbc  SLING-2593 - Improvement for the Sling performance tools. Removed XML Report type since is not implemented. Changed getenv with getProperty. Removed 2 unused classes (AbstractPerformanceTest, AbstractTest)
     new f05b35e  SLING-2593 - Improvement for the Sling performance tools. Adding Report level parameter. Thanks Christian Vazzolla for the patch.
     new 022be37  SLING-2729 - Performance Testing suite: Modified ReportLogger to log the test case name
     new 7979bf8  SLING-2727 - Allow PerformanceRunner to run tests provided by a factory method
     new 81e762c  SLING-2727 - Allow PerformanceRunner to run tests provided by a factory method
     new a3c136f  SLING-3294 - Simplify Performance Test Creation
     new defc4ef  @releng removing intermediate parent pom and adding the modules to the reactor
     new 19f3f84  Add some simple performance test examples
     new bd4da1a  SLING-3579 - Allow performance tests to report custom class name to the report logger
     new c431d74  SLING-3746 - Combining Sling performance and Sling Junit
     new 2bca758  Update to latest parent pom 20
     new 61f259b  Update to Sling Parent POM 22 with baselining enabled
     new 4f20e50  @trivial Converted mixed tabs and spaces indentation to spaces
     new 7a5cbfc  SLING-4494 - Performance: update performance test framework to allow comparison of results
     new d800d03  @trivial: whitespace changes
     new cdcc9a2  [maven-release-plugin] prepare release org.apache.sling.performance.base-0.0.2
     new fb0146f  [maven-release-plugin] rollback the release of org.apache.sling.performance.base-0.0.2
     new 373864a  @trivial: corrected SCM info
     new 59d2348  [maven-release-plugin] prepare release org.apache.sling.performance.base-0.0.2
     new 405155f  [maven-release-plugin] prepare for next development iteration
     new 630f2b7  [maven-release-plugin] prepare release org.apache.sling.performance.base-1.0.2
     new b20001c  [maven-release-plugin]  copy for tag org.apache.sling.performance.base-1.0.2

The 29 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].

[sling-tooling-jenkins] 03/03: [maven-release-plugin] copy for tag org.apache.sling.performance.base-1.0.2

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.performance.base-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git

commit b20001c21dce20621fc16562ac122374602afa7c
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Mon Mar 23 20:37:01 2015 +0000

    [maven-release-plugin]  copy for tag org.apache.sling.performance.base-1.0.2
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.performance.base-1.0.2@1668724 13f79535-47bb-0310-9956-ffa450edef68

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-tooling-jenkins] 01/03: [maven-release-plugin] prepare for next development iteration

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.performance.base-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git

commit 405155fc6214d4c1a26afe07f16f9c0776cdaa8b
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Mon Mar 23 20:14:44 2015 +0000

    [maven-release-plugin] prepare for next development iteration
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/performance/base@1668717 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0c1fc02..43c5ae3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.performance.base</artifactId>
-    <version>0.0.2</version>
+    <version>0.0.3-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Performance Test Utilities</name>
@@ -38,9 +38,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.performance.base-0.0.2</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.performance.base-0.0.2</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.performance.base-0.0.2</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/performance/base</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/performance/base</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/performance/base</url>
     </scm>
 
     <dependencies>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-tooling-jenkins] 02/03: [maven-release-plugin] prepare release org.apache.sling.performance.base-1.0.2

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.performance.base-1.0.2
in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git

commit 630f2b7d02ccd17d87f1b6ade799842f0e03a868
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Mon Mar 23 20:36:45 2015 +0000

    [maven-release-plugin] prepare release org.apache.sling.performance.base-1.0.2
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/performance/base@1668722 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 43c5ae3..1b303e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.performance.base</artifactId>
-    <version>0.0.3-SNAPSHOT</version>
+    <version>1.0.2</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Performance Test Utilities</name>
@@ -38,9 +38,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/performance/base</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/performance/base</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/performance/base</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.performance.base-1.0.2</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.performance.base-1.0.2</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.performance.base-1.0.2</url>
     </scm>
 
     <dependencies>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.