Skip to content
This repository has been archived by the owner on Mar 21, 2020. It is now read-only.

Commit

Permalink
upgrade to version 2.0.9-SNAPSHOT after release
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Nov 27, 2019
1 parent fda753c commit 7a69a71
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion order-customer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>light-saga-4j</artifactId>
<groupId>com.networknt</groupId>
<version>2.0.8</version>
<version>2.0.9-SNAPSHOT</version>
<relativePath>..</relativePath>
</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 @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.networknt</groupId>
<artifactId>light-saga-4j</artifactId>
<version>2.0.8</version>
<version>2.0.9-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Parent POM</name>
<description>Light Saga 4J Framework Components</description>
Expand Down Expand Up @@ -92,7 +92,7 @@
<properties>
<java.version>11</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.light-4j>2.0.8</version.light-4j>
<version.light-4j>2.0.9-SNAPSHOT</version.light-4j>
<version.jackson>2.10.0</version.jackson>
<version.jackson-databind>2.10.0</version.jackson-databind>
<version.slf4j>1.7.25</version.slf4j>
Expand Down
2 changes: 1 addition & 1 deletion saga-dsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>light-saga-4j</artifactId>
<groupId>com.networknt</groupId>
<version>2.0.8</version>
<version>2.0.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion saga-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>light-saga-4j</artifactId>
<groupId>com.networknt</groupId>
<version>2.0.8</version>
<version>2.0.9-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 7a69a71

Please sign in to comment.