Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
ansible-tomcat 242: smal bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anja Siek committed Jan 15, 2018
1 parent d3403e9 commit 13cd3c6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 242

Anja Siek (2):

* fix syntax-typo
* fix major version

# 241

Alvaro Aleman (1):
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
241
242
2 changes: 1 addition & 1 deletion spec/default/tomcat_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
its(:content) { should match /"vendor": "Silpion"/ }
its(:content) { should match /"vendor_url": "http:\/\/silpion.de"/ }
its(:content) { should match /"vendor_github": "https:\/\/github.com\/silpion"/ }
its(:content) { should match /"role_version": "2.3.0"/ }
its(:content) { should match /"role_version": "242"/ }
end
end

0 comments on commit 13cd3c6

Please sign in to comment.