<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		 xmlns="http://maven.apache.org/POM/4.0.0"
		 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<parent>
		<artifactId>spring-cloud-tencent</artifactId>
		<groupId>com.tencent.cloud</groupId>
		<version>${revision}</version>
		<relativePath>../pom.xml</relativePath>
	</parent>
	<modelVersion>4.0.0</modelVersion>

	<artifactId>spring-cloud-tencent-examples</artifactId>
	<packaging>pom</packaging>
	<name>Spring Cloud Tencent Examples</name>
	<description>Examples of Spring Cloud Tencent</description>

	<modules>
		<module>multiple-discovery-example</module>
		<module>metadata-transfer-example</module>
		<module>polaris-router-grayrelease-example</module>
		<module>polaris-router-featureenv-example</module>
		<module>polaris-config-data-example</module>
		<module>quickstart-example</module>
		<module>lossless-example</module>
		<module>polaris-router-grayrelease-lane-example</module>
	</modules>

	<properties>
		<maven.deploy.skip>true</maven.deploy.skip>
	</properties>
</project>