Skip to content

Commit 6c901f8

Browse files
committed
update 2.1.0
1 parent e8583c6 commit 6c901f8

File tree

5 files changed

+7
-24
lines changed

5 files changed

+7
-24
lines changed

pom.xml

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.0.6</version>
9+
<version>3.1.0</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212

1313
<groupId>com.codingapi.springboot</groupId>
1414
<artifactId>springboot-parent</artifactId>
15-
<version>2.0.4</version>
15+
<version>2.1.0</version>
1616

1717
<url>https://github.com/codingapi/springboot-framewrok</url>
1818
<name>springboot-parent</name>
@@ -47,17 +47,6 @@
4747
<dependency>
4848
<groupId>org.springframework.boot</groupId>
4949
<artifactId>spring-boot-starter</artifactId>
50-
<exclusions>
51-
<exclusion>
52-
<groupId>org.yaml</groupId>
53-
<artifactId>snakeyaml</artifactId>
54-
</exclusion>
55-
</exclusions>
56-
</dependency>
57-
58-
<dependency>
59-
<groupId>org.yaml</groupId>
60-
<artifactId>snakeyaml</artifactId>
6150
</dependency>
6251

6352
<dependency>
@@ -83,12 +72,6 @@
8372
<dependencyManagement>
8473
<dependencies>
8574

86-
<dependency>
87-
<groupId>org.yaml</groupId>
88-
<artifactId>snakeyaml</artifactId>
89-
<version>${org.yaml.snakeyaml.version}</version>
90-
</dependency>
91-
9275
<dependency>
9376
<groupId>org.bouncycastle</groupId>
9477
<artifactId>bcprov-jdk15on</artifactId>
@@ -287,7 +270,7 @@
287270
</profile>
288271

289272
<profile>
290-
<!-- mvn clean deploy -P ossrh -->
273+
<!-- mvn clean deploy -P ossrh -->
291274
<!-- gpg: signing failed: Inappropriate ioctl for device -->
292275
<!-- fix command : export GPG_TTY=$(tty) -->
293276
<!-- https://github.com/keybase/keybase-issues/issues/2798 -->

springboot-starter-data-fast/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>springboot-parent</artifactId>
77
<groupId>com.codingapi.springboot</groupId>
8-
<version>2.0.4</version>
8+
<version>2.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

springboot-starter-id-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>springboot-parent</artifactId>
77
<groupId>com.codingapi.springboot</groupId>
8-
<version>2.0.4</version>
8+
<version>2.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

springboot-starter-security-jwt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>springboot-parent</artifactId>
88
<groupId>com.codingapi.springboot</groupId>
9-
<version>2.0.4</version>
9+
<version>2.1.0</version>
1010
</parent>
1111

1212
<artifactId>springboot-starter-security-jwt</artifactId>

springboot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.codingapi.springboot</groupId>
77
<artifactId>springboot-parent</artifactId>
8-
<version>2.0.4</version>
8+
<version>2.1.0</version>
99
</parent>
1010
<artifactId>springboot-starter</artifactId>
1111

0 commit comments

Comments
 (0)