-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
50 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,14 +36,14 @@ | |
</developer> | ||
</developers> | ||
<scm> | ||
<url>https://github.com/Charles7c/continew-starter</url> | ||
<connection>scm:git:[email protected]:Charles7c/continew-starter.git</connection> | ||
<developerConnection>scm:git:[email protected]:Charles7c/continew-starter.git</developerConnection> | ||
<url>https://github.com/Charles7c/continew-starter</url> | ||
</scm> | ||
|
||
<properties> | ||
<!-- 项目版本号 --> | ||
<revision>2.0.0-SNAPSHOT</revision> | ||
<revision>2.0.0</revision> | ||
<sa-token.version>1.37.0</sa-token.version> | ||
<just-auth.version>1.16.6</just-auth.version> | ||
<mybatis-plus.version>3.5.5</mybatis-plus.version> | ||
|
@@ -339,13 +339,6 @@ | |
<version>${revision}</version> | ||
</dependency> | ||
|
||
<!-- 消息模块 - SMS --> | ||
<dependency> | ||
<groupId>top.continew</groupId> | ||
<artifactId>continew-starter-messaging-sms</artifactId> | ||
<version>${revision}</version> | ||
</dependency> | ||
|
||
<!-- 消息模块 - 邮件 --> | ||
<dependency> | ||
<groupId>top.continew</groupId> | ||
|
@@ -402,13 +395,6 @@ | |
<version>${revision}</version> | ||
</dependency> | ||
|
||
<!-- 安全模块 - 统一模块 --> | ||
<dependency> | ||
<groupId>top.continew</groupId> | ||
<artifactId>continew-starter-security-all</artifactId> | ||
<version>${revision}</version> | ||
</dependency> | ||
|
||
<!-- 安全模块 - 加密 --> | ||
<dependency> | ||
<groupId>top.continew</groupId> | ||
|
@@ -652,20 +638,18 @@ | |
</execution> | ||
</executions> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.sonatype.central</groupId> | ||
<artifactId>central-publishing-maven-plugin</artifactId> | ||
<version>0.4.0</version> | ||
<extensions>true</extensions> | ||
<configuration> | ||
<publishingServerId>central</publishingServerId> | ||
<tokenAuth>true</tokenAuth> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
<distributionManagement> | ||
<snapshotRepository> | ||
<id>sonatype-nexus-snapshots</id> | ||
<name>Sonatype Nexus Snapshots</name> | ||
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url> | ||
</snapshotRepository> | ||
<repository> | ||
<id>sonatype-nexus-staging</id> | ||
<name>Nexus Release Repository</name> | ||
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> | ||
</repository> | ||
</distributionManagement> | ||
</profile> | ||
<!-- Sonar 代码质量分析 --> | ||
<profile> | ||
|
22 changes: 0 additions & 22 deletions
22
continew-starter-messaging/continew-starter-messaging-sms/pom.xml
This file was deleted.
Oops, something went wrong.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 0 additions & 34 deletions
34
continew-starter-security/continew-starter-security-all/pom.xml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ | |
|
||
<artifactId>continew-starter</artifactId> | ||
<packaging>pom</packaging> | ||
<name>ContiNew Starter</name> | ||
<description> | ||
ContiNew Starter(Continue New Starter)基于“约定优于配置”的理念, | ||
再次精简常规配置,提供一个更为完整的配置解决方案,帮助开发人员更加快速的集成常用第三方库或工具到 Spring Boot Web 应用程序中。 | ||
|
@@ -37,21 +38,11 @@ | |
<timezone>+8</timezone> | ||
<url>https://github.com/Charles7c</url> | ||
</developer> | ||
<developer> | ||
<id>bull-bcls</id> | ||
<name>Bull-BCLS</name> | ||
<email>[email protected]</email> | ||
<roles> | ||
<role>Java Development Engineer</role> | ||
</roles> | ||
<timezone>+8</timezone> | ||
<url>https://github.com/Bull-BCLS</url> | ||
</developer> | ||
</developers> | ||
<scm> | ||
<url>https://github.com/Charles7c/continew-starter</url> | ||
<connection>scm:git:[email protected]:Charles7c/continew-starter.git</connection> | ||
<developerConnection>scm:git:[email protected]:Charles7c/continew-starter.git</developerConnection> | ||
<url>https://github.com/Charles7c/continew-starter</url> | ||
</scm> | ||
|
||
<properties> | ||
|