🚧 Next version

pull/26/MERGE
smallbun 2023-08-13 21:59:10 +08:00
parent d145d4ecfc
commit e8ba0000b9
38 changed files with 93 additions and 40 deletions

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<artifactId>eiam</artifactId> <artifactId>eiam</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<artifactId>eiam-application</artifactId> <artifactId>eiam-application</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<artifactId>eiam-application</artifactId> <artifactId>eiam-application</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<artifactId>eiam-application</artifactId> <artifactId>eiam-application</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<artifactId>eiam-application</artifactId> <artifactId>eiam-application</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<artifactId>eiam-application</artifactId> <artifactId>eiam-application</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<artifactId>eiam</artifactId> <artifactId>eiam</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<packaging>pom</packaging> <packaging>pom</packaging>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<artifactId>eiam</artifactId> <artifactId>eiam</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<artifactId>eiam-authentication</artifactId> <artifactId>eiam-authentication</artifactId>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<packaging>jar</packaging> <packaging>jar</packaging>
@ -75,5 +75,11 @@
<artifactId>eiam-authentication-mail</artifactId> <artifactId>eiam-authentication-mail</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<!--gitee-->
<dependency>
<groupId>cn.topiam</groupId>
<artifactId>eiam-authentication-gitee</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<artifactId>eiam-authentication</artifactId> <artifactId>eiam-authentication</artifactId>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<artifactId>eiam-authentication</artifactId> <artifactId>eiam-authentication</artifactId>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<artifactId>eiam-authentication</artifactId> <artifactId>eiam-authentication</artifactId>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<artifactId>eiam-authentication</artifactId> <artifactId>eiam-authentication</artifactId>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<artifactId>eiam-authentication</artifactId> <artifactId>eiam-authentication</artifactId>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<artifactId>eiam-authentication</artifactId> <artifactId>eiam-authentication</artifactId>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<artifactId>eiam-authentication</artifactId> <artifactId>eiam-authentication</artifactId>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<artifactId>eiam-authentication</artifactId> <artifactId>eiam-authentication</artifactId>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<artifactId>eiam</artifactId> <artifactId>eiam</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -42,6 +42,7 @@
<module>eiam-authentication-all</module> <module>eiam-authentication-all</module>
<module>eiam-authentication-mail</module> <module>eiam-authentication-mail</module>
<module>eiam-authentication-sms</module> <module>eiam-authentication-sms</module>
<module>eiam-authentication-gitee</module>
</modules> </modules>
<dependencies> <dependencies>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<artifactId>eiam</artifactId> <artifactId>eiam</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<artifactId>eiam</artifactId> <artifactId>eiam</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<artifactId>eiam</artifactId> <artifactId>eiam</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<artifactId>eiam-identity-source</artifactId> <artifactId>eiam-identity-source</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<artifactId>eiam-identity-source</artifactId> <artifactId>eiam-identity-source</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<artifactId>eiam-identity-source</artifactId> <artifactId>eiam-identity-source</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<artifactId>eiam-identity-source</artifactId> <artifactId>eiam-identity-source</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<artifactId>eiam-identity-source</artifactId> <artifactId>eiam-identity-source</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<artifactId>eiam-identity-source</artifactId> <artifactId>eiam-identity-source</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -24,12 +24,12 @@
<parent> <parent>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<artifactId>eiam</artifactId> <artifactId>eiam</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>eiam-identity-source</artifactId> <artifactId>eiam-identity-source</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<artifactId>eiam</artifactId> <artifactId>eiam</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<artifactId>eiam</artifactId> <artifactId>eiam</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<artifactId>eiam-protocol</artifactId> <artifactId>eiam-protocol</artifactId>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<artifactId>eiam-protocol</artifactId> <artifactId>eiam-protocol</artifactId>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<artifactId>eiam-protocol</artifactId> <artifactId>eiam-protocol</artifactId>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<artifactId>eiam-protocol</artifactId> <artifactId>eiam-protocol</artifactId>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<artifactId>eiam-protocol</artifactId> <artifactId>eiam-protocol</artifactId>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<artifactId>eiam</artifactId> <artifactId>eiam</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -24,7 +24,7 @@
<parent> <parent>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<artifactId>eiam</artifactId> <artifactId>eiam</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

50
pom.xml
View File

@ -25,11 +25,11 @@
<parent> <parent>
<groupId>cn.topiam</groupId> <groupId>cn.topiam</groupId>
<artifactId>eiam-support-parent</artifactId> <artifactId>eiam-support-parent</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<relativePath/> <relativePath/>
</parent> </parent>
<artifactId>eiam</artifactId> <artifactId>eiam</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>TopIAM Employee</name> <name>TopIAM Employee</name>
<description>Employee Identity and Access Management</description> <description>Employee Identity and Access Management</description>
@ -93,6 +93,52 @@
<plugin> <plugin>
<groupId>com.mycila</groupId> <groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId> <artifactId>license-maven-plugin</artifactId>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>remove</goal>
<goal>format</goal>
</goals>
</execution>
</executions>
<configuration>
<quiet>true</quiet>
<licenseSets>
<licenseSet>
<header>${main.user.dir}/tools/codestyle/HEADER</header>
<excludes>
<exclude>*.sh</exclude>
<exclude>*.yml</exclude>
<exclude>*.iml</exclude>
<exclude>*.config</exclude>
<exclude>**/*.ftlh</exclude>
<exclude>.editorconfig</exclude>
<exclude>.gitignore</exclude>
<exclude>LICENSE</exclude>
<exclude>**/*.md</exclude>
<exclude>**/*.log</exclude>
<exclude>**/codestyle/HEADER</exclude>
<exclude>**/.gitkeep</exclude>
<exclude>**/spring.factories</exclude>
<exclude>**/META-INF/**</exclude>
<exclude>**/.mvn/**</exclude>
<exclude>**/mvnw</exclude>
<exclude>**/resources/template/**</exclude>
<exclude>**/node_modules/**</exclude>
<exclude>**/docs/**</exclude>
<exclude>**/dictionaries/**</exclude>
</excludes>
</licenseSet>
</licenseSets>
<strictCheck>true</strictCheck>
<mapping>
<java>SLASHSTAR_STYLE</java>
<tsx>SLASHSTAR_STYLE</tsx>
<ts>SLASHSTAR_STYLE</ts>
<js>SLASHSTAR_STYLE</js>
</mapping>
</configuration>
</plugin> </plugin>
<!--formatter--> <!--formatter-->
<plugin> <plugin>