Skip to content

Instantly share code, notes, and snippets.

@gnodet
Created June 9, 2023 08:00
Show Gist options
  • Save gnodet/f8dfd3206ebf55d6e4610a25e683120b to your computer and use it in GitHub Desktop.
Save gnodet/f8dfd3206ebf55d6e4610a25e683120b to your computer and use it in GitHub Desktop.
diff maven-3.0.xsd maven-3.9.x.xsd
➜ maven3 git:(maven-3.0) ✗ diff maven-3.0.xsd maven-3.9.x.xsd
122a123,124
> <xs:attribute name="child.project.url.inherit.append.path" type="xs:string" use="optional">
> </xs:attribute>
184a187,192
> <xs:attribute name="child.scm.connection.inherit.append.path" type="xs:string" use="optional">
> </xs:attribute>
> <xs:attribute name="child.scm.developerConnection.inherit.append.path" type="xs:string" use="optional">
> </xs:attribute>
> <xs:attribute name="child.scm.url.inherit.append.path" type="xs:string" use="optional">
> </xs:attribute>
407a416,417
> <xs:attribute name="child.site.url.inherit.append.path" type="xs:string" use="optional">
> </xs:attribute>
700,701d709
< <xs:element minOccurs="0" name="mergeId" type="xs:string">
< </xs:element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment