Skip to content

Commit

Permalink
2.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ponfee committed Apr 20, 2024
1 parent 73ed3f6 commit 8b7d919
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.0.10</disjob.version>
<disjob.version>2.1.0-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 @@ -46,9 +46,9 @@
public class DisjobAdminDataSourceConfig {

private static final String DRUID_PREFIX_KEY = "spring.datasource.druid";
public static final String RUOYI_DRUID_PROPERTIES = "ruoyiDruidProperties";
public static final String RUOYI_MASTER_JDBC_PROPERTIES = "ruoyiMasterJdbcProperties";
public static final String RUOYI_SLAVE_JDBC_PROPERTIES = "ruoyiSlaveJdbcProperties";
private static final String RUOYI_DRUID_PROPERTIES = "ruoyiDruidProperties";
private static final String RUOYI_MASTER_JDBC_PROPERTIES = "ruoyiMasterJdbcProperties";
private static final String RUOYI_SLAVE_JDBC_PROPERTIES = "ruoyiSlaveJdbcProperties";

private final Environment env;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public final class JobConstants {
/**
* Version
*/
public static final String VERSION = "2.0.10";
public static final String VERSION = "2.1.0-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 @@ -23,7 +23,7 @@

<properties>
<revision>1.0.0-SNAPSHOT</revision>
<disjob.version>2.0.10</disjob.version>
<disjob.version>2.1.0-SNAPSHOT</disjob.version>

<file.encoding>UTF-8</file.encoding>
<java.version>1.8</java.version>
Expand Down
2 changes: 1 addition & 1 deletion docs/MAVEN.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- flatten-maven-plugin
```xml
<!-- https://www.mojohaus.org/flatten-maven-plugin/usage.html -->
<!-- ./mvnw clean deploy -Prelease -DskipTests -->
<!-- ./mvnw clean install && ./mvnw deploy -Prelease -Dmaven.test.skip=true -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
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.0.10</revision>
<revision>2.1.0-SNAPSHOT</revision>

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

0 comments on commit 8b7d919

Please sign in to comment.