Skip to content

Commit 04f4da9

Browse files
committedJul 17, 2018
Update releaes notes, refs #27
1 parent 678e997 commit 04f4da9

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed
 

‎History.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# 1.0.0-SNAPSHOT / 2018-??-??
2-
3-
4-
# 1.0.0.beta1 / 2018-07-16
1+
# 1.0.0.beta2 / 2018-07-17
52

63
* First release of pmdtester
74

@@ -36,3 +33,4 @@ but might contains bugs.
3633
* [#24](https://github.com/pmd/pmd-regression-tester/pull/24): Adding a logging framework for PmdTester - [BBG](https://github.com/djydewang)
3734
* [#25](https://github.com/pmd/pmd-regression-tester/pull/25): Remove working directory substring from filename of pmd violation - [BBG](https://github.com/djydewang)
3835
* [#26](https://github.com/pmd/pmd-regression-tester/pull/26): Release pmdtester 1.0.0.beta1 - [BBG](https://github.com/djydewang)
36+
* [#27](https://github.com/pmd/pmd-regression-tester/pull/27): Release pmdtester 1.0.0.beta2 - [BBG](https://github.com/djydewang)

‎Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Hoe.plugin :git
1414
hoe = Hoe.spec 'pmdtester' do
1515
self.version = PmdTester::Options::VERSION
1616

17-
developer 'Andreas Dangle', 'andreas.dangel@adangel.org'
17+
developer 'Andreas Dangel', 'andreas.dangel@adangel.org'
1818
developer 'Binguo Bao', 'djydewang@gmail.com'
1919

2020
self.clean_globs = %w[target/reports/**/* target/test/**/*]

0 commit comments

Comments
 (0)
Please sign in to comment.