<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.arconia.migrations</groupId>
  <artifactId>rewrite-bom</artifactId>
  <version>0.14.2</version>
  <packaging>pom</packaging>
  <name>Arconia Migrations BOM</name>
  <description>Arconia Migrations Bill of Materials.</description>
  <url>https://github.com/arconia-io/arconia-migrations</url>
  <inceptionYear>2025</inceptionYear>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ThomasVitale</id>
      <name>Thomas Vitale</name>
      <url>https://thomasvitale.com</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/arconia-io/arconia-migrations.git</connection>
    <developerConnection>scm:git:ssh://github.com/arconia-io/arconia-migrations.git</developerConnection>
    <url>https://github.com/arconia-io/arconia-migrations</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>io.arconia.migrations</groupId>
        <artifactId>rewrite-arconia</artifactId>
        <version>0.14.2</version>
      </dependency>
      <dependency>
        <groupId>io.arconia.migrations</groupId>
        <artifactId>rewrite-docling</artifactId>
        <version>0.14.2</version>
      </dependency>
      <dependency>
        <groupId>io.arconia.migrations</groupId>
        <artifactId>rewrite-spring</artifactId>
        <version>0.14.2</version>
      </dependency>
      <dependency>
        <groupId>io.arconia.migrations</groupId>
        <artifactId>rewrite-test</artifactId>
        <version>0.14.2</version>
      </dependency>
      <dependency>
        <groupId>org.openrewrite.recipe</groupId>
        <artifactId>rewrite-recipe-bom</artifactId>
        <version>3.32.0</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
