Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<extensions>
<!-- The xmlns is load-bearing: Renovate's maven manager skips an extensions.xml
without a recognised EXTENSIONS namespace, so without it Nisse is never
updated. -->
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 https://maven.apache.org/xsd/core-extensions-1.0.0.xsd">
<!-- Derives ${nisse.jgit.dynamicVersion} from git state, so the tag is the
only version. See RELEASING.md in reqstool/.github. -->
<extension>
Expand Down
Loading