|
|
|
@ -2,17 +2,17 @@
@@ -2,17 +2,17 @@
|
|
|
|
|
<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-netflix</artifactId> |
|
|
|
|
<version>1.2.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<packaging>pom</packaging> |
|
|
|
|
<name>Spring Cloud Netflix</name> |
|
|
|
|
<description>Spring Cloud Netflix</description> |
|
|
|
|
<parent> |
|
|
|
|
<groupId>org.springframework.cloud</groupId> |
|
|
|
|
<artifactId>spring-cloud-build</artifactId> |
|
|
|
|
<version>1.2.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<relativePath /> |
|
|
|
|
</parent> |
|
|
|
|
<artifactId>spring-cloud-netflix</artifactId> |
|
|
|
|
<version>1.2.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<packaging>pom</packaging> |
|
|
|
|
<name>Spring Cloud Netflix</name> |
|
|
|
|
<description>Spring Cloud Netflix</description> |
|
|
|
|
<scm> |
|
|
|
|
<url>https://github.com/spring-cloud/spring-cloud-netflix</url> |
|
|
|
|
<connection>scm:git:git://github.com/spring-cloud/spring-cloud-netflix.git</connection> |
|
|
|
|