Skip to content

Commit

Permalink
Remove revision from schema checks
Browse files Browse the repository at this point in the history
We don't want revisions for 22.0+
  • Loading branch information
luk1337 committed Oct 19, 2024
1 parent da5a5f6 commit 64d1df6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manifest.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<xs:complexType name="project">
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="path" type="xs:string" use="required"/>
<xs:attribute name="revision" type="xs:string" use="required"/>
<xs:attribute name="groups" type="xs:string" use="required"/>
<xs:attribute name="clone-depth" type="xs:integer" use="required"/>
</xs:complexType>
Expand Down

0 comments on commit 64d1df6

Please sign in to comment.