Skip to content

Commit

Permalink
fix: Schema Location to a dead end (spotbugs#2625)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeetigyaPod authored Oct 12, 2023
1 parent 4f34496 commit 4b46444
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Currently the versioning policy of this project follows [Semantic Versioning v2.

## Unreleased - 2022-??-??

### Fixed
- Fixed schema location for findbugsfilter.xsd ([[#1416](https://github.com/spotbugs/spotbugs/issues/1416)])

## 4.8.0 - 2023-10-11

### Changed
Expand Down
1 change: 1 addition & 0 deletions spotbugs/etc/findbugsfilter.xsd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="https://github.com/spotbugs/filter/3.0.0" elementFormDefault="unqualified"
xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/master/spotbugs/etc/findbugsfilter.xsd"
xmlns="http://www.w3.org/2001/XMLSchema" xmlns:fb="https://github.com/spotbugs/filter/3.0.0">

<element name="FindBugsFilter" type="fb:FindBugsFilterType"></element>
Expand Down

0 comments on commit 4b46444

Please sign in to comment.