Commit d23149a4 by Dave Syer

Rename platform->cloud

parent b0a44dba
...@@ -3,12 +3,12 @@ ...@@ -3,12 +3,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.platform</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-platform-netflix</artifactId> <artifactId>spring-cloud-netflix</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>spring-platform-netflix</name> <name>spring-cloud-netflix</name>
<description>Spring Platform Netflix</description> <description>Spring Cloud Netflix</description>
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
...@@ -19,17 +19,17 @@ ...@@ -19,17 +19,17 @@
</parent> </parent>
<modules> <modules>
<module>spring-platform-netflix-core</module> <module>spring-cloud-netflix-core</module>
<module>spring-platform-netflix-hystrix</module> <module>spring-cloud-netflix-hystrix</module>
<module>spring-platform-netflix-turbine</module> <module>spring-cloud-netflix-turbine</module>
<module>spring-platform-netflix-zuul</module> <module>spring-cloud-netflix-zuul</module>
</modules> </modules>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework.platform</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-platform-netflix-core</artifactId> <artifactId>spring-cloud-netflix-core</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.0.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -3,14 +3,14 @@ ...@@ -3,14 +3,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>spring-platform-netflix-core</artifactId> <artifactId>spring-cloud-netflix-core</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>spring-platform-netflix-core</name> <name>spring-cloud-netflix-core</name>
<description>Spring Platform Netflix Core</description> <description>Spring Cloud Netflix Core</description>
<parent> <parent>
<groupId>org.springframework.platform</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-platform-netflix</artifactId> <artifactId>spring-cloud-netflix</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.0.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
......
<?xml version="1.0" encoding="UTF-8"?> <?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"> <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> <modelVersion>4.0.0</modelVersion>
<artifactId>spring-platform-netflix-hystrix</artifactId> <artifactId>spring-cloud-netflix-hystrix</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<name>Spring Platform Netflix Hystrix</name> <name>Spring Cloud Netflix Hystrix</name>
<url>http://projects.spring.io/spring-platform/</url> <url>http://projects.spring.io/spring-cloud/</url>
<parent> <parent>
<groupId>org.springframework.platform</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-platform-netflix</artifactId> <artifactId>spring-cloud-netflix</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.0.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
...@@ -29,15 +29,15 @@ ...@@ -29,15 +29,15 @@
</build> </build>
<properties> <properties>
<spring-platform-config.version>1.0.0.BUILD-SNAPSHOT</spring-platform-config.version> <spring-cloud-config.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-config.version>
</properties> </properties>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework.platform</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-platform-config</artifactId> <artifactId>spring-cloud-config</artifactId>
<version>${spring-platform-config.version}</version> <version>${spring-cloud-config.version}</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
...@@ -49,16 +49,16 @@ ...@@ -49,16 +49,16 @@
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.platform</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-platform-netflix-core</artifactId> <artifactId>spring-cloud-netflix-core</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.platform</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-platform-config-client</artifactId> <artifactId>spring-cloud-config-client</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.netflix.eureka</groupId> <groupId>com.netflix.eureka</groupId>
......
<?xml version="1.0" encoding="UTF-8"?> <?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"> <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> <modelVersion>4.0.0</modelVersion>
<artifactId>spring-platform-netflix-turbine</artifactId> <artifactId>spring-cloud-netflix-turbine</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<name>Spring Platform Netflix Turbine</name> <name>Spring Cloud Netflix Turbine</name>
<url>http://projects.spring.io/spring-platform/</url> <url>http://projects.spring.io/spring-cloud/</url>
<parent> <parent>
<groupId>org.springframework.platform</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-platform-netflix</artifactId> <artifactId>spring-cloud-netflix</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.0.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
...@@ -29,15 +29,15 @@ ...@@ -29,15 +29,15 @@
</build> </build>
<properties> <properties>
<spring-platform-config.version>1.0.0.BUILD-SNAPSHOT</spring-platform-config.version> <spring-cloud-config.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-config.version>
</properties> </properties>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework.platform</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-platform-config</artifactId> <artifactId>spring-cloud-config</artifactId>
<version>${spring-platform-config.version}</version> <version>${spring-cloud-config.version}</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
...@@ -49,16 +49,16 @@ ...@@ -49,16 +49,16 @@
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.platform</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-platform-netflix-core</artifactId> <artifactId>spring-cloud-netflix-core</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.httpcomponents</groupId> <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.platform</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-platform-config-client</artifactId> <artifactId>spring-cloud-config-client</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.netflix.eureka</groupId> <groupId>com.netflix.eureka</groupId>
......
<?xml version="1.0" encoding="UTF-8"?> <?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"> <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> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.platform</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-platform-netflix-zuul</artifactId> <artifactId>spring-cloud-netflix-zuul</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.0.BUILD-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Spring Platform Netflix Zuul</name> <name>Spring Cloud Netflix Zuul</name>
<url>http://projects.spring.io/spring-platform/</url> <url>http://projects.spring.io/spring-cloud/</url>
<parent> <parent>
<groupId>org.springframework.platform</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-platform-netflix</artifactId> <artifactId>spring-cloud-netflix</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version> <version>1.0.0.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
...@@ -31,15 +31,15 @@ ...@@ -31,15 +31,15 @@
</build> </build>
<properties> <properties>
<spring-platform-config.version>1.0.0.BUILD-SNAPSHOT</spring-platform-config.version> <spring-cloud-config.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-config.version>
</properties> </properties>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework.platform</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-platform-config</artifactId> <artifactId>spring-cloud-config</artifactId>
<version>${spring-platform-config.version}</version> <version>${spring-cloud-config.version}</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
...@@ -51,13 +51,13 @@ ...@@ -51,13 +51,13 @@
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.platform</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-platform-netflix-core</artifactId> <artifactId>spring-cloud-netflix-core</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.platform</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-platform-config-client</artifactId> <artifactId>spring-cloud-config-client</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.netflix.hystrix</groupId> <groupId>com.netflix.hystrix</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment