Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
matrix
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
mall
arch
matrix
Commits
4350b565
Commit
4350b565
authored
Jun 11, 2019
by
QIANGLU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update version to 1.0.1-release
parent
bd01757e
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
24 additions
and
27 deletions
+24
-27
pom.xml
common-core/pom.xml
+1
-1
pom.xml
common-util/pom.xml
+1
-1
pom.xml
config-starter/pom.xml
+1
-1
ApolloAutoConfiguration.java
config-starter/src/main/java/com/secoo/mall/config/boot/ApolloAutoConfiguration.java
+0
-3
pom.xml
dubbo-starter/pom.xml
+1
-1
pom.xml
elasticsearch-starter/pom.xml
+1
-1
pom.xml
mongodb-starter/pom.xml
+1
-1
pom.xml
monitor-starter/pom.xml
+1
-1
pom.xml
mybatis-starter/pom.xml
+1
-1
pom.xml
openfeign-starter/pom.xml
+1
-1
pom.xml
pom.xml
+12
-12
pom.xml
redis-starter/pom.xml
+1
-1
pom.xml
rocketmq-starter/pom.xml
+1
-1
pom.xml
web-starter/pom.xml
+1
-1
No files found.
common-core/pom.xml
View file @
4350b565
...
...
@@ -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>
...
...
common-util/pom.xml
View file @
4350b565
...
...
@@ -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>
...
...
config-starter/pom.xml
View file @
4350b565
...
...
@@ -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>
...
...
config-starter/src/main/java/com/secoo/mall/config/boot/ApolloAutoConfiguration.java
View file @
4350b565
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
{
...
...
dubbo-starter/pom.xml
View file @
4350b565
...
...
@@ -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>
...
...
elasticsearch-starter/pom.xml
View file @
4350b565
...
...
@@ -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>
...
...
mongodb-starter/pom.xml
View file @
4350b565
...
...
@@ -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>
...
...
monitor-starter/pom.xml
View file @
4350b565
...
...
@@ -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>
...
...
mybatis-starter/pom.xml
View file @
4350b565
...
...
@@ -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>
...
...
openfeign-starter/pom.xml
View file @
4350b565
...
...
@@ -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>
...
...
pom.xml
View file @
4350b565
...
...
@@ -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>
...
...
redis-starter/pom.xml
View file @
4350b565
...
...
@@ -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>
...
...
rocketmq-starter/pom.xml
View file @
4350b565
...
...
@@ -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>
...
...
web-starter/pom.xml
View file @
4350b565
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment