Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
upliveapp committed Apr 11, 2019
1 parent 1c5c630 commit 3128df1
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion jswitcher-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.xincao9</groupId>
<artifactId>jswitcher</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>
<artifactId>jswitcher-api</artifactId>
<name>jswitcher-api</name>
Expand Down
2 changes: 1 addition & 1 deletion jswitcher-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.xincao9</groupId>
<artifactId>jswitcher</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>
<artifactId>jswitcher-core</artifactId>
<name>jswitcher-core</name>
Expand Down
4 changes: 2 additions & 2 deletions jswitcher-sample/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jswitcher</artifactId>
<groupId>com.github.xincao9</groupId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jswitcher-sample</artifactId>
Expand Down Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>com.github.xincao9</groupId>
<artifactId>jswitcher-spring-boot-starter</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jswitcher-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.xincao9</groupId>
<artifactId>jswitcher</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>
<artifactId>jswitcher-sample</artifactId>
<name>jswitcher-sample</name>
Expand Down
2 changes: 1 addition & 1 deletion jswitcher-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.xincao9</groupId>
<artifactId>jswitcher</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>
<artifactId>jswitcher-spring-boot-starter</artifactId>
<name>jswitcher-spring-boot-starter</name>
Expand Down
4 changes: 2 additions & 2 deletions jswitcher-ui/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jswitcher</artifactId>
<groupId>com.github.xincao9</groupId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jswitcher-ui</artifactId>
Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>com.github.xincao9</groupId>
<artifactId>jswitcher-api</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jswitcher-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.xincao9</groupId>
<artifactId>jswitcher</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>
<artifactId>jswitcher-ui</artifactId>
<name>jswitcher-ui</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.xincao9</groupId>
<artifactId>jswitcher</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<packaging>pom</packaging>
<name>jswitcher</name>
<description>Grayscale release, Service degradation</description>
Expand Down

0 comments on commit 3128df1

Please sign in to comment.