<?xml version="1.0" encoding="UTF-8"?> <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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>spring-cloud-zookeeper</artifactId> <packaging>pom</packaging> <parent> <groupId>com.baeldung.spring.cloud</groupId> <artifactId>spring-cloud</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> <modules> <module>Greeting</module> <module>HelloWorld</module> </modules> <properties> <spring-boot.version>1.5.2.RELEASE</spring-boot.version> <springframework.version>4.3.7.RELEASE</springframework.version> <spring-cloud-starter-zookeeper-discovery.version>1.0.3.RELEASE</spring-cloud-starter-zookeeper-discovery.version> </properties> </project>