File tree Expand file tree Collapse file tree 18 files changed +38
-37
lines changed Expand file tree Collapse file tree 18 files changed +38
-37
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.robin</groupId >
6
6
<artifactId >frame</artifactId >
7
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0</version >
8
8
</parent >
9
9
<artifactId >common</artifactId >
10
10
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.robin</groupId >
6
6
<artifactId >frame</artifactId >
7
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0</version >
8
8
</parent >
9
9
<artifactId >core</artifactId >
10
10
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >frame</artifactId >
6
6
<groupId >com.robin</groupId >
7
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0</version >
8
8
</parent >
9
9
<artifactId >dataming</artifactId >
10
10
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >frame</artifactId >
6
6
<groupId >com.robin</groupId >
7
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0</version >
8
8
</parent >
9
9
<artifactId >estool</artifactId >
10
10
<packaging >jar</packaging >
60
60
<dependency >
61
61
<groupId >com.robin</groupId >
62
62
<artifactId >common</artifactId >
63
- <version >1.0-SNAPSHOT </version >
63
+ <version >1.0</version >
64
64
<exclusions >
65
65
66
66
</exclusions >
Original file line number Diff line number Diff line change 2
2
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
- <artifactId >example</artifactId >
6
5
<groupId >com.robin</groupId >
7
- <version >1.0-SNAPSHOT</version >
6
+ <artifactId >frame</artifactId >
7
+ <version >1.0</version >
8
8
</parent >
9
9
<artifactId >etl</artifactId >
10
10
<packaging >jar</packaging >
11
- <version >1.0-SNAPSHOT </version >
11
+ <version >1.0</version >
12
12
13
13
<name >etl</name >
14
14
43
43
<dependency >
44
44
<groupId >com.robin</groupId >
45
45
<artifactId >hadooptool</artifactId >
46
- <version >1.0-SNAPSHOT </version >
46
+ <version >1.0</version >
47
47
</dependency >
48
48
<dependency >
49
49
<groupId >com.robin</groupId >
50
50
<artifactId >web</artifactId >
51
- <version >1.0-SNAPSHOT </version >
51
+ <version >1.0</version >
52
52
</dependency >
53
53
54
54
<dependency >
94
94
<dependency >
95
95
<groupId >com.robin</groupId >
96
96
<artifactId >spring-starter</artifactId >
97
- <version >1.0-SNAPSHOT </version >
97
+ <version >1.0</version >
98
98
</dependency >
99
99
<dependency >
100
100
<groupId >org.springframework.boot</groupId >
104
104
<dependency >
105
105
<groupId >org.projectlombok</groupId >
106
106
<artifactId >lombok</artifactId >
107
- <version >1.16.18</version >
108
107
</dependency >
109
108
110
109
<dependency >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >example</artifactId >
6
6
<groupId >com.robin</groupId >
7
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0</version >
8
8
</parent >
9
9
<artifactId >base-example</artifactId >
10
10
<packaging >jar</packaging >
11
+ <version >1.0</version >
11
12
12
13
<name >base-example</name >
13
14
Original file line number Diff line number Diff line change 4
4
<groupId >com.robin</groupId >
5
5
<artifactId >boot-example</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0</version >
8
8
9
9
<name >boot-example</name >
10
10
11
11
<properties >
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13
13
<spring .cloud.version>2.1.0.RELEASE</spring .cloud.version>
14
- <frm .version>1.0-SNAPSHOT </frm .version>
14
+ <frm .version>1.0</frm .version>
15
15
<spring .boot.version>2.5.14</spring .boot.version>
16
16
<logback .version>1.2.2</logback .version>
17
17
<maven .compiler.source>1.8</maven .compiler.source>
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >example</artifactId >
6
6
<groupId >com.robin</groupId >
7
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0</version >
8
8
</parent >
9
9
<artifactId >config-example</artifactId >
10
10
<packaging >war</packaging >
11
-
11
+ < version >1.0</ version >
12
12
<name >config-example</name >
13
13
14
14
<properties >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<artifactId >frame</artifactId >
25
25
<groupId >com.robin</groupId >
26
- <version >1.0-SNAPSHOT </version >
26
+ <version >1.0</version >
27
27
</parent >
28
28
29
29
<artifactId >example</artifactId >
30
30
<packaging >pom</packaging >
31
31
32
32
<name >example</name >
33
+ <version >1.0</version >
33
34
<description >example</description >
34
35
35
36
<modules >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >frame</artifactId >
6
6
<groupId >com.robin</groupId >
7
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0</version >
8
8
</parent >
9
9
<artifactId >hadooptool</artifactId >
10
10
<packaging >jar</packaging >
11
-
11
+ < version >1.0</ version >
12
12
<name >hadooptool</name >
13
13
14
14
<properties >
663
663
<dependency >
664
664
<groupId >com.google.cloud</groupId >
665
665
<artifactId >google-cloud-storage</artifactId >
666
- <version >2.27.0 </version >
666
+ <version >2.44.1 </version >
667
667
<optional >true</optional >
668
668
<exclusions >
669
669
<exclusion >
You can’t perform that action at this time.
0 commit comments