mirror of
https://gitee.com/fujieid/jap.git
synced 2024-11-30 02:27:34 +08:00
🔖 1.0.0-alpha
This commit is contained in:
parent
e8fdd0f3fe
commit
760f9fca27
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.fujieid</groupId>
|
||||
<artifactId>jap</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.0-alpha</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
<dependency>
|
||||
<groupId>com.fujieid</groupId>
|
||||
<artifactId>jap-sso</artifactId>
|
||||
<version>${jap.version}</version>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.fujieid</groupId>
|
||||
<artifactId>jap</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.0-alpha</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<dependency>
|
||||
<groupId>com.fujieid</groupId>
|
||||
<artifactId>jap-core</artifactId>
|
||||
<version>${jap.version}</version>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!--
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.fujieid</groupId>
|
||||
<artifactId>jap</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.0-alpha</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
<dependency>
|
||||
<groupId>com.fujieid</groupId>
|
||||
<artifactId>jap-oauth2</artifactId>
|
||||
<version>${jap.version}</version>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.fujieid</groupId>
|
||||
<artifactId>jap</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.0-alpha</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
<dependency>
|
||||
<groupId>com.fujieid</groupId>
|
||||
<artifactId>jap-core</artifactId>
|
||||
<version>${jap.version}</version>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.fujieid</groupId>
|
||||
<artifactId>jap</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.0-alpha</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<dependency>
|
||||
<groupId>com.fujieid</groupId>
|
||||
<artifactId>jap-core</artifactId>
|
||||
<version>${jap.version}</version>
|
||||
<version>${project.parent.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>me.zhyd.oauth</groupId>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>com.fujieid</groupId>
|
||||
<artifactId>jap</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.0-alpha</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
3
pom.xml
3
pom.xml
@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>com.fujieid</groupId>
|
||||
<artifactId>jap</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.0-alpha</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>jap</name>
|
||||
@ -51,7 +51,6 @@
|
||||
<jacoco-version>0.8.2</jacoco-version>
|
||||
<cobertura.version>2.7</cobertura.version>
|
||||
|
||||
<jap.version>1.0.0</jap.version>
|
||||
<junit.version>4.13.1</junit.version>
|
||||
<hutool.version>5.5.7</hutool.version>
|
||||
<guava.version>RELEASE</guava.version>
|
||||
|
Loading…
Reference in New Issue
Block a user