Skip to content

Commit

Permalink
release 0.11.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fzdwx committed Jun 29, 2022
1 parent 9c57a9f commit ae5f74a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>io.github.fzdwx</groupId>
<artifactId>sky-http-springboot-starter</artifactId>
<version>0.11.4-dev</version>
<version>0.11.3.2</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.github.fzdwx</groupId>
<artifactId>sky</artifactId>
<packaging>pom</packaging>
<version>0.11.4-dev</version>
<version>0.11.3.2</version>
<modules>
<module>sky-infrastructure</module>
<module>sky-http-springboot-starter</module>
Expand All @@ -19,7 +19,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<lambda.version>0.10.10-dev</lambda.version>
<sky.version>0.11.4-dev</sky.version>
<sky.version>0.11.3.2</sky.version>


<netty.version>4.1.77.Final</netty.version>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<sky.version>0.11.4-dev</sky.version>
<sky.version>0.11.3.2</sky.version>
<spring-cloud.version>2020.0.4</spring-cloud.version>
<spring-cloud-alibaba.version>2021.1</spring-cloud-alibaba.version>
<spring-boot.version>2.5.7</spring-boot.version>
Expand Down
2 changes: 1 addition & 1 deletion sky-http-springboot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sky</artifactId>
<groupId>io.github.fzdwx</groupId>
<version>0.11.4-dev</version>
<version>0.11.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@Slf4j
public class SkyBanner {

private final static String version = "0.11.4-dev";
private final static String version = "0.11.3.2";

public static void print() {
log.info(Console.banner() + Console.cyan(" [ Sky Web Server ] ") + Console.ANSI_RESET + " (v{})", version);
Expand Down
2 changes: 1 addition & 1 deletion sky-infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It encapsulates a layer on netty, which is easier to use
<dependency>
<groupId>io.github.fzdwx</groupId>
<artifactId>sky-infrastructure</artifactId>
<version>0.11.4-dev</version>
<version>0.11.3.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sky-infrastructure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sky</artifactId>
<groupId>io.github.fzdwx</groupId>
<version>0.11.4-dev</version>
<version>0.11.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit ae5f74a

Please sign in to comment.