Skip to content

Commit 332f960

Browse files
committed
version up to 1.0
1 parent 44602f3 commit 332f960

File tree

18 files changed

+38
-37
lines changed

18 files changed

+38
-37
lines changed

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.robin</groupId>
66
<artifactId>frame</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
88
</parent>
99
<artifactId>common</artifactId>
1010
<packaging>jar</packaging>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.robin</groupId>
66
<artifactId>frame</artifactId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
88
</parent>
99
<artifactId>core</artifactId>
1010
<packaging>jar</packaging>

dataming/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>frame</artifactId>
66
<groupId>com.robin</groupId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
88
</parent>
99
<artifactId>dataming</artifactId>
1010
<packaging>jar</packaging>

estool/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>frame</artifactId>
66
<groupId>com.robin</groupId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
88
</parent>
99
<artifactId>estool</artifactId>
1010
<packaging>jar</packaging>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>com.robin</groupId>
6262
<artifactId>common</artifactId>
63-
<version>1.0-SNAPSHOT</version>
63+
<version>1.0</version>
6464
<exclusions>
6565

6666
</exclusions>

etl/pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<artifactId>example</artifactId>
65
<groupId>com.robin</groupId>
7-
<version>1.0-SNAPSHOT</version>
6+
<artifactId>frame</artifactId>
7+
<version>1.0</version>
88
</parent>
99
<artifactId>etl</artifactId>
1010
<packaging>jar</packaging>
11-
<version>1.0-SNAPSHOT</version>
11+
<version>1.0</version>
1212

1313
<name>etl</name>
1414

@@ -43,12 +43,12 @@
4343
<dependency>
4444
<groupId>com.robin</groupId>
4545
<artifactId>hadooptool</artifactId>
46-
<version>1.0-SNAPSHOT</version>
46+
<version>1.0</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>com.robin</groupId>
5050
<artifactId>web</artifactId>
51-
<version>1.0-SNAPSHOT</version>
51+
<version>1.0</version>
5252
</dependency>
5353

5454
<dependency>
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>com.robin</groupId>
9696
<artifactId>spring-starter</artifactId>
97-
<version>1.0-SNAPSHOT</version>
97+
<version>1.0</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>org.springframework.boot</groupId>
@@ -104,7 +104,6 @@
104104
<dependency>
105105
<groupId>org.projectlombok</groupId>
106106
<artifactId>lombok</artifactId>
107-
<version>1.16.18</version>
108107
</dependency>
109108

110109
<dependency>

example/base-example/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<parent>
55
<artifactId>example</artifactId>
66
<groupId>com.robin</groupId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
88
</parent>
99
<artifactId>base-example</artifactId>
1010
<packaging>jar</packaging>
11+
<version>1.0</version>
1112

1213
<name>base-example</name>
1314

example/boot-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<groupId>com.robin</groupId>
55
<artifactId>boot-example</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
88

99
<name>boot-example</name>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<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>
1515
<spring.boot.version>2.5.14</spring.boot.version>
1616
<logback.version>1.2.2</logback.version>
1717
<maven.compiler.source>1.8</maven.compiler.source>

example/config-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<artifactId>example</artifactId>
66
<groupId>com.robin</groupId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
88
</parent>
99
<artifactId>config-example</artifactId>
1010
<packaging>war</packaging>
11-
11+
<version>1.0</version>
1212
<name>config-example</name>
1313

1414
<properties>

example/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@
2323
<parent>
2424
<artifactId>frame</artifactId>
2525
<groupId>com.robin</groupId>
26-
<version>1.0-SNAPSHOT</version>
26+
<version>1.0</version>
2727
</parent>
2828

2929
<artifactId>example</artifactId>
3030
<packaging>pom</packaging>
3131

3232
<name>example</name>
33+
<version>1.0</version>
3334
<description>example</description>
3435

3536
<modules>

hadooptool/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<artifactId>frame</artifactId>
66
<groupId>com.robin</groupId>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
88
</parent>
99
<artifactId>hadooptool</artifactId>
1010
<packaging>jar</packaging>
11-
11+
<version>1.0</version>
1212
<name>hadooptool</name>
1313

1414
<properties>
@@ -663,7 +663,7 @@
663663
<dependency>
664664
<groupId>com.google.cloud</groupId>
665665
<artifactId>google-cloud-storage</artifactId>
666-
<version>2.27.0</version>
666+
<version>2.44.1</version>
667667
<optional>true</optional>
668668
<exclusions>
669669
<exclusion>

0 commit comments

Comments
 (0)