Change package to org.springframework.cloud.kubernetes

fixes gh-13
This commit is contained in:
Spencer Gibb
2016-12-16 15:21:51 -07:00
parent f5bf5092e6
commit 8bfd9198ba
53 changed files with 80 additions and 80 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*
*/
package io.fabric8.spring.cloud.kubernetes.examples;
package org.springframework.cloud.kubernetes.examples;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*
*/
package io.fabric8.spring.cloud.kubernetes.examples;
package org.springframework.cloud.kubernetes.examples;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.Scheduled;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*
*/
package io.fabric8.spring.cloud.kubernetes.examples;
package org.springframework.cloud.kubernetes.examples;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;