Skip to content

Commit

Permalink
2.1.6-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ponfee committed Oct 19, 2024
1 parent ff88d43 commit cc01f47
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion disjob-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<properties>
<revision>1.0.0-SNAPSHOT</revision>
<disjob.version>2.1.5</disjob.version>
<disjob.version>2.1.6-SNAPSHOT</disjob.version>

<file.encoding>UTF-8</file.encoding>
<java.version>1.8</java.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public final class JobConstants {
/**
* Version
*/
public static final String VERSION = "2.1.5";
public static final String VERSION = "2.1.6-SNAPSHOT";

/**
* Process batch size
Expand Down
2 changes: 1 addition & 1 deletion disjob-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<properties>
<revision>1.0.0-SNAPSHOT</revision>
<disjob.version>2.1.5</disjob.version>
<disjob.version>2.1.6-SNAPSHOT</disjob.version>

<file.encoding>UTF-8</file.encoding>
<java.version>1.8</java.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</modules>

<properties>
<revision>2.1.5</revision>
<revision>2.1.6-SNAPSHOT</revision>

<file.encoding>UTF-8</file.encoding>
<java.version>1.8</java.version>
Expand Down

0 comments on commit cc01f47

Please sign in to comment.