<?xml version="1.0" encoding="utf-8"?>
<!--
This fixture is used by Drupal\Tests\update\Functional\UpdateSemverCoreTest.

It contains 2 releases:

- 10.4.0: testSecurityCoverageMessage() checks EOL date warnings on the Status Report.
- 10.5.0: testSecurityCoverageMessage() checks EOL date warnings on the Status Report.

-->
<project xmlns:dc="http://purl.org/dc/elements/1.1/">
    <title>Drupal</title>
    <short_name>drupal</short_name>
    <dc:creator>Drupal</dc:creator>
    <supported_branches>10.4.,10.5.</supported_branches>
    <project_status>published</project_status>
    <link>http://example.com/project/drupal</link>
    <terms><term><name>Projects</name><value>Drupal project</value></term></terms>
    <releases>
        <release>
            <name>Drupal 10.5.0</name>
            <version>10.5.0</version>
            <status>published</status>
            <release_link>http://example.com/drupal-10-5-0-release</release_link>
            <download_link>http://example.com/drupal-10-5-0.tar.gz</download_link>
            <date>1750424641</date>
            <terms>
                <term>
                    <name>Release type</name>
                    <value>New features</value>
                </term>
                <term>
                    <name>Release type</name>
                    <value>Bug fixes</value>
                </term>
            </terms>
        </release>
        <release>
          <name>Drupal 10.4.0</name>
          <version>10.4.0</version>
          <status>published</status>
          <release_link>http://example.com/drupal-10-4-0-release</release_link>
          <download_link>http://example.com/drupal-10-4-0.tar.gz</download_link>
          <date>1730424641</date>
          <terms>
            <term>
              <name>Release type</name>
              <value>New features</value>
            </term>
            <term>
              <name>Release type</name>
              <value>Bug fixes</value>
            </term>
          </terms>
        </release>
    </releases>
</project>
