Skip to content

Commit 400835e

Browse files
committed
Prepare release 1.5.0
1 parent 49a6ceb commit 400835e

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

History.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# 1.4.2-SNAPSHOT / ????-??-??
2-
3-
## New and Noteworthy
1+
# 1.5.0 / 2022-05-06
42

53
## Enhancements
64

@@ -11,8 +9,6 @@
119

1210
* [#107](https://github.com/pmd/pmd-regression-tester/issues/107): Deprecated command line options is used: `-auxclasspath`
1311

14-
## External Contributions
15-
1612
# 1.4.1 / 2022-04-12
1713

1814
## Fixed Issues

lib/pmdtester.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# and unexpected behaviors will not be introduced to PMD project
3434
# after fixing an issue and new rules can work as expected.
3535
module PmdTester
36-
VERSION = '1.4.2-SNAPSHOT'
36+
VERSION = '1.5.0'
3737
BASE = 'base'
3838
PATCH = 'patch'
3939
PR_NUM_ENV_VAR = 'PMD_CI_PULL_REQUEST_NUMBER' # see PmdBranchDetail

pmdtester.gemspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake hoe:spec`.
22

33
# -*- encoding: utf-8 -*-
4-
# stub: pmdtester 1.4.2.pre.SNAPSHOT ruby lib
4+
# stub: pmdtester 1.5.0 ruby lib
55

66
Gem::Specification.new do |s|
77
s.name = "pmdtester".freeze
8-
s.version = "1.4.2.pre.SNAPSHOT"
8+
s.version = "1.5.0"
99

10-
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version=
10+
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
1111
s.metadata = { "bug_tracker_uri" => "https://github.com/pmd/pmd-regression-tester/issues", "homepage_uri" => "https://pmd.github.io", "source_code_uri" => "https://github.com/pmd/pmd-regression-tester" } if s.respond_to? :metadata=
1212
s.require_paths = ["lib".freeze]
1313
s.authors = ["Andreas Dangel".freeze, "Binguo Bao".freeze, "Cl\u00E9ment Fournier".freeze]
14-
s.date = "2022-04-12"
14+
s.date = "2022-05-06"
1515
s.description = "A regression testing tool ensure that new problems and unexpected behaviors will not be introduced to PMD project after fixing an issue , and new rules can work as expected.".freeze
1616
s.email = ["[email protected]".freeze, "[email protected]".freeze, "[email protected]".freeze]
1717
s.executables = ["pmdtester".freeze]

0 commit comments

Comments
 (0)