Commit 4350b565 by QIANGLU

update version to 1.0.1-release

parent bd01757e
......@@ -5,7 +5,7 @@
<parent>
<artifactId>matrix</artifactId>
<groupId>com.secoo.mall</groupId>
<version>1.0.1-DEV-SNAPSHOT</version>
<version>1.0.1-release</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>matrix</artifactId>
<groupId>com.secoo.mall</groupId>
<version>1.0.1-DEV-SNAPSHOT</version>
<version>1.0.1-release</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>matrix</artifactId>
<groupId>com.secoo.mall</groupId>
<version>1.0.1-DEV-SNAPSHOT</version>
<version>1.0.1-release</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
package com.secoo.mall.config.boot;
import com.ctrip.framework.apollo.spring.annotation.ApolloConfigRegistrar;
import com.ctrip.framework.apollo.spring.annotation.EnableApolloConfig;
import org.springframework.boot.autoconfigure.condition.ConditionalOnClass;
import org.springframework.context.annotation.Configuration;
/**
......@@ -10,7 +8,6 @@ import org.springframework.context.annotation.Configuration;
*/
@Configuration
@EnableApolloConfig
@ConditionalOnClass(ApolloConfigRegistrar.class)
public class ApolloAutoConfiguration {
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>matrix</artifactId>
<groupId>com.secoo.mall</groupId>
<version>1.0.1-DEV-SNAPSHOT</version>
<version>1.0.1-release</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>matrix</artifactId>
<groupId>com.secoo.mall</groupId>
<version>1.0.1-DEV-SNAPSHOT</version>
<version>1.0.1-release</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>matrix</artifactId>
<groupId>com.secoo.mall</groupId>
<version>1.0.1-DEV-SNAPSHOT</version>
<version>1.0.1-release</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>matrix</artifactId>
<groupId>com.secoo.mall</groupId>
<version>1.0.1-DEV-SNAPSHOT</version>
<version>1.0.1-release</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>matrix</artifactId>
<groupId>com.secoo.mall</groupId>
<version>1.0.1-DEV-SNAPSHOT</version>
<version>1.0.1-release</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>matrix</artifactId>
<groupId>com.secoo.mall</groupId>
<version>1.0.1-DEV-SNAPSHOT</version>
<version>1.0.1-release</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -6,7 +6,7 @@
<groupId>com.secoo.mall</groupId>
<artifactId>matrix</artifactId>
<version>1.0.1-DEV-SNAPSHOT</version>
<version>1.0.1-release</version>
<packaging>pom</packaging>
......@@ -98,57 +98,57 @@
<dependency>
<groupId>com.secoo.mall</groupId>
<artifactId>common-core</artifactId>
<version>1.0.1-DEV-SNAPSHOT</version>
<version>1.0.1-release</version>
</dependency>
<dependency>
<groupId>com.secoo.mall</groupId>
<artifactId>config-starter</artifactId>
<version>1.0.1-DEV-SNAPSHOT</version>
<version>1.0.1-release</version>
</dependency>
<dependency>
<groupId>com.secoo.mall</groupId>
<artifactId>common-util</artifactId>
<version>1.0.1-DEV-SNAPSHOT</version>
<version>1.0.1-release</version>
</dependency>
<dependency>
<groupId>com.secoo.mall</groupId>
<artifactId>redis-starter</artifactId>
<version>1.0.1-DEV-SNAPSHOT</version>
<version>1.0.1-release</version>
</dependency>
<dependency>
<groupId>com.secoo.mall</groupId>
<artifactId>mybatis-starter</artifactId>
<version>1.0.1-DEV-SNAPSHOT</version>
<version>1.0.1-release</version>
</dependency>
<dependency>
<groupId>com.secoo.mall</groupId>
<artifactId>mongodb-starter</artifactId>
<version>1.0.1-DEV-SNAPSHOT</version>
<version>1.0.1-release</version>
</dependency>
<dependency>
<groupId>com.secoo.mall</groupId>
<artifactId>elasticsearch-starter</artifactId>
<version>1.0.1-DEV-SNAPSHOT</version>
<version>1.0.1-release</version>
</dependency>
<dependency>
<groupId>com.secoo.mall</groupId>
<artifactId>dubbo-starter</artifactId>
<version>1.0.1-DEV-SNAPSHOT</version>
<version>1.0.1-release</version>
</dependency>
<dependency>
<groupId>com.secoo.mall</groupId>
<artifactId>web-starter</artifactId>
<version>1.0.1-DEV-SNAPSHOT</version>
<version>1.0.1-release</version>
</dependency>
<dependency>
<groupId>com.secoo.mall</groupId>
<artifactId>rocketmq-starter</artifactId>
<version>1.0.1-DEV-SNAPSHOT</version>
<version>1.0.1-release</version>
</dependency>
<dependency>
<groupId>com.secoo.mall</groupId>
<artifactId>openfeign-starter</artifactId>
<version>1.0.1-DEV-SNAPSHOT</version>
<version>1.0.1-release</version>
</dependency>
<dependency>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>matrix</artifactId>
<groupId>com.secoo.mall</groupId>
<version>1.0.1-DEV-SNAPSHOT</version>
<version>1.0.1-release</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>matrix</artifactId>
<groupId>com.secoo.mall</groupId>
<version>1.0.1-DEV-SNAPSHOT</version>
<version>1.0.1-release</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>matrix</artifactId>
<groupId>com.secoo.mall</groupId>
<version>1.0.1-DEV-SNAPSHOT</version>
<version>1.0.1-release</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
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