Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fdcd025

Browse files
committedOct 14, 2023
[maven-release-plugin] prepare for next development iteration
1 parent 86c21c9 commit fdcd025

File tree

43 files changed

+44
-44
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+44
-44
lines changed
 

‎elasticjob-api/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere.elasticjob</groupId>
2323
<artifactId>elasticjob</artifactId>
24-
<version>3.0.4</version>
24+
<version>3.1.0-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>elasticjob-api</artifactId>
2727
<name>${project.artifactId}</name>

‎elasticjob-cloud/elasticjob-cloud-common/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere.elasticjob</groupId>
2323
<artifactId>elasticjob-cloud</artifactId>
24-
<version>3.0.4</version>
24+
<version>3.1.0-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>elasticjob-cloud-common</artifactId>
2727
<name>${project.artifactId}</name>

‎elasticjob-cloud/elasticjob-cloud-executor/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere.elasticjob</groupId>
2323
<artifactId>elasticjob-cloud</artifactId>
24-
<version>3.0.4</version>
24+
<version>3.1.0-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>elasticjob-cloud-executor</artifactId>
2727
<name>${project.artifactId}</name>

‎elasticjob-cloud/elasticjob-cloud-scheduler/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere.elasticjob</groupId>
2323
<artifactId>elasticjob-cloud</artifactId>
24-
<version>3.0.4</version>
24+
<version>3.1.0-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>elasticjob-cloud-scheduler</artifactId>
2727
<name>${project.artifactId}</name>

0 commit comments

Comments
 (0)
Please sign in to comment.