File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
example/example-nacos-cloud Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments