Skip to content

Commit d2c1dae

Browse files
committed
Merge branch 'springboot3' of https://github.com/dromara/dynamic-tp into springboot3
2 parents a7cbe4a + 9995293 commit d2c1dae

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

example/example-nacos-cloud/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.alibaba.cloud</groupId>
2222
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
23-
<version>2021.1</version>
23+
<version>2022.0.0.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>

pom.xml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
<packaging>pom</packaging>
1010

1111
<name>DynamicTp Project</name>
12-
<description>🔥🔥🔥轻量级动态线程池,内置监控告警功能,基于主流配置中心(已支持Nacos、Apollo、Zookeeper、Consul、Etcd、Polaris,可通过SPI自定义实现)</description>
12+
<description>
13+
🔥🔥🔥轻量级动态线程池,内置监控告警功能,基于主流配置中心(已支持Nacos、Apollo、Zookeeper、Consul、Etcd、Polaris,可通过SPI自定义实现)
14+
</description>
1315
<url>https://github.com/yanhom1314/dynamic-tp</url>
1416

1517
<properties>
@@ -273,6 +275,21 @@
273275
</configuration>
274276
</plugin>
275277

278+
<plugin>
279+
<groupId>org.apache.maven.plugins</groupId>
280+
<artifactId>maven-jar-plugin</artifactId>
281+
<configuration>
282+
<archive>
283+
<manifestEntries>
284+
<Implementation-Title>${project.artifactId}</Implementation-Title>
285+
<Implementation-Version>${project.version}</Implementation-Version>
286+
<Build-Time>${maven.build.timestamp}</Build-Time>
287+
<Built-By>yanhom</Built-By>
288+
</manifestEntries>
289+
</archive>
290+
</configuration>
291+
</plugin>
292+
276293
<plugin>
277294
<groupId>org.apache.maven.plugins</groupId>
278295
<artifactId>maven-gpg-plugin</artifactId>

0 commit comments

Comments
 (0)