<project xmlns="http://maven.apache.org/POM/4.0.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>com.shopizer</groupId>
		<artifactId>shopizer-parent</artifactId>
		<version>3.2.2</version>
	</parent>
	<artifactId>shopizer-search-opensearch-starter</artifactId>
	<version>1.0.3</version>
	<packaging>pom</packaging>
	<properties>
		<java.version>11</java.version>
	</properties>

	<distributionManagement>
		<snapshotRepository>
			<id>ossrh</id>
			<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
		</snapshotRepository>
		<repository>
			<id>ossrh</id>
			<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
		</repository>
	</distributionManagement>

	<modules>
		<module>shopizer-search-opensearch-spring-boot-starter</module>
		<module>shopizer-search-opensearch-spring-boot-autoconfigure</module>
	</modules>

</project>