Skip to content

Commit

Permalink
[chore]: 5.0.0-alpha7 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
hypercube1024 committed Jan 26, 2021
1 parent 2e2923b commit f062bcc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ Add maven dependency in your pom.xml.
<dependency>
<groupId>com.fireflysource</groupId>
<artifactId>firefly</artifactId>
<version>5.0.0-alpha6</version>
<version>5.0.0-alpha7</version>
</dependency>

<dependency>
<groupId>com.fireflysource</groupId>
<artifactId>firefly-slf4j</artifactId>
<version>5.0.0-alpha6</version>
<version>5.0.0-alpha7</version>
</dependency>
</dependencics>
```
Expand Down
2 changes: 1 addition & 1 deletion firefly-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fireflysource</groupId>
<artifactId>firefly-framework</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion firefly-net/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fireflysource</groupId>
<artifactId>firefly-framework</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion firefly-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fireflysource</groupId>
<artifactId>firefly-framework</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion firefly-wechat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fireflysource</groupId>
<artifactId>firefly-framework</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.fireflysource</groupId>
<artifactId>firefly-framework</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha7</version>
<packaging>pom</packaging>


Expand Down

0 comments on commit f062bcc

Please sign in to comment.