Skip to content

Commit

Permalink
发布0.1.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiuman committed Jan 6, 2021
1 parent 3fa721e commit 19d21ff
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>com.github.yiuman</groupId>
<artifactId>citrus-boot-starter</artifactId>
<version>0.10.0</version>
<version>0.1.0.RELEASE</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion citrus-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>citrus</artifactId>
<groupId>com.github.yiuman</groupId>
<version>0.10.0</version>
<version>0.1.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions citrus-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
<dependency>
<groupId>com.github.yiuman</groupId>
<artifactId>citrus-boot-starter</artifactId>
<version>0.10.0</version>
<version>0.1.0.RELEASE</version>
</dependency>
<dependency>
<groupId>com.github.yiuman</groupId>
<artifactId>citrus-workflow</artifactId>
<version>0.10.0</version>
<version>0.1.0.RELEASE</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion citrus-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.yiuman</groupId>
<artifactId>citrus</artifactId>
<version>0.10.0</version>
<version>0.1.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion citrus-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>citrus</artifactId>
<groupId>com.github.yiuman</groupId>
<version>0.10.0</version>
<version>0.1.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion citrus-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>citrus</artifactId>
<groupId>com.github.yiuman</groupId>
<version>0.10.0</version>
<version>0.1.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion citrus-workflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>citrus</artifactId>
<groupId>com.github.yiuman</groupId>
<version>0.10.0</version>
<version>0.1.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.yiuman</groupId>
<artifactId>citrus</artifactId>
<version>0.10.0</version>
<version>0.1.0.RELEASE</version>
<name>citrus</name>
<description>springboot-开发脚手架</description>
<url>https://github.com/Yiuman/citrus</url>
Expand Down Expand Up @@ -53,7 +53,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<java.version>1.8</java.version>
<citrus.version>0.10.0</citrus.version>
<citrus.version>0.1.0.RELEASE</citrus.version>
<alibaba.easyexcel.version>2.1.6</alibaba.easyexcel.version>
<jjwt.version>0.11.0</jjwt.version>
<commons.io.version>2.6</commons.io.version>
Expand Down

0 comments on commit 19d21ff

Please sign in to comment.