Skip to content

Commit 4e78f8f

Browse files
committed
version 2017.1
1 parent fe23563 commit 4e78f8f

File tree

16 files changed

+30
-30
lines changed

16 files changed

+30
-30
lines changed

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>xiaomo</artifactId>
77
<groupId>info.xiaomo</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>2017.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>info.xiaomo</groupId>
1717
<artifactId>core</artifactId>
18-
<version>1.0.0-SNAPSHOT</version>
18+
<version>2017.1</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.springframework.boot</groupId>

async/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>xiaomo</artifactId>
77
<groupId>info.xiaomo</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>2017.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>info.xiaomo</groupId>
1616
<artifactId>core</artifactId>
17-
<version>1.0.0-SNAPSHOT</version>
17+
<version>2017.1</version>
1818
</dependency>
1919
</dependencies>
2020

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>info.xiaomo</groupId>
77
<artifactId>xiaomo</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>2017.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

crawler/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>xiaomo</artifactId>
77
<groupId>info.xiaomo</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>2017.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>info.xiaomo</groupId>
1717
<artifactId>core</artifactId>
18-
<version>1.0.0-SNAPSHOT</version>
18+
<version>2017.1</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.springframework.boot</groupId>

freemarker/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>xiaomo</artifactId>
77
<groupId>info.xiaomo</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>2017.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>info.xiaomo</groupId>
1616
<artifactId>core</artifactId>
17-
<version>1.0.0-SNAPSHOT</version>
17+
<version>2017.1</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>org.springframework.boot</groupId>

mongodb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>xiaomo</artifactId>
77
<groupId>info.xiaomo</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>2017.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>info.xiaomo</groupId>
1616
<artifactId>core</artifactId>
17-
<version>1.0.0-SNAPSHOT</version>
17+
<version>2017.1</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>org.springframework.boot</groupId>

multipleSource/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>xiaomo</artifactId>
77
<groupId>info.xiaomo</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>2017.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>info.xiaomo</groupId>
1717
<artifactId>core</artifactId>
18-
<version>1.0.0-SNAPSHOT</version>
18+
<version>2017.1</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.springframework.boot</groupId>

mybatis/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>xiaomo</artifactId>
77
<groupId>info.xiaomo</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>2017.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>info.xiaomo</groupId>
1717
<artifactId>core</artifactId>
18-
<version>1.0.0-SNAPSHOT</version>
18+
<version>2017.1</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.mybatis.spring.boot</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>info.xiaomo</groupId>
77
<artifactId>xiaomo</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>2017.1</version>
99

1010
<!-- 模块 -->
1111
<modules>

rabbitmq/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>xiaomo</artifactId>
77
<groupId>info.xiaomo</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>2017.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>info.xiaomo</groupId>
1717
<artifactId>core</artifactId>
18-
<version>1.0.0-SNAPSHOT</version>
18+
<version>2017.1</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.springframework.boot</groupId>

redis/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>xiaomo</artifactId>
77
<groupId>info.xiaomo</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>2017.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>info.xiaomo</groupId>
1717
<artifactId>core</artifactId>
18-
<version>1.0.0-SNAPSHOT</version>
18+
<version>2017.1</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.springframework.boot</groupId>

scheduled/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>xiaomo</artifactId>
77
<groupId>info.xiaomo</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>2017.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>info.xiaomo</groupId>
1616
<artifactId>core</artifactId>
17-
<version>1.0.0-SNAPSHOT</version>
17+
<version>2017.1</version>
1818
</dependency>
1919
</dependencies>
2020

security/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>xiaomo</artifactId>
77
<groupId>info.xiaomo</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>2017.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>info.xiaomo</groupId>
1717
<artifactId>core</artifactId>
18-
<version>1.0.0-SNAPSHOT</version>
18+
<version>2017.1</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.springframework.boot</groupId>

socket/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>xiaomo</artifactId>
77
<groupId>info.xiaomo</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>2017.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>info.xiaomo</groupId>
1717
<artifactId>core</artifactId>
18-
<version>1.0.0-SNAPSHOT</version>
18+
<version>2017.1</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.springframework.boot</groupId>

velocity/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>xiaomo</artifactId>
77
<groupId>info.xiaomo</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>2017.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>info.xiaomo</groupId>
1616
<artifactId>core</artifactId>
17-
<version>1.0.0-SNAPSHOT</version>
17+
<version>2017.1</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>org.springframework.boot</groupId>

website/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>xiaomo</artifactId>
77
<groupId>info.xiaomo</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>2017.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>info.xiaomo</groupId>
1717
<artifactId>core</artifactId>
18-
<version>1.0.0-SNAPSHOT</version>
18+
<version>2017.1</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)