From 6930321987eec4839871d1e8465088bde78e49ff Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Wed, 18 Dec 2019 08:51:15 -0500 Subject: [PATCH 1/3] [maven-release-plugin] prepare release jenkins-test-harness-2.58 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5535dbe95..be691cfb7 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ THE SOFTWARE. org.jenkins-ci.main jenkins-test-harness - ${revision}${changelist} + 2.58 Test harness for Jenkins and plugins Harness used to run functional tests of Jenkins core and plugins. @@ -43,7 +43,7 @@ THE SOFTWARE. scm:git:git://github.com/jenkinsci/${project.artifactId}.git scm:git:ssh://git@github.com/jenkinsci/${project.artifactId}.git https://github.com/jenkinsci/${project.artifactId} - ${scmTag} + jenkins-test-harness-2.58 From c393ddd9ef855202057fee1504f141847dfc1288 Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Wed, 18 Dec 2019 08:51:34 -0500 Subject: [PATCH 2/3] [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index be691cfb7..fb639eb4f 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ THE SOFTWARE. org.jenkins-ci.main jenkins-test-harness - 2.58 + ${revision}${changelist} Test harness for Jenkins and plugins Harness used to run functional tests of Jenkins core and plugins. @@ -43,11 +43,11 @@ THE SOFTWARE. scm:git:git://github.com/jenkinsci/${project.artifactId}.git scm:git:ssh://git@github.com/jenkinsci/${project.artifactId}.git https://github.com/jenkinsci/${project.artifactId} - jenkins-test-harness-2.58 + ${scmTag} - 2.58 + 2.59 -SNAPSHOT UTF-8 9.4.24.v20191120 From 9f71b323f9512736c87819ede21771c445261da7 Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Wed, 18 Dec 2019 13:59:12 +0000 Subject: [PATCH 3/3] Fix typo in test name --- .../hudson/test/TestCrumbIssuerConfigurationAsCodeTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/jvnet/hudson/test/TestCrumbIssuerConfigurationAsCodeTest.java b/src/test/java/org/jvnet/hudson/test/TestCrumbIssuerConfigurationAsCodeTest.java index fb79bbc74..7dab430ab 100644 --- a/src/test/java/org/jvnet/hudson/test/TestCrumbIssuerConfigurationAsCodeTest.java +++ b/src/test/java/org/jvnet/hudson/test/TestCrumbIssuerConfigurationAsCodeTest.java @@ -24,7 +24,7 @@ public class TestCrumbIssuerConfigurationAsCodeTest { public RuleChain chain = RuleChain.outerRule(j).around(logRule); @Test - public void testCrumpIssuerShouldBeSupportedWhenExportingConfiguration() throws Exception { + public void testCrumbIssuerShouldBeSupportedWhenExportingConfiguration() throws Exception { ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); ConfigurationAsCode.get().export(outputStream);